This project dedicated to provide startup project template for newbies. The template is a netbeans project, you have just need to install newest netbeans and open the project, then you ready to go. This project template already consist of complete CRUD code consist of two simple Entity: Person and Group.
there are three project template available :
1. Spring-Hibernate template (desktop app)
2. JPA template (desktop app) => consist of two different variation
a. JPA template using BeansBinding (JSR295) b. JPA template plus JDBC dao implememtation using old TableModel for datababinding
3. wicket-spring-hibernate template (web app)
for future release i will add :
1. Spring-hibernate-JSF (facelets & Richfaces)
2. EJB3 - JSF (i will consider seam for this template)
Sample with complete source code.
Recently my company (artivisi.com) held java desktop training. From that training, we able to create pretty much completed point-of-sale application. This application is designed with multi branch and off-line mode in mind. See wiki for complete description about this code.
Check out the newest code from here :
svn checkout http://project-template.googlecode.com/svn/trunk/desktop-point-of-sale desktop-point-of-sale-readonly
or download zip from download page.
1. Poin