Because in the company's development project, repetitive work accounts for a lot of workload.
So I plan to develop a framework that reduces workload, I don't know if I can implement, the specific ideas are as follows:
1. Use the Struts framework to process the page jump
2, use the Spring framework to handle the logic of the business
3, use Hibernate to process the persistence of data
4. Use XML to configure the specific information of the entity.
5. Simple and deduplication, only need four template pages, depending on the incoming entity to achieve different services.
6, the configuration information of the entity can write an automatic generation tool to generate according to the PDM file.
7, just need to do a good job in multiple styles, you can replace the display style of the page.
8. Develop some basic classes as the support of the frame.
9. Constantly accumulated in the development of the project, extracting the general business logic to the system's framework, such as authority control, process processing, report processing, etc.
Just an idea, don't know how big it is difficult to achieve. But I want to have a big benefit for doing project development.