CodeIgniter Forums
GWT Integration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: GWT Integration (/showthread.php?tid=21240)



GWT Integration - El Forum - 08-04-2009

[eluser]Marcel Karras[/eluser]
Hi everyone,

I tried to enhance the my existing CI based application with the power of optimized Javascript apps using GWT (Google Web Toolkit). The basis is a Java based application using the GWT library (Eclipse IDE) and the compilation process of this Java code results in browser optimized Javascript Code... I then can deploy this Javascript code into CI with some effort in order to get the widgets I wish.

Now my question: The overall deployment process is quite exhausting and I would like to Eclipse do all the work where CI is integrated into a GWT Java Project. (alternatively two projects) GTW advertises itself as being server-side language independent but if one tries to implement a server side service you'll have to use servlets (Java based) or absolute addresses to the HTTP Remote Interface you want to send messages to. Concerning the latter issue I have a problem integrating the CI BASE_URL into a GWT project... and so on.

So is there anyone out there who every did this before?

Greetings
- Marcel Karras