Dear all, I am trying to get a basic architecture off the ground for my webbapp development work. I plan on using:
struts 2.1.6 spring 2.5.6 tiles 2.0.6 hibernate 3 As I am early in the development work, I can still change everything at small cost. That is why I would like to ask for advice from people who walked this route before: 1) Any pitfalls to avoid when using the above technologies in conjunction? 2) Better alternatives available? 3) Use hibernate with JPA or without? 4) How should I set up autowiring in my application? 5) Right now the app is layered as such: - .jsp pages decorated by tiles2 referencing struts actions - struts action classes extending ActionSupport. They have the same name as the jsp page referencing them. - model classes like User.java annotated @Entity for hibernate - DAO interfaces and implementations like UserDAO.java and UserDB implements UserDAO. 6) I dont seem to have service classes. Do I need them? 7) I do not know how to autowire the model classes into the action classes. Thank you, MPK -- View this message in context: http://www.nabble.com/Basic-architecture-question-tp25293369p25293369.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org