With the joint efforts of all colleagues in the easyjweb project team, easyjweb has a milestone version of The EasyJWeb-0.6.0, and finally officially released, this version made a relatively large adjustment. It is mainly reflected in the following aspects:
1. Use ant and Maven to manage project release and standardize the project release method;
2. introduced automaticCodeThe generation engine enables addition, deletion, modification, and query of a single table and Automatic Generation of pages;
3. Added support for simple AOP and the load blocker function;
4. Added idao database to easyjweb tools business engine to support access to middleware for ORM databases other than hibernate.
5. standardized code writing;
6. Code comments are further improved;
7. The test work has been strengthened;
8. modified some previous bugs;
Later versions will be expanded and improved based on the current version. Please try again to see if there are any major bugs.
EasyJWeb-0.6.0: http://dl.easyjf.com/downloads/easyjweb-0.6.0.zip
With the current version, you can quickly develop some simple applications. Please see the audio and video tutorial: http://www.easyjf.com/html/bbs/20060625/2853344213758910.htm? EJB id = 2633275163824738
We will release a special tutorial on easyjweb in the near future. Please stay tuned!
(Figure 1: EasyJWeb-0.6.0 file Preview)
(Figure 2: More detailed code comments)
(Figure 3: ant operation menu)
(Figure 4: easyjwebtools quick Code Generation Command)
(Figure 5: code generation result)
(Figure 6: generated war package)
(Figure 7:ProgramRunning Effect)
About easyjweb:
Easyjweb is an MVC framework that is based on Java technology and applied to the rapid development of Web applications. The framework design concept comes from many domestic project practices, the framework aims to learn from the popular open-source Web frameworks (struts, JSF, tapestry, and webwork), learn their advantages and essence, and use velocity as the template page engine, implement an MVC development framework with completely separated pages and codes. It aims to build a simple Web framework that can achieve rapid development of small and medium-sized web application systems.
With the supporting development tools provided by easyjweb tools, you can quickly develop web applications based on the easyjweb framework, including code generation of common application software and crud of databases) code Generation, automatic page template generation, and configuration file management.