30 projects tagged "Java"
AgileJ StructureViews is an Eclipse plugin that generates highly configurable reverse engineered class diagrams for Java programmers. It specializes in supporting agile project development through the automated production of high presentation quality class diagrams with project-specific content generated and regenerated with minimal user effort.
Azzyzt JEE Tools is a set of Eclipse plugins for creating a so-called "azzyzted" project, and for creating code from a model. Azzyzt uses Java JPA entities as a model, and from that model it creates an enterprise application, ready to be deployed in a Java EE 6 application server like GlassFish 3.1, ready to be accessed via CORBA, SOAP, and REST. Thus the generated application is a set of Web services, providing all that you need in a typical CRUD application. Generated enterprise applications have separate source folders for generated and developer-supplied content. You can add your own functionality to a well-engineered base project. Azzyzt JEE Tools is not about user interfaces. It is expected that the generated application is accessed by a RIA frontend or by a fat client.
The Chameleon Problem Solving Environment is based on the CPACS data format and allows third party application coupling for multidisciplinary simulation. It comprises a set of libraries and integration components for the commercial integration environment ModelCenter or the open source alternative RCE (http://www.rcenvironment.de/). It was initially developed from the German Aerospace Center (DLR).
The DVT (Design and Verification Tools) is an Eclipse-based integrated development environment for the e and SystemVerilog verification languages. It is modern and powerful, yet easy to use. It helps design and verification engineers who are not satisfied with the limitations of plain text editors to easily read, write, and understand complex source code. The DVT enables efficient code writing and simplifies the maintenance of reusable libraries and legacy code. It comprises a complete suite of tools and integrates with all major simulators, revision control systems, and bug tracking engines.
Databene Benclipse is an Eclipse plugin that integrates Databene Benerator with Eclipse. Benerator's purpose is to generate mass test data for performance testing that satisfies even complex validity constraints. Benclipse greatly simplifies especially the first steps in test data generation and speeds up test data definition even more by providing a project wizard with a series of templates to start with, a set of bundled JDBC drivers, a sophisticated JDBC configuration wizard, a database snapshot facility for creating database dumps in DbUnit format, and a built-in HSQL database for trying the first steps.
EMF Validation Builder is an Eclipse plugin that automates the validation process at the time of saving. This means that resource problem markers are up to date as soon as you save your model. A dependency table is maintained, which allows the validation process to be re-run when necessary. In particular, the tool can be directly used with ECore model files.
Eclipse Code Recommender is an intelligent code recommender system which seamlessly integrates into Eclipse's Code Assist, and predicts only those method calls that are likely to be used by a developer in the current (code) situation. It can currently predict method calls for instances of the SWT framework, such as SWT Buttons, Labels, and Texts.