RE: How to implement EJB 3.0, JPA, Hibernate and Struts 2 in one application?

2011-08-15 Thread Marcus Bond
Have never tried this out with ejb since it isn't isn't my thing but just the same as a spring / struts (or any other framework) app your service layer would be called from your struts actions such that struts isn't likely to know about or care about the fact that the service classes are ejb, spri

Re: How to implement EJB 3.0, JPA, Hibernate and Struts 2 in one application?

2011-08-15 Thread Maurizio Cucchiara
I think this is a good starting point: http://s.apache.org/jpa Maurizio Cucchiara On 15 August 2011 07:05, Coolemma wrote: > EJB 3.0, JPA, Hibernate and Struts 2 - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For