Hello All, I've recently finished a pretty big project using Netbeans and now that I have a little time I'm trying to get up to speed with Eclipse which everybody raves about and Websphere 5.1 which is built on Eclipse. Eclipse and Websphere seem to lack some features I really like in Netbeans like no RAD GUI builder in Eclipse (is there a free plugin somewhere??) and in Websphere I don't see a way to auto-generate event handlers for GUI elements. In Netbeans I could create a blank applet, drag a button onto it, right click the button and auto-generate an action-performed event handler. This is a really nice feature for a relative newbie who doesn't know all the events all the GUI widgets can respond to. Do these features exist and I just haven't figured them out?? Thanx for info Dave
Howard Kushner
author
Ranch Hand
Joined: Sep 19, 2003
Posts: 361
posted
0
Howdy Dave, Nope, WebSphere Studio V5.x just does not have what we had in VisualAge for Java many moons ago. You gotta actually write code. Sorry 'bout that chief.
Howard Kushner<br />IBM Certified Enterprise Developer - WebSphere Studio Application Developer V5.0<br />IBM Certified Advanced System Administrator - WebSphere Application Server V5.0<br />IBM Certified Solution Developer - Web Services with WebSphere Studio V5.1<br /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1931182108/" target="_blank" rel="nofollow">Developing J2EE Applications with WebSphere Studio</a> my Certification Study Guide for IBM Test 287
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
posted
0
The Visual Editor Projects was announced yesterday in eclipse.org. It is more commonly known as the Java Visual Editor within IBM before it was contributed to eclipse.org. The JVE was first released in WSAD 5.0 as a base GUI AWT/Swing builder. Now in 5.1 and 5.1.1 it has events and other good stuff. To start, select File > New > Visual Class. Then you can select Swing, AWT, etc. It currently doesn't support SWT. The Eclipse VEP has it in plan. -- Dan [ November 20, 2003: Message edited by: Dan Kehn ]
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)
Howard Kushner
author
Ranch Hand
Joined: Sep 19, 2003
Posts: 361
posted
0
Hi Dan, All I can say is wow and thanks. I hadn't thought to try that in 5.1, since I've been busy doing other stuff like Web Services. I have taught the 5.0 VE, and I guess it's time to redo the labs that I just wrote 6 months ago!
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
posted
0
I feel your pain Howard. We're going to suffer through updating all the material for Eclipse 3.0. Some of my co-authors are still teaching the Java Developer's Guide to Eclipse course and thus part of their job is staying on top of the little details of the upcoming releases. metacomment: Wouldn't it figure, Jim, Pat, and Scott are getting sweet trips overseas (Italy, Sweden, Turkey, Germany...) after I left the Jumpstart organization. I taught in far less exotic locales like Austin, Texas. :roll: -- Dan
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
posted
0
From the newsgroup... here's a demo viewlet of the VEP. -- Dan