eatools | Java PoC tool used for exporting UML model artifacts
kandi X-RAY | eatools Summary
kandi X-RAY | eatools Summary
eatools is a Java library. eatools has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
This prototype software can be used to extract the UML models from the [Sparx Enterprise Architect] UML diagramming tool via it’s Java API (eaapi.jar). We developed the software as part of an enterprise architecture documentation project where we wanted to combine written documentation in a [Confluence] wiki with architecture models in Enterprise Architect. Via the EaDiagramGenerator software we were able to:. A lightning talk about this work was given at the [JavaZone] www.javazone.no) conference in 2009. The slides from the talk are found here: [Agile documentation with Confluence and Sparx Enterprise Architect] Take a look at the slides for more details about how we used used EaDiagramGenerator to integrate Confluence and Enterprise Architect. We are not planning to maintain or do more development on this code, but anyone who finds the code useful is welcome to do whatever they want with it.
This prototype software can be used to extract the UML models from the [Sparx Enterprise Architect] UML diagramming tool via it’s Java API (eaapi.jar). We developed the software as part of an enterprise architecture documentation project where we wanted to combine written documentation in a [Confluence] wiki with architecture models in Enterprise Architect. Via the EaDiagramGenerator software we were able to:. A lightning talk about this work was given at the [JavaZone] www.javazone.no) conference in 2009. The slides from the talk are found here: [Agile documentation with Confluence and Sparx Enterprise Architect] Take a look at the slides for more details about how we used used EaDiagramGenerator to integrate Confluence and Enterprise Architect. We are not planning to maintain or do more development on this code, but anyone who finds the code useful is welcome to do whatever they want with it.
Support
Quality
Security
License
Reuse
Support
eatools has a low active ecosystem.
It has 15 star(s) with 11 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. On average issues are closed in 2191 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of eatools is current.
Quality
eatools has 0 bugs and 0 code smells.
Security
eatools has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
eatools code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
eatools does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
eatools releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
eatools saves you 715 person hours of effort in developing the same functionality from scratch.
It has 1653 lines of code, 130 functions and 27 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed eatools and discovered the below as its top functions. This is intended to give you an instant insight into eatools implemented functionality, and help decide if they suit your requirements.
- Main entry point for example
- Write the diagram to file
- Converts a string to a file name
- Load the development tool properties
- Find an element of a given type in the package
- Convert constant string to camel case string
- Finds all elements of a given package
- Find or update a component in the package
- Find or create a component in the specified package
- Set an attribute value
- Open the model repository
- Find a link
- Creates a camel - case string from the constant string
- Find or create a class in the given package
- Finds or creates a Diagram in the package
- Gets the internal data types
- Find or create a Diagram object
- Delete an object in a package
- Lists component instances inside a package
Get all kandi verified functions for this library.
eatools Key Features
No Key Features are available at this moment for eatools.
eatools Examples and Code Snippets
No Code Snippets are available at this moment for eatools.
Community Discussions
No Community Discussions are available at this moment for eatools.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install eatools
Install the Enterprise Architect API jar file, which can be found in the Java API directory in the EA installation. The standard location for this is: C:\Program Files\Sparx Systems\EA\Java API. Do the following:. Copy the SSJavaCOM.dll (located in the same directory as eaapi.jar) to the windows\system32 directory.
Install the Enterprise Architect API jar file, which can be found in the Java API directory in the EA installation. The standard location for this is: C:\Program Files\Sparx Systems\EA\Java API. Do the following: $ cd <the directory where the **eaapi.jar** is located> $ mvn install:install-file -DgroupId=org.sparx -DartifactId=eaapi -Dversion=1.0.0 -Dpackaging=jar -Dfile=eaapi.jar
Copy the SSJavaCOM.dll (located in the same directory as eaapi.jar) to the windows\system32 directory
cd back to the directory with the EAtools project, and compile the : $ mvn clean install
Build the diagramgen.jar file: $ mvn package -Dmaven.test.skip=true -DmainClass=no.eatools.diagramgen.EaDiagramGenerator -DjarFileName=diagramgen
Install the Enterprise Architect API jar file, which can be found in the Java API directory in the EA installation. The standard location for this is: C:\Program Files\Sparx Systems\EA\Java API. Do the following: $ cd <the directory where the **eaapi.jar** is located> $ mvn install:install-file -DgroupId=org.sparx -DartifactId=eaapi -Dversion=1.0.0 -Dpackaging=jar -Dfile=eaapi.jar
Copy the SSJavaCOM.dll (located in the same directory as eaapi.jar) to the windows\system32 directory
cd back to the directory with the EAtools project, and compile the : $ mvn clean install
Build the diagramgen.jar file: $ mvn package -Dmaven.test.skip=true -DmainClass=no.eatools.diagramgen.EaDiagramGenerator -DjarFileName=diagramgen
Support
[Sparx EA SDK Reference](http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/reference.htm). [Sparx EA SDK Code Samples](http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/codesamples.htm).
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page