Re: Eclipse plug-in for Struts

2005-06-23 Thread Thai Dang Vu
exadel.com has a free version of Eclipse plug-in for Struts. It supports JSF too. The free version is lack of some debugging features, but the commercial version has them all.

RE: Eclipse plug-in for Struts

2005-06-23 Thread Mark Galbreath
huh? Me thinks you better be reading the J2EE spec first ~mark On 6/23/05, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: > Me too am searching for a plugin for Eclipse to be able to write my J2EE > components like ... XML HTML and so on. ***

Re: Eclipse plug-in for Struts

2005-06-23 Thread Janek Ziniewicz
You might want to check http://www.objectlearn.com. I use it for generating ejb beans. Sometimes it is hard to set it up. Don't try to run it with MyEclipseIDE installed. On 6/23/05, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: > Me too am searching for a plugin for Eclipse to be able to write my

Re: Eclipse plug-in for Struts

2005-06-23 Thread Arash Bijanzadeh
Me too am searching for a plugin for Eclipse to be able to write my J2EE components like JSP XML HTML and so on. Any good free one? Regards Arash On 6/22/05, Barnett, Brian W. <[EMAIL PROTECTED]> wrote: > > http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin > > -Original Message- > From:

Re: Eclipse plug-in for Struts

2005-06-22 Thread Yaakov Chaikin
Take a look at www.m7.com. They have a free Eclipse plugin for JSP editing (I doubt anything beats it: it's almost like Dreamweaver.) They also have NitroX (a Struts plugin) for Eclipse. It's pretty expensive though, but it's very nice. Yaakov. On 6/22/05, Tony Smith <[EMAIL PROTECTED]> wrote: >

Re: Eclipse plug-in for Struts

2005-06-22 Thread Aleksandar Matijaca
I am happily using MyEclipseIde.com product - for $30/YEAR, you can't go wrong... I have succeessfuly used it with Jboss (and Tomcat 5.x) and Weblogic. a.m. On 6/22/05, Tony Smith <[EMAIL PROTECTED]> wrote: > > Is there an Eclipse plug-in for Struts or Tomcat so > th

Re: Eclipse plug-in for Struts

2005-06-22 Thread Lee Harrington
I like MyEclipse -- http://www.myeclipseide.com Lee On 6/22/05, Tony Smith <[EMAIL PROTECTED]> wrote: > Is there an Eclipse plug-in for Struts or Tomcat so > that I can develop, debug, and test my web app all in > Eclipse? Right now, if I want to change something I > have to write my program in E

Re: Eclipse plug-in for Struts

2005-06-22 Thread Andrew Thorell
I use myEclipse http://www.myeclipseide.com I'm not a big fan of buying development software, but this plug in is worth the $30/yr it makes my whole development life easier. I think they even offer a 30 day trial to test it out. It allows you to right click in the outline view when editing your st

Re: Eclipse plug-in for Struts

2005-06-22 Thread Frank W. Zammetti
Wow, that's painful! I use UltraEdit only... I click a single button and Tomcat is stopped, my app is compiled (including JUnit tests and static analysis runs), packaged, deployed, Tomcat restarts and IE pops up to the start page. All it took was an Ant script assigned to a key. I would bet you

RE: Eclipse plug-in for Struts

2005-06-22 Thread Barnett, Brian W.
http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 10:59 AM To: Struts Users Mailing List Subject: Eclipse plug-in for Struts Is there an Eclipse plug-in for Struts or Tomcat so that I can develo

Re: Eclipse plug-in for Struts

2005-06-22 Thread Brad Balmer
Have you tried looking at: http://eclipse-plugins.2y.net/eclipse/index.jsp Tony Smith wrote: Is there an Eclipse plug-in for Struts or Tomcat so that I can develop, debug, and test my web app all in Eclipse? Right now, if I want to change something I have to write my program in Eclipse, write