Re: [PROPOSAL] Modular Struts Examples

2003-07-23 Thread Ted Husted
Just wanted to mention that I did some work on the Struts University application last week, and it seemed to work well in a classroom environment. I'll have another post regarding this soon. Ted Husted wrote: I've started work on a Struts University application, based on Steve's Struts

Re: [PROPOSAL] Modular Struts Examples

2003-07-23 Thread James Mitchell
PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:03 AM Subject: Re: [PROPOSAL] Modular Struts Examples Just wanted to mention that I did some work on the Struts University application last week, and it seemed to work well in a classroom environment. I'll have

Re: [PROPOSAL] Modular Struts Examples

2003-07-11 Thread Ted Husted
I've started work on a Struts University application, based on Steve's Struts Examples application. Struts University uses the same Tomcat Example format. The idea is that the examples will be ordered and grouped to help teach Struts through a series of working examples. I've made a prototype

Re: Fw: [PROPOSAL] Modular Struts Examples

2003-07-11 Thread James Mitchell
On Friday 11 July 2003 12:45, Ted Husted wrote: snip/ The proposed end-game would be to first consolidate our various examples (upload, validator, tiles, Steve's examples, and more) into the Struts University application. Then, we could considering making the MailReader, Taglib-Exercises,

Re: Fw: [PROPOSAL] Modular Struts Examples

2003-07-11 Thread Ted Husted
James Mitchell wrote: How will this affect update of the Struts site? I typically copy things over, so it would just affect slightly where I copy them from. The other approach is to copy over the WAR and then expand it. To keep that functionality, I'm sure we could come up with a build target

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Ted Husted
Steve Raeburn wrote: In the interests of ease of understanding, the first application would not necessarily exhibit best practice all the time. For instance, in the examples I put together I have made no effort to protect JSPs with a security constraint or by placing them under WEB-INF. I felt

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Ted Husted
Vic Cekvenich wrote: -0. Module was... is optional and confusing. I think delay this a point after 1.2. I'd say the opposite. We need to eat our own dog food and use modules in our own applications or drop that line of development altogether. Given modules in 1.1, it's hard to justify

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread David Graham
However we combine the apps I want to make sure MailReader continues to be suitable for testing changes in. I often run through and/or modify MailReader to test changes before committing them. David --- Ted Husted [EMAIL PROTECTED] wrote: Steve Raeburn wrote: In the interests of ease of

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
OK, just to enumerate: struts-documentation.war ( html tag docs), mail-reader.war, TomcatLikeNewExampleByTheNewCommiter.war, tiles.war blank.war validator.war Is this the list? .V Ted Husted wrote: Steve Raeburn wrote: In the interests of ease of understanding, the first application would not

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Ted Husted
Vic Cekvenich wrote: OK, just to enumerate: struts-documentation.war ( html tag docs), mail-reader.war, TomcatLikeNewExampleByTheNewCommiter.war, tiles.war blank.war validator.war Is this the list? .V The list of applications we ship now is struts-blank struts-documentation (website)

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Craig R. McClanahan
On Wed, 2 Jul 2003, Vic Cekvenich wrote: Date: Wed, 02 Jul 2003 06:55:06 -0400 From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Struts Examples -0. Module was... is optional and confusing. I

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
Craig R. McClanahan wrote: SNIP We definitely need examples of modules, and all of the other individual features. I am not a believer that one big example app is the right way to approach that -- the sheer scale of such a thing would be a barrier to entry. It's better in some cases (say,

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread David Graham
I have no problem beeing silly. :-) My point was a shade on the other side. Yes Struts can show integration to do 100's of things out there. But at its core, Struts is a controller framework. So the value of MVC upload is a bit of a gray area. If we kind of agree (ahh agree) that Struts is

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
snip Target servlet 2.3 snip - There are now dependencies on 2.3 and more comming. Almost no one uses Tomcat 3. TC 5 level JSP 2.0 looks like more fun. People that want 2.2 or 1.3 could rebuild, or they can keep using solid 1.1. A small KISS step. By the time 1.2 comes out snip How many

RE: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Steve Raeburn
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: July 3, 2003 4:40 AM To: Struts Developers List Subject: Re: [PROPOSAL] Modular Struts Examples I'm -1 on demonstrating anything but best practices all the time. We made that mistake with MailReader and it has

RE: Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples)

2003-07-03 Thread Steve Raeburn
Thanks David, that's clearer now. Steve -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 1:45 PM To: Struts Developers List Subject: Re: Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples) --- Steve Raeburn [EMAIL PROTECTED] wrote

RE: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Steve Raeburn
-Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 1:39 PM To: Struts Developers List Subject: RE: [PROPOSAL] Modular Struts Examples Do users find the examples confusing? I often refer people to the struts-example and struts-validator apps for help so

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Craig R. McClanahan
On Thu, 3 Jul 2003, Vic Cekvenich wrote: Date: Thu, 03 Jul 2003 15:27:58 -0400 From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Struts Examples snip Target servlet 2.3 snip - There are now

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Craig R. McClanahan
On Thu, 3 Jul 2003, Vic Cekvenich wrote: My point was a shade on the other side. Yes Struts can show integration to do 100's of things out there. But at its core, Struts is a controller framework. Right now, it's in particular a front controller framework, in design pattern terms. That's

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
Craig R. McClanahan wrote: David Would David's argument be that JSF integration (requires 2.3) be postponed till Struts 2.0? For integration into the core of Struts, yes it does. But we can provide an optional add-on integration for Faces, just like struts-el does for EL evaluation, as

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Craig R. McClanahan
On Thu, 3 Jul 2003, Vic Cekvenich wrote: Date: Thu, 03 Jul 2003 16:32:02 -0400 From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Struts Examples Craig R. McClanahan wrote: David

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread David Graham
--- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Thu, 3 Jul 2003, Vic Cekvenich wrote: Date: Thu, 03 Jul 2003 16:32:02 -0400 From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Struts

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Ted Husted
Craig R. McClanahan wrote: Display tag- (Talk out of bouth sides of your mouth) Yes Stuts is view snip/ Other Struts developers, of course, can speak for themselves. There are a ton of very cool extension for Struts, DisplayTag, SSL-Ext, Struts-Menu, to name a very few. Many more than we could

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
Craig R. McClanahan wrote: On Thu, 3 Jul 2003, Vic Cekvenich wrote: My point was a shade on the other side. Yes Struts can show integration to do 100's of things out there. But at its core, Struts is a controller framework. Right now, it's in particular a front controller framework, in design

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
Ted Husted wrote: Craig R. McClanahan wrote: sbip. While ee should keep the new Struts-Examples application tied to what's in our core distribution, I think there's room for a Struts-Extensions application that uses things like DisplayTag, Struts Menu, xDoclet, and so forth. But, that's

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
Got it we. Vic Cekvenich wrote: Ted Husted wrote: Craig R. McClanahan wrote: sbip. While ee should keep the new Struts-Examples application tied to what's in our core distribution, I think there's room for a Struts-Extensions application that uses things like DisplayTag, Struts Menu,

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Craig R. McClanahan
On Thu, 3 Jul 2003, Vic Cekvenich wrote: Date: Thu, 03 Jul 2003 17:22:21 -0400 From: Vic Cekvenich [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Struts Examples Craig R. McClanahan wrote: On Thu, 3 Jul

Re: Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples)

2003-07-03 Thread Nathan Bubna
David Graham said: ... Struts is view agnostic. You can use any view technology you like. agreed! but it could be made friendlier to non-JSP view technologies. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16814 :-) (btw, congrats again on getting 1.1 out. ya'll are great!) Nathan

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Vic Cekvenich
For more general purpose use (such as in the business tier), doesn't RowSet already do everything you need? I've heard it argued that this can be the standarized DAO interface you are talking about. What if the Data Feed is MQ, or Soap? RowSet has all this other mechanisam that gets in the way.

Re: [PROPOSAL] Modular Struts Examples

2003-07-03 Thread Phil Steitz
Craig R. McClanahan wrote: Right now, it's in particular a front controller framework, in design pattern terms. That's one of the areas I would personally like to see us do some innovation. Can you expand a little on what you mean here, Craig? Phil

Re: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread Vic Cekvenich
-0. Module was... is optional and confusing. I think delay this a point after 1.2. I think struts-upload could be deprecated (along with bean and logic tags). People can do file upload out of commons, or using Jason Hunter's COS upload. etc. Upload is not a Struts core value and could go back

RE: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread Etienne Labonté
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: [PROPOSAL] Modular Struts Examples I'd like to propose that we gather together the struts-documentation, struts-example (MailReader), struts-exercise-taglib, struts-upload

RE: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread David Graham
] Modular Struts Examples I'd like to propose that we gather together the struts-documentation, struts-example (MailReader), struts-exercise-taglib, struts-upload, struts-validator, and tiles-documentation webapps into a single struts-docs application, where each of the existing

RE: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread Etienne Labonté
-Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:03 AM To: Struts Developers List Subject: RE: [PROPOSAL] Modular Struts Examples --- Etienne_Labonté [EMAIL PROTECTED] wrote: I propose (quite informally) a new packaging

RE: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread Steve Raeburn
There are currently seven different webapps within the Struts distribution that users are referred to for examples of Struts usage: - struts-blank - struts-example - struts-excercise-taglib - struts-template (not so much) - tiles-documentation - struts-upload - struts-validator Not to

Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples)

2003-07-02 Thread Steve Raeburn
What problems would be solved by repackaging into seperate jars? Steve -Original Message- From: Etienne Labonté [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 7:46 AM To: 'Struts Developers List' Subject: RE: [PROPOSAL] Modular Struts Examples I propose (quite informally) a new

RE: [PROPOSAL] Modular Struts Examples

2003-07-02 Thread David Graham
Do users find the examples confusing? I often refer people to the struts-example and struts-validator apps for help so I don't think they're under publicized. I'm not sure that consolidating the examples would make them easier to understand. I certainly want an example module app and an app

Re: Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples)

2003-07-02 Thread Vic Cekvenich
the custom tags. David Steve -Original Message- From: Etienne Labonté [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 7:46 AM To: 'Struts Developers List' Subject: RE: [PROPOSAL] Modular Struts Examples I propose (quite informally) a new packaging: Struts.jar (core logic only) Struts

Re: Struts repackaging (was RE: [PROPOSAL] Modular Struts Examples)

2003-07-02 Thread David Graham
:[EMAIL PROTECTED] Sent: July 2, 2003 7:46 AM To: 'Struts Developers List' Subject: RE: [PROPOSAL] Modular Struts Examples I propose (quite informally) a new packaging: Struts.jar (core logic only) Struts-taglib-rt.jar Struts-taglib-el.jar (from current contrib/struts-el.jar

Re: [PROPOSAL] Modular Struts Examples

2003-07-01 Thread Rob Leland
Ted Husted wrote: I'd like to propose that we gather together the struts-documentation, struts-example (MailReader), struts-exercise-taglib, struts-upload, struts-validator, and tiles-documentation I am curretly -0 on this. I don't like smashing --all-- the examples into one example simply

[PROPOSAL] Modular Struts Examples

2003-06-30 Thread Ted Husted
I'd like to propose that we gather together the struts-documentation, struts-example (MailReader), struts-exercise-taglib, struts-upload, struts-validator, and tiles-documentation webapps into a single struts-docs application, where each of the existing applications becomes a module. (Leaving the

Re: [PROPOSAL] Modular Struts Examples

2003-06-30 Thread David Graham
I made a plea a while back for a module example app to test module features in. It looks like I may get my wish after all :-). +1 but modules seem buggy at the moment so maybe we should fix those problems first. David --- Ted Husted [EMAIL PROTECTED] wrote: I'd like to propose that we gather