Hello everybody, I am about to begin a new project using gwt 1.6. I was planning to use ruby on rails as the backend... but I had a problem during the development with the "same origin policy"... and as I don't know any way to make both the gwt project and the ruby on rails project to work on the same server, I decided to move to jruby. I managed using netbeans and gwt 1.5 to make them both work on glass fish v3. (I am not sure how did netbeans use glassfish for hosting and debugging the gwt app) Now, the gwt client can talk to the server and i can debug it. In this scenario, I had a problem debugging rails, the debugging from netbeans open a new instance of the server, thus on another port, and now they cannot communicate with the server, when I try to debug rails I have to compile the gwt code and deploy with rails and debug rails separately. any way, I decided to move to gwt 1.6 and currently I can't get the gwt to use glass fish to be able to use jruby so that they both communicate....
So, the question is simply how can I use GWT 1.6 and rails (ruby or jruby) together while being able to debug both of them ? what server should I use? Should I use a java backend instead of ruby? will that make things a lot easier (noting that didn't use java webservers before, I made some desktop dev using java but not web) I am new to both gwt and rails (I have been a microsoft dev for a lot of years now, but I am moving!!) so sorry if this is trivial but googling is not helping. Thank you very much.. I really appreciate the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
