Re: how to integrate an ejb jar within my gwt web application ?

2009-05-19 Thread hazy1
Uh, just make an .ear in the normal way and call your EJBs from your RPC servlets. Hopefully you used stateless session beans. On May 19, 6:43 am, adel2009 wrote: > Hi, > > I have an ear which contains an ejb jar file and a war file (the old > application). > I created a new war which contains

how to integrate an ejb jar within my gwt web application ?

2009-05-19 Thread adel2009
Hi, I have an ear which contains an ejb jar file and a war file (the old application). I created a new war which contains presentation layer similar to the old war but developped with GWT and some RPC services. I would like to integrate the old ejb jar with the new war, i.e, communicate the GWT a