Java open-source persistent layer framework-Speedframework

Source: Internet
Author: User

Speedframework
Speed quick J2EE development framework Speedframework is a lightweight persistent layer framework fully developed based on JDBC. it can call SQL directly or perform CRUD operations on POJO directly. The code is equivalent to that of ORM. convenient debugging, no configuration required, built-in JCS cache, can effectively reduce the pressure on the database.
The speed framework 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. This reduces the entry threshold and facilitates initial development and maintenance in the middle and later stages. It is suitable for teams that developers often change.
Http://sourceforge.net/projects/speedframework/

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.