Hi all,
I'm developing an application with GWT and like server-side i'm using
EJB 3.0 and Entity Beans.
I've tested my EJB deployed in JBOSS and all is fine with GWT.
The problem is that I cannot return an Entity Bean beacuse GWT needs
the.java file.

So I've created two JAR:

JAR1 -->  EJB+ .class Entity Bean
JAR2 -->  .java Entity Bean + .class Entity Bean

In GWT's client-side i import JAR2's .java  file of Entity Bean
while in server-side I have to import JAR1's .class file (because the
EJB's method return the object in its JAR).

I was thinking that a solution could be make EJB in a JAR points to an
Entity Bean in an other JAR.....is it possible or are there a
different solution to resolve this problem?


I hope it's clear.....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to