Eclipse vs netbeans vs IntelliJ is actually matter of personal preference and any such comparison should probably be part of some other forum. None of thes IDE I believe has anything out of the box for GWT. And even if they did, most of those features are easy to do manually(of course with little practice). As far as application builder, project builder and drag and drop facilities are concerned, they are all beginners tool. For example, creating a debug/run configuration is matter of knowing what jars to include at runt time and what parameters to supply. Doing it manually some times is much simpler than running the creators! If I change or add a RPC method, changing 3 files is hardly a matter of few more seconds.
As far as visual designers are concerned, I would recommend: Design the code such that it loads "fast" in hosted mode(use lazy initialization of objects, you can find many threads out here). This way you have complete control over your design/code and whatever changes you do, will be seen immediately in hosted mode on refresh. Again, all the assistance tools are good for beginners and small size application... but as the application grows, you are most of the time pretty much on your own.. and it is good to be that way so that you have the complete control and less unknowns. Any tool that helps you write java code should be equally helpful for gwt. vi ny1? ;) :) just my 2c. Rakesh Wagh On Dec 20, 7:48 pm, "Eduardo Henrique" <[email protected]> wrote: > What IDE are you using??? > Do you use any Eclipse's Plugin for GWT? > > -- > Eduardo Henrique(Hitek) -www.eduardohitek.blogspot.com > Desenvolvimento > SoftSite -www.softsite.com.br --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
