I was referring to ejb (and JPA) with gwt. It is little tricky but it is doable. I didn't managed to run gwt part in dev mode because i faced problems while trying to integrate maven with the first version of the gwt eclipse plugin(some thing went wrong, but i think the newer version is fine). But my client (gwt) interface was not big so i developed it separately with dev mode. And after that merged with the server code.
I read many articles/tutorials how to use gwt + ejbs + jboss, but no one gave me what i wanted: hot deployment in jboss + dev mode. This could be done with jboss tools for hot deployment in jboss and dev mode for gwt client part. Also using gwt-dispatch leads for problems with ejb injection, that's why i used lookup technique (with caching). I suppose this could be done easily for new project, but my was not, and we had to change struts code (mixed with gwt components) with entirely gwt UI. -- 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.
