[SCAFFOLD] Future of Scaffold - alternative DAO

2003-10-03 Thread aies22

Hi,

Does anyone know of an alternative but similar DAO package to Scaffold which
fits in with Struts as smoothly (i.e. can be configured into the
ActionMapping very intuitively)?

Noam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [SCAFFOLD] Future of Scaffold - alternative DAO

2003-10-03 Thread Ted Husted
For the SQL stuff, iBATIS www.ibatis.com is such a perfect fit, it's 
spooky. I'm actually getting ready to migrate it.

For the interface between the Action and the business tier, Commons 
Chain is the next step.

-Ted.

[EMAIL PROTECTED] wrote:
Hi,

Does anyone know of an alternative but similar DAO package to Scaffold which
fits in with Struts as smoothly (i.e. can be configured into the
ActionMapping very intuitively)?
Noam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Ted Husted,
  Junit in Action  - http://www.manning.com/massol/,
  Struts in Action - http://husted.com/struts/book.html,
  JSP Site Design  - http://www.amazon.com/exec/obidos/ISBN=1861005512.
Get Ready, We're Moving Out!! - http://www.clark04.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [SCAFFOLD] Future of Scaffold - alternative DAO

2003-10-03 Thread aies22
Ted,

Thanks.

In fact, following you advice, I am using iBATIS SqlMaps, which is very very
neat indeed.

I started building my app based on the Scaffold package after reading
Struts in Action (which was actually almost 10 months ago) and I like it a
lot. Looking forward to the Commons Chain. 

Noam

-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 11:49 PM
To: Struts Users Mailing List
Subject: Re: [SCAFFOLD] Future of Scaffold - alternative DAO


For the SQL stuff, iBATIS www.ibatis.com is such a perfect fit, it's 
spooky. I'm actually getting ready to migrate it.

For the interface between the Action and the business tier, Commons 
Chain is the next step.

-Ted.

[EMAIL PROTECTED] wrote:
 Hi,
 
 Does anyone know of an alternative but similar DAO package to Scaffold
which
 fits in with Struts as smoothly (i.e. can be configured into the
 ActionMapping very intuitively)?
 
 Noam
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-- 
Ted Husted,
   Junit in Action  - http://www.manning.com/massol/,
   Struts in Action - http://husted.com/struts/book.html,
   JSP Site Design  - http://www.amazon.com/exec/obidos/ISBN=1861005512.

Get Ready, We're Moving Out!! - http://www.clark04.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]