Basically, just have the html form invoke a Servlet, and just code your regular Hibernate database code inside the Servlet.
For more complex apps, you can move to JSF or Struts, and even there, you can throw in service layers, but just start off coding it in a servlet.
MVC in Java is typically HTML to a Servlet to a JavaBean (Hibernate Code Here) and then to a JSP for display. Something like that.
_________________ Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?" http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials
|