RE: Struts tools, re: What's next for Struts?

2003-06-11 Thread Paananen, Tero
so perhaps we will succeed in converting the dinosaurs to Struts :-) It's already happening. I'm teaching corporate mainframe programmers how to move into the Java world using WebSphere Studio Application Developer (WSAD) for serious companies in/near Philadelphia and Pittsburgh. In most

Re: Struts tools, re: What's next for Struts?

2003-06-10 Thread Chris Gerrard
At 07:27 PM 6/9/2003, you wrote: Ted Husted Sun, 08 Jun 2003 09:18:27 -0400 But the Struts Community has been shipping, shipping, shipping. snip so perhaps we will succeed in converting the dinosaurs to Struts :-) It's already happening. I'm teaching corporate mainframe programmers how to move

Struts tools, re: What's next for Struts?

2003-06-09 Thread Thomas L Roche
Ted Husted Sun, 08 Jun 2003 09:18:27 -0400 But the Struts Community has been shipping, shipping, shipping. For example, Don Brown is shipping extensions for using Struts with Cocoon and the Bean Scripting Framework, and as of today, Wildcard Actions. Mathias just released an update to his

Struts Tools

2003-02-04 Thread Expedito Reinaldo da Silva Júnior
Hi, All! I don´t know if I'm asking to the right list, but I have a question: I'd like to know what's the best IDE/tool to help using Struts. I've seen some tools in the Struts resources page but I'm not impressed with them. I thought in a tool helping us to 'draw' pages with areas (tiles),

Re: Struts Tools

2003-02-04 Thread Vic Cekvenich
Please post this on the Struts User list and not the Struts developer list. My personal opinion is tha JBuilder is one of the worst IDE. Any other is better. (Eclipse.org, VIM.org, etc.) If you like .NET, you can use .NET, no sales people here. Can Delphi or VB create a web application? Why would

Re: Struts Tools

2003-02-04 Thread David Graham
with Struts. I suggest you look into using that if you're willing to pay for it (remember, .NET studio is very expensive too). David From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Struts Tools Date: Tue, 4 Feb 2003 15:53:24

Re: Struts Tools

2003-02-04 Thread Thomas L Roche
David Graham [EMAIL PROTECTED] Tue, 04 Feb 2003 15:04:26 IBM's Websphere Studio Application Developer (WSAD) includes support for generating webapps with Struts. Actually, our Struts Tools are in Site Developer (WSSD), which is lots cheaper than WSAD. (But WSAD adds EJB tooling.) The only

Re: Struts Tools

2003-01-07 Thread David Morris
Ted, I was able to automate this using Ant and the fixcrlf task. By adding a pretty simple target to most builds, it is easy to generate a source version of most Jakarta builds. Here is a sample from the beanutils build: target name=dist.add.source copy todir=${build.home}/classes

Re: Struts Tools

2002-12-24 Thread Ted Husted
If the instructions on amending the build process were available, they might also be submitted to Gump, which builds a ton of JARs every day. http://gump.covalent.net/jars/latest/ The driving force behind Gump is Sam Ruby, who I've copied into this reply. If for some reason the process

Re: Struts Tools

2002-12-23 Thread David Morris
I came upon this message while looking for Eclipse IDE information. To make Struts easier to use in Eclipse, I import the jar version followed by the java source and re-export them into a bin/source jar. This corrects line feed issues and makes it easy to step from my code to struts code in

Re: Struts Tools

2002-11-22 Thread David Graham
/index.jsp Dave From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Struts Tools Date: Thu, 21 Nov 2002 19:32:04 -0500 11/20/2002 3:15:37 PM, Emmanuel Boudrant [EMAIL PROTECTED] wrote: Easy Struts

Re: Struts Tools

2002-11-21 Thread Ted Husted
11/20/2002 3:15:37 PM, Emmanuel Boudrant [EMAIL PROTECTED] wrote: Easy Struts will be volunteer ;) How about us putting together our own distribution of Eclipse, with things like *, EZ Struts, Console, and so forth, already bundled in? Or at least a HOW-TO for putting together a complete

Re: Struts Tools

2002-11-20 Thread Ted Husted
11/20/2002 2:46:08 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote: I think it is time to start packaging tools and generators with Struts to help the developer -- either as standalone packages included for convenience, or integrated into the architecture of the package. As it stands, there