Re: External Jar In GWT Application (Client-Server Architecture)

2009-03-09 Thread paata...@gmail.com
the problem was in my jars. i have generated jars by eclipse. when i check add directory entries into eclise, everything works fine. bu i have another question, how i can import javax.naming package into my gwt application ? On Mar 9, 4:50 am, "paata...@gmail.com" wrote: > hi all, > I have E

External Jar In GWT Application (Client-Server Architecture)

2009-03-09 Thread paata...@gmail.com
hi all, I have EJB 3.0 Application on jboss AS. It is separated from gwt application. i want write gwt client application, i need to add server jar into my classpath. how i can do this ? i need entities, and ejb 3.0 session interfaces. (Also i don't have sources of the server application) my Se