Hi everyone, I tried to enhance the my existing Code Igniter (http:// codeigniter.com) based application with the power of optimized Javascript apps using GWT. 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" (the URL prefix of the PHP web application) into a GWT project without defining the web application base url twice. So is there anyone out there who every did this before? Greetings - Marcel Karras --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
