I am curious regarding one answer from this question:
Gwt: Run as desktop application
Regarding packaging a GWT App into a Appcelerator Titanium app, is that really possible?
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.
I’m pretty sure that GWT is written in Java but compiles down to HTML/CSS & JavaScript and is run thorough your browser. So you could easily put these HTML files in your Titanium app and use the web browser feature in the app to open them. So if you were on the iPad / iPhone it would open directly in a window in your app using safari.