Re: Is modern Java IDE enough to work with Struts Project? Was: [OT] IDE with easy tomcat upgrade?

2003-06-18 Thread Ted Husted
Sergey Smirnov wrote: You can see a lot a references here. They are mostly string references. Just any typo and validation does not work properly. I wonder, how modern Java IDE (IDEA, JBuilder, Eclipse, NetBeans and so on) tries to help Struts developers to find and fix those kind of problems. Does

RE: Is modern Java IDE enough to work with Struts Project?

2003-06-17 Thread James Holmes
List Subject: Re: Is modern Java IDE enough to work with Struts Project? Are you sure James need some defense? Struts Console is most popular GUI tool for Struts - 55,000+ downloads. I just wonder why it still evolves as a set of losely coupled specialized XML editors. - Original Message -

Re: Is modern Java IDE enough to work with Struts Project?

2003-06-17 Thread Sergey Smirnov
;Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 3:03 PM Subject: Re: Is modern Java IDE enough to work with Struts Project? > In James' defense, the Struts Console is a GUI Interface to edit the > struts-config file. Yes, you can use any text edito

Re: Is modern Java IDE enough to work with Struts Project?

2003-06-17 Thread Aaron Longwell
om: "James Holmes" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 5:54 AM Subject: RE: Is modern Java IDE enough to work with Struts Project? Struts Console does not claim or try to solve these &qu

Re: Is modern Java IDE enough to work with Struts Project?

2003-06-17 Thread Sergey Smirnov
Tuesday, June 17, 2003 5:54 AM Subject: RE: Is modern Java IDE enough to work with Struts Project? > Struts Console does not claim or try to solve these "interdependence" > issues you mention. It's just a nice, simple tool for editing all of > the Struts config file

RE: Is modern Java IDE enough to work with Struts Project?

2003-06-17 Thread James Holmes
EMAIL PROTECTED] Sent: Monday, June 16, 2003 9:48 PM To: Struts Users Mailing List Subject: Is modern Java IDE enough to work with Struts Project? Was: [OT] IDE with easy tomcat upgrade? Max Cooper wrote: > I'm not sure how much this helps, but IDEA can validate any XML file that > ha

Is modern Java IDE enough to work with Struts Project? Was: [OT] IDE with easy tomcat upgrade?

2003-06-16 Thread Sergey Smirnov
Max Cooper wrote: > I'm not sure how much this helps, but IDEA can validate any XML file that > has a DTD. If you write Java code to do validations, you can set breakpoints > in it and debug it. > -Max > validation xml file against DTD is a good feature. However, lets light the problem in more det