Hi All! Its my first post here :)
my system is: linux x86_64, eclipse 3.5, gpe 1.2, gwt-2.0.3, jboss 5.1
I have a ear project which include war and ejb parts in it. Web part based on
servlets, and im using constructions like
public class MyServlet extends HttpServlet {
@EJB
private EJBLocal ejb;
protected void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException,
IOException {
// some code
ejb.doSomething();
}
}
to access EJBs
right now i want to replace my servlet code with gwt based. Questions which
i cant solve:
* How can i deploy gwt projects to jboss server instead of builtin jetty ?
* How can i include gwt project to ear project ?
All projects - web, ejb, ear i could easily deploy to jboss, but i cant do this
for
gwt projects.
im in stuck for now, i cant find anything usefull in google.
Thanks
PS: sory for my english
--
If you think of MS-DOS as mono, and Windows as stereo,
then Linux is Dolby Digital and all the music is free...
pgpu91EjzjaVo.pgp
Description: PGP signature
