Optimalj Development Steps for J2EE Application
First, Optimalj 3.0 brief introduction
Optimalj is a Java development environment that generates an application system directly from a visual model, which uses Patterns to generate code based on J2EE rules. Its main feature is:
a) Model drive development
b) define business rules in the model
c) Mode Drive Builder Generation Mode
d) Models and code to keep real-time synchronization
e) Provide integrated deployment
Second, the new project
a) Run the Optimalj development environment.
b) Click on the Project Manager under the Project main menu.
c) New projects such as: MyfirstJ2EE.
d) Switch to the [Code Model] page, MOUNT Save the Directory (D: / DEMO / SRC) of the model file, and operates with NetBeans.
Third, create a Domain model
a) Switch to the [Domain MODEL] page, click Right click in Domain, New ModelPackage. Fill in the CRM in the Name Edit box, select Three Tier Application Structure with Integration in the Initial Structure drop-down box, and other default points FINSH complete the new model package.
Fourth, generate application model according to the Domain model
5. Modify the application model according to the business needs
Sixth, generate J2EE source code from the application model
7. Testing in an integrated development environment
Eight, deploy to the JBOSS application server