Re: Basic architecture question

2009-09-04 Thread Rusty Wright
I don't have a lot of hibernate experience but my memory, from reading that big hibernate book, is that you get more flexibility by using hibernate sessions instead of jpa entity managers. For me, strict jpa compatibility wasn't a requirement so I used hibernate sessions (via spring). measwe

Re: Basic architecture question

2009-09-04 Thread Paweł Wielgus
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

2009-09-04 Thread measwel
. 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