Function introduction
Currently, the entire project can be generated at once and can be directly imported into myEclipse.
Mainly includes automatic generation of struts2 and hibernate configuration files
And automatic code generation of javabean domain layer, control layer, business logic layer and interface layer code. The generated code is in the project directory under the installation directory!
True object-oriented design: The overall design of the system provides the use of object-oriented methods to design the basic objects (classes) in the required system, and generates professional-level interfaces and source code based on the professional-level "three-tier architecture template"
Design the system and database at the same time: Use "data mapping" to establish the relationship between basic objects (classes) and data tables. While designing the classes, you can complete the design of the associated table structure. The establishment of the database table is completely completed by hibernate!
Easily solve multi-table correlation: Multi-table correlation has always been a tedious problem, such as an employee belonging to one department. When designing the basic object (class), you can use the department class (not the department number) as an attribute of the employee class to automatically generate inter-table association codes. You can also display department names on the interface and use the drop-down box to select departments.
Change log
Version 2.1 solves the problem that the resource folder of the winXP system interface cannot be copied on the basis of 2.0. At the same time, it adds spring framework support and leaves the control layer action to spring to create and manage. At the same time, double-click the blank space of the class member ListView control to automatically pop up the add member dialog. Frame, more convenient to use!
it works
it works
it works