Posts Tagged ‘Hibernate’

Writing a URL Shortner in Java Struts2 & Hibernate

Writing a URL Shortner in Java Struts2 & Hibernate
This is an attempt to create a simple URL shortner service in pure JEE with Struts2 and Hibernate. Creating Base Framework I always have Basic framework ready which gives a kick start to the web app development. You don't have to hassle about different configuration issues/jar file issues etc. Let us start with creating sample base framework ... Full story

Tutorial: Create Struts2 Hibernate Example in Eclipse

Tutorial: Create Struts2 Hibernate Example in Eclipse
This is a demo Contact Manager application that we will create using Struts2 and Hibernate framework. In this article we will see how we can use Hibernate to perform Insert / Delete operations in Struts2 framework. Our Goal Our goal will be to demonstrate the use of Struts2 with Hibernate framework and to create a demo application "Contact Manager". The basic requirement of the Contact Manager app ... Full story
Copyright © 2010 ViralPatel.net. All rights reserved.