I'm wondering again if I'll be able to find the time to put these tools to use building... well, I don't want to give it away. ;)
It looks like the general process is this:
1. Build out your database schema
2. Use
<jdbcconfiguration packagename="com.lewisd"
propertyfile="src/hibernate.properties">
<hbm2cfgxml />
<hbm2hbmxml />
<hbm2java jdk5="true" />
</jdbcconfiguration>
</hibernatetool>
3. Extend the POJOs with whatever finder/lookup methods you need, or put them in some other class maybe.
4. Use Spring MVC and the Spring Framework to tie everything together.
Apparently Spring MVC even has some cool stuff for doing "Wizards", as they're called. Complex forms.
I hear the tags it uses for forms wrap around regular HTML tags, rather than replacing them. Sounds interesting.
No comments:
Post a Comment