« červenec 2009
PoÚtStČtSoNe
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today

Navigation

Speaker Profile
Roumen's Weblog
Login
Sun Bloggers
Technorati Profile

Am I popular?

Today's Page Hits: 2416

Contacts

Name: Roman Strobl
E-mail: roman dot strobl
at sun dot com

NetBeans

Java Sites

Javalobby
The Server Side
Java Tips
Java Blogs
java.net
java.sun.com
java.cz

Blogs

NetBeans:
Geertjan
Brian Leonard
Gregg Sporar
Lukas Hasik
Ludovic Champenois
Vincent Brabant
Alexis Moussine-Pouchkine
Jullion-Ceccarelli
Tom Ball
Tim Boudreau
Jesse Glick
Petr Blaha
Ruth Kusterer
Jara Uhrik
xzajo
Jan Lahoda
James Branam
nbextras.org

Sun:
Kazem - bug cartoons ;-)
Tor Norbye
Romain Guy
James Gosling
Chief Gaming Officer
Bill Vass
Jim Grisanzio
Jonathan Schwartz

Planets:
Planet Netbeans
Planet Sun
Planet Eclipse

Other:
netbeans-blog.org
Joel Spolsky
Bruce Eckel

License info

Creative Commons License
This work is licensed under a Creative Commons License.

Recent Entries

Map of visits

Locations of visitors to this page
« Improvements in... | Main | New Song: Java EE 5! »
20060620 Úterý červen 20, 2006
Getting Started with GWT in NetBeans

Tomas Zezula from NetBeans team has created a project template for Google Web Toolkit. I've been playing with it and it gives you basic support you need for GWT. You can create a new GWT project (as a web application) and the wizard prepares the directory structure for you. By running the application Google's SDK is launched and you can run your application. See screenshots:


GWT in NetBeans

The module is available in CVS in contrib/gwttemplate. The support is quite basic, but it's a good start. For those who have a hard time checking out CVS and building the module (it's easy, but takes some time), here's the nbm for download. Just install the nbm and create a new project - Web | Google Web Toolkit Application. The nbm works both in 5.0 and 5.5.

Also, don't forget about the cool support for jMaki in NetBeans :)
Comments:

It's funny that just yesterday I released first version of GWT support in IntelliJ IDEA. It provides much deeper support then just creating sceleton application. BTW, skeleton application is also supported but it includes server-side part as well. Read more and watch demo at http://www.jetbrains.net/confluence/display/IDEADEV/GWT+Studio+plugin

Posted by Alex Tkachman on červen 21, 2006 at 07:07 dop. CEST #

Yes Alex, I saw that yesterday. Looks like you did a lot of work.

Posted by Roumen on červen 21, 2006 at 10:03 dop. CEST #

Great NB starts supporting GWT. Support has to go deeper, though. I don't think Java programers would like using NB as a simpler editor for the GWT, but to fully integrate GWT pages into the web application.

GWT project library should:
- Not run as the main project by default.
- Once declared as 'required' by another project, deploy the resulting HTML/JS/resources into build/web/[GWT_project_name] and classes packed in a jar file and deployed into build/web/WEB-INF/lib.

GWT integration is good as long as we can easily write server-side code.

Posted by Lluis Turro on červen 21, 2006 at 10:38 dop. CEST #

Post a Comment:

Comments are closed for this entry.


    Disclaimer: The contents of my blog represent my personal opinions which may differ from official views of my employer, Sun Microsystems.