You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Michael Mok <mo...@hotmail.com> on 2001/06/17 02:59:05 UTC

STRUTS Example with DAO

Hi Craig

I have built 2 web applications with STRUTS  and CASTOR JDO (one is a pilot,
the other is now available on the web). CASTOR JDO provides intelligient DAO
access to backend database.

How can I help in your request for example?

Regards

Michael Mok
www.webappcabaret.com/normad


Re: STRUTS Example with DAO

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Sun, 17 Jun 2001, Michael Mok wrote:

> Hi Craig
> 
> I have built 2 web applications with STRUTS  and CASTOR JDO (one is a pilot,
> the other is now available on the web). CASTOR JDO provides intelligient DAO
> access to backend database.
> 
> How can I help in your request for example?
> 
> Regards
> 
> Michael Mok
> www.webappcabaret.com/normad
> 
> 

Hi Michael,

The best characteristics for an example like this would be:
* Uses Struts :-).
* Demonstrates good design patterns for database-based
  applications.
* Self-contained app big enough to be useful, small enough
  to be understood after some study.
* Reasonably easy to set up on a developer's own environment
  (among other things, that means we'd need to be as agnositic
  about the actual database as possible, include a Java spp
  to create all the tables and such, and things like that).
* Can be licensed under the Apache license and included
  with Struts.

If you've got something like that, I'd be very interested in including it
in the Struts distribution.

Craig