Now that I’ve finished the Hibernate Quick Start, I would like to see something more complex. A many-to-one, one-to-many, and a many-to-many relationship would be nice — something that would show off the power of hibernate and the ease of MyEclipse. I’ve been searching the web for 2 weeks. LaLiLuna is the best I have found, but their tutorial adds Struts, and I’m not ready to go there yet.
If someone would provide me with sample code, and help to get it working, I would be happy to return the favor. I could take the current Hibernate Quick Start and modify it to make a “slightly-more-complicated” Hibernate Quick Start.
I’m assuming you could take a database with 3 or 4 tables, generate the Hibernate code automatically, and provide a Test.java that would work.
This would give me, and other developers, something to start with to build a first application.