-
Notifications
You must be signed in to change notification settings - Fork 15
Demos
Yong Zhu edited this page Nov 28, 2018
·
2 revisions
- jBooox This is a micro MVC web project based on the integration of three open source software jBeanBox, jSqlBox, jWebBox, which needs to be released to run under Tomcat.
- jsqlbox-in-actframework Demonstrates the integration of jSqlBox and ActFramework framework, respectively, using jBeanBox and Guice to implement declarative transactions.
- jsqlbox-in-jfinal Demonstrate the integration of jSqlBox and jFinal, and replace the DAO tool that comes with jFinal with jSqlBox.
- jSqlBox-in-Spring This is an MVC Web project that demonstrates the configuration and use of jSqlBox in a Spring+Tomcat environment, IOC, AOP And declarative transactions use Spring's.
- jsqlbox-in-springboot Demonstrate the configuration and use of jSqlBox in the SpringBoot environment.
- jsqlbox-in-springboot-mybatis Demonstrate a mix of jSqlBox and MyBatis in the SpringBoot environment.
- jsqlbox-java8-demo Mainly demonstrates two features of jSqlBox-Java8 version: entity class only needs to declare interface, use Lambda to write SQL .
- jsqlbox-xa-atomikos A demonstration of jSqlBox partitioning operations in a distributed transaction environment.
- jsqlbox-beetlsql Demonstrates how to develop and use other template engines such as BeetlSQL in jSqlBox.