1 Reply Latest reply on Oct 9, 2006 3:49 AM by misge

    Developing a GWT based GUI for a JBoss based application

    zilber

      We are developing a web application running onTomcat, using eclipse. Our GUI is based on GWT. It is very convenient to debug the GUI code with the GWT shell where you can see the GUI in action without really deploying the app. This works because the GWT shell has some kind of Tomcat embedded inside it, which allows you to run the app in a test environment.

      Now, we want to move from Tomcat to JBoss, to enjoy stuff like jboss services, jms and others. Our GUI developer will no longer be able to use the GWT shell, and this is what holds us from the ransition to jboss.

      Did anyone already face this situation? Is there a way to overcome this obstacle?

      Thank you.