Re: ActionEventListener

2000-05-08 Thread Maciek Kaminski
For some time I have been experimenting with using component application model with Turbine. Whole user interaction is handled via events. It is more radical than adding ActionEventListener to Action but you migth find it interesting. Example: import org.apache.ecs.ConcreteElement; import

[PATCH] Re: WebMacroEmail

2000-05-08 Thread Sean Legassick
On Sun, May 07, 2000 at 06:39:20PM -0500, dave bryson wrote: On Sun, 07 May 2000, you wrote: Hey all, I just added a WebMacroEmail class that makes it easy to send an email who's body is actually a processed WM template file! :-) Man, are you on a role or what!? Indeed - it just gets

Re: ActionEventListener

2000-05-08 Thread Sean Legassick
On Sun, May 07, 2000 at 11:12:28AM -0700, jon * wrote: MyObj obj = new MyObj(); data.getParameters().setProperties(obj); if (obj.validate(data)) That is very cool! That is a really good way to separate out the business logic very easily. I didn't want to muddy what I was saying, but

Re: ActionEvent

2000-05-08 Thread Sean Legassick
On Mon, May 08, 2000 at 11:44:25AM -0700, jon * wrote: [on code to autogenerate java classes and not using WebMacro in it] GenerateMapBuilderTask.java and MySQLSchemaToDatabaseMap.java. Doing OracleSchemaToDataba Yeah right - this code _is_ the kind of thing I was talking about, and using

[patch] docs/index.html

2000-05-08 Thread Sean Legassick
Jon, Full respect for the work on getting the docs up to speed. I spotted a broken link and a grammar error in index.html: Index: index.html === RCS file: /products/cvs/turbine/turbine/docs/index.html,v retrieving revision 1.9

Path of TurbineResources.properties?

2000-05-08 Thread Thomas Krebs
I have last weeks Turbine drop installed on Suse Linux 6.4, Tomcat 3.1, Apache 1.3.12. I defined the servlet as desribed in the documentation in the web.xml file in {TOMCAT_HOME}/conf, passing as init parameter the absolute path to TurbineResources.properties which I stored also in

Ongoing WM jar problems

2000-05-08 Thread dave bryson
I cannot for the life of me, get the latest WM stuff to work. * I've upgraded to JDK1.2 * Checked out the latest snap shot of Turbine. * Triple checked all property files and the classpath. And still cannot get the Webmacro stuff to work! I keep getting : Mon May 08 22:11:41 CDT 2000]