This article introduces a framework for fast development of persistence layer without xml configuration.

Source: Internet
Author: User

Make an advertisement for a friend

Speed quick J2EE development framework
Speedframework (http://sourceforge.net/projects/speedframework) is a lightweight persistent layer framework fully developed based on JDBC. It can directly call SQL, or directly perform crud operations on pojo,CodeSimilar to Orm, it is easy to debug without configuration. The built-in JCs cache can effectively reduce the database pressure. It has the following features:

1. No configuration persistence layer, no configuration can reduce the troubles caused by configuration during development and debugging.
2. It is completely a JDBC encapsulation operation, and the performance is completely OK.
3. Implement JCs cache to reduce database pressure on the cache of database operation objects.
4. the built-in paging component allows you to directly input an SQL statement to complete the difficult paging logic, which can be customized by the customer.
5. XP development can be achieved by combining the logical design mode of tables and views.
6. speed can automatically identify the auto-increment primary key of the table field PK and return the auto-increment field value.
7. implements JDBC batch encapsulation, stored procedure calling, and other common jdbc api encapsulation.
8. Reduces the entry threshold, facilitates initial development and maintenance in the middle and later stages, and is suitable for development.ProgramTeam members often change.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.