Hi, I;m having some difficulties doinf ajax programming in GWT When I’m debugging the application within eclips, the address for my file I’m loading is http://localhost:8080/emaillist.txt When I debug the php code on my local aphech server the address is http://localhost/programming/NewsLetter2/war/emaillist.php on the production run it becomes http://findmeontheweb.bizNewsLetter2/war/emaillist.php.
In c I could simply go // #define server http://localhost:8080/ // #define server http://localhost/programming/NewsLetter2/war/emaillist.php #define server http://findmeontheweb.bizNewsLetter2/war/emaillist.php And save this in a file call server.h, Then include this file in all the souc files. Can I do something like this in java? How do other people handle this issue when doing Ajax programming in GWT?? - Ted --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
