Venkat, There is a GWT plugin for Netbeans that allows you to create a GWT project. I tried it out and found it imposes a lot of choices I prefer to make myself, especially since I don' t have Java on the serverside.
Having discarded the plugin, I discovered it's quite easy to create a GWT client project (with the project builder tool) and let Netbeans treat it as a common java project. I just had to write a build.xml to compile and upload my project. My server code is PHP and I treat it as a separate project in Netbeans. And perhaps there are other options I didn't consider. Anyway, Netbeans is a suitable IDE for GWT development. What tools you use and how is up to you and will certainly depend on the architecture of your project. Wouter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
