DWR/Netbeans Plug-in
I see that Chuck has got the DWR - Netbeans plug-in to initial-release status.
The plugin does the following for you:
- The ability to add DWR to a new or existing web application
- A dwr.xml editor, with 3 views: Creators, Converters and raw XML
- Drag and drop of exported Java objects to JSP pages
There are lots more screenshots on Chucks blog. Nice one chuck!, and thanks to Ludo for the heads-up.
Re: DWR/Netbeans Plug-in
Try out the following link
https://ajax.dev.java.net/servlets/ProjectDocumentList?folderID=6977
Re: DWR/Netbeans Plug-in
A killer feature would be to add JS code completion. Don't know what this would take, but as of Netbeans 6.1 JS editing is really pleasant to do in Netbeans and being able to just type YourClassName. (Ctrl+Space) and have your code completion in JS based on the Java method signatures for the corresponding class would be extremely cool and make this plugin much more powerful.