DBFlute HowTo
How-to project for DBFlute
DBFlute:
http://dbflute.seasar.org/
Quick Trial
you can clone the example project of DBFlute:
- git clone https://github.com/dbflute/dbflute-howto.git
- prepare database by *ReplaceSchema at DBFlute client directory 'dbflute_maihamadb'
- compile it by Java8, on e.g. Eclipse or IntelliJ or ... as Maven project
- see HowToSelectTest.java
you can implement condition-bean as trial, and can execute it by JUnit