PDA

View Full Version : Best way


sudhakartv
Aug 31st, 2005, 10:32 AM
I am using Struts,spring,Hibernate for developing a web application.I just took Matt Equinox application as model and started implimenting my application .

Action class gets service interface.
I have following layers: service Interface, serviceImpl, DAO Interface and HibernateDAO, model. I am going to work on a big entrprise application. Is this implimentation is the best way ?

Any suggestion please

Thanks

Rod Johnson
Sep 1st, 2005, 04:06 AM
This layering is normally appropriate in enterprise-class applications.

If you are looking for guidance on enterprise architecture using Spring, I would suggest J2EE without EJB (http://www.amazon.com/exec/obidos/tg/detail/-/0764558315/).

Rgds
Rod