[RECTIFICATION] JBuilder 8 and Struts...

2002-12-16 Thread Emmanuel Boudrant
Hi, I a precedent post, I said that JBuilder 8 struts wizard/console support only Struts 1.0 application. Thats wrong ;) ... If you change manually the DTD for generated struts-config.xml to 1.1, the JBuilder struts console display all Struts 1.1 new features...(but no new wizard...) I made so

Re: Struts tooling in WS*D5, was: About JBuilder 8 / WSED 5 ... Struts support

2002-12-01 Thread Emmanuel Boudrant
this is David & Goliath ;) --- Thomas L Roche <[EMAIL PROTECTED]> a écrit : > Emmanuel Boudrant <[EMAIL PROTECTED]> Wed, 27 Nov 2002 21:25:39 +0100 > >> JBuilder 8, available soon will provide some Struts wizard, I've > >> got the beta so I check t

Re: About JBuilder 8 / WSED 5 ... Struts support

2002-11-27 Thread Emmanuel Boudrant
January ;) --- David Graham <[EMAIL PROTECTED]> a écrit : > Yes, a release is coming soon. Now what is the definition of "soon" :-) ? > > David > > > > > > > >From: Emmanuel Boudrant <[EMAIL PROTECTED]> > >Reply-To: "St

Re: About JBuilder 8 / WSED 5 ... Struts support

2002-11-27 Thread Emmanuel Boudrant
If you were making a multi-million dollar IDE would you include beta > software? > > David > > > > > > > >From: Emmanuel Boudrant <[EMAIL PROTECTED]> > >Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> > >To: Struts Develo

About JBuilder 8 / WSED 5 ... Struts support

2002-11-27 Thread Emmanuel Boudrant
Hi, JBuilder 8, available soon will provide some Struts wizard, I've got the beta so I check thisand what my surprise ! ... JBuilder 8 provide Struts support only for Struts 1.0, the wizard look like Easy Struts wizard (without the bugs;) Wizard are only Action and ActionForm. The Struts co

RE: [OT] CVS with a firewall

2002-11-26 Thread Emmanuel Boudrant
> -- > James Mitchell > Software Engineer/Struts Evangelist > http://www.open-tools.org > > "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when > you do, it blows away your whole leg." > - Bjarne Stroustrup > > > >

[OT] CVS with a firewall

2002-11-26 Thread Emmanuel Boudrant
Hi, I want to connect to a CVS server (apache, sourceforge...) but I behind a firewall, is there a solution to use CVS with the port 80 ? And if it's possible, inside Eclipse ;) -emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuit

Re: blank.war vs. struts-blank.war [was: Re: Tools in Struts]

2002-11-25 Thread Emmanuel Boudrant
an be used by differents GUI integrated in most populars IDE (JB,NB,Eclipse,IntelliJ...). This API can be hosted by Struts application project on Sourceforge (or jakarta). -emmanuel http://easystruts.sf.net --- Erik Hatcher <[EMAIL PROTECTED]> a écrit : > Emmanuel Boudrant wro

Re: blank.war vs. struts-blank.war [was: Re: Tools in Struts]

2002-11-25 Thread Emmanuel Boudrant
Just a question, who is Erik ? ;) --- Ted Husted <[EMAIL PROTECTED]> a écrit : > The struts-blank.war at SourceForge is the 1.0 version of the > blank application for 1.1. So, the best answer would be blank.war > for 1.1 and the struts-blank.war for 1.0. =:0) > > Of course, if you and Erik w

Struts logo

2002-11-22 Thread Emmanuel Boudrant
Hi, That's not an important question but does the Struts logo was final ? ... if no, what about organize a Struts Logo Competition like other Jakarta project ;) -emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français

Re: Struts At ApacheCon 2002

2002-11-20 Thread Emmanuel Boudrant
>I think it is time to start packaging tools and generators with Struts to >help the developer Thats a really good initiative Easy Struts will be volunteer ;) -emmanuel --- "Craig R. McClanahan" <[EMAIL PROTECTED]> a écrit : > > > On Wed, 20 Nov 2002, Erik Hatcher wrote: > > > Date: Wed,

Re: Does the /do/* will be supported with modules

2002-11-19 Thread Emmanuel Boudrant
Thanx Craig ... and CONGRATULATION Ted for joining the ASF. Thanx for your support. -emmanuel --- "Craig R. McClanahan" <[EMAIL PROTECTED]> a écrit : > > > On Tue, 19 Nov 2002, Emmanuel Boudrant wrote: > > > Date: Tue, 19 Nov 2002 13:48

Does the /do/* will be supported with modules

2002-11-19 Thread Emmanuel Boudrant
Hi, Actually the /do/* path mapped pattern doesn't work fine with modules, does this pattern will work with final release ...And, is it a good advice to use /do/* instead of *.do Thanx, -emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo

[PROPOSAL] Exception declaration in forward.include action.

2002-10-08 Thread Emmanuel Boudrant
Hi, In the Struts 1.1 Actions we can throw Exception in execute(...) method and manage it with exceptions declaration in struts-config.xml. Great idea ! But if I want check user on every Action by throwing an exception I can't use forward/include action. Is it a good idea to add exception s