cvs commit: jakarta-struts/doc index.xml

2002-01-10 Thread martinc
martinc 02/01/10 00:07:53 Modified:doc Tag: STRUTS_1_0_BRANCH index.xml Log: Update distribution main page for Struts 1.0.1 release. Revision ChangesPath No revision No revision 1.2.2.8 +10 -22jakarta-struts/

The Nesting Extension - Support Site Update.

2002-01-10 Thread Arron Bates
Peers, Finally have the resource page at a useful level for the general developer community. There's the latest update to the extension, The primer, The tutorial, an advanced topics page and a whole mess of other stuff. Hopefully it will answer all questions which are itching people. Performa

Re: Building Form Beans from XML Schema?

2002-01-10 Thread Jon Ferguson
Arron, I agree with the analysis. There are of course other tools that do similar things (including the Digester) but I've seen no others that do all three (XML/Schema/SQL) at least opensource. It seems like a natural way to proceed in order to automate some of this stuff. When I noticed that

RE: Building Form Beans from XML Schema?

2002-01-10 Thread Stephenson Tim
guys, thought i'd throw in my 2cents as i enjoyed reading your discussion so far. i have been trying to solve the same problem - to generate the struts forms and resource properties (maybe actions too). First there was a chap posted an announcement to the list recently to that used XSL transfo

AspectJ and Struts Exception handling:

2002-01-10 Thread Nicholas Lesiecki
Hello, A while back Rick Hightower submitted a request to change the way Struts handles errors. His problem (and mine) is that Struts tends to catch exceptions and throw different exceptions indicating the problem. Needless to say this can badly obscure the original cause of the error. So tod

RE: AspectJ and Struts Exception handling:

2002-01-10 Thread Donnie Hale
I just posted a message to commons about aspectj. :) Very, very cool stuff+ACE- What I'd like to see next from that arena is the ability to define pointcuts and aspects dynamically rather than with a recompile. Donnie +AD4- -Original Message- +AD4- From: Nicholas Lesiecki +AFs-mailto:

Re: Building Form Beans from XML Schema?

2002-01-10 Thread Jon Ferguson
Hi Tim, One of my key goals is to ease integration with B2B and webservices. I'm finding that lots of what's in my current project would fit this framework well.. For instance I have an Order form.. But why should this just be entered from a web form using Struts. I'd like to be able to export