RE: JSF vs Struts

2004-07-21 Thread Hookom, Jacob
an official Apache project through the Apache Incubator. MyFaces has some custom components along with its full implementation of the JSF spec. Perhaps you could contribute to that project?? -James http://www.jamesholmes.com/JavaServerFaces/ -Original Message- From: Hookom, Ja

RE: JSF vs Struts

2004-07-21 Thread Hookom, Jacob
Would there be any interest in starting an Apache JSF implementation with a component repository for the open source community? I have about 80% of an implementation written... Regards, Jacob -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004

RE: [Fwd: cvs commit: jakarta-commons/chain/src/test/org/apache/c ommons/chain/config ConfigParser2TestCase.java test-config-2.xml]

2004-07-16 Thread Hookom, Jacob
Wow, that's actually pretty cool! -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 2:11 PM To: [EMAIL PROTECTED] Subject: [Fwd: cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/config ConfigParser2TestCase.java test-config-

RE: action based client side validation

2004-07-01 Thread Hookom, Jacob
What are you referring to? What action is "this action" ? -Original Message- From: kalpesh modi [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 4:57 PM To: [EMAIL PROTECTED] Subject: action based client side validation Hi Everyone, No one is interested in having this action based

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
moak [mailto:[EMAIL PROTECTED] >Sent: Friday, June 04, 2004 1:03 PM >To: Struts Developers List >Subject: RE: Struts Web Services Enablement Project > > > From: Hookom, Jacob [mailto:[EMAIL PROTECTED] > > If you want to do Web Services, have the services talk to > &g

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 1:03 PM To: Struts Developers List Subject: RE: Struts Web Services Enablement Project > From: Hookom, Jacob [mailto:[EMAIL PROTECTED] > If you want to do Web Services, have the services talk to > your business providers, the same on

RE: Struts Web Services Enablement Project

2004-06-04 Thread Hookom, Jacob
I will join in too on this one... What it sounds like you've done is put business logic in your actions, when actions should simple call interactions between business delegates or business facades. (See Sun's J2EE Patterns). By mingling business logic in your actions, you've forever committed you