I have a lovely command line driven OSGi application.
I now want to add a GUI using GWT.
It will need to deploy on a Tomcat server
Can someone please outline the steps needed? I seem to be spinning in cicles 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have to deploy to Tomcat, then there’s a couple of options
Embedding is easy and portable (your WAR will work in any webapp container). If you’re planning to deploy your GWT app to Google AppEngine, then standard OSGi won’t work due to AppEngine restrictions on Threads and file system access – however PojoSR will work well on AppEngine.