- Wednesday, February 17, 2010, 14:16
- Struts 2, Tutorial
- 432 views
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
- Friday, January 15, 2010, 20:08
- Struts 2, Tutorial
- 3,165 views
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