RE: Struts DB example

2001-10-04 Thread Michael Mok
Title: RE: Struts DB example Bill Check out TeaTimeJ Web TimeSheet www.teatimej.com. It is a STRUTS 1.0+ based application and it uses Castor JDO to maintain records in a MySQL database. Regards Michael Mok -Original Message-From: Bill G [mailto:[EMAIL PROTECTED]]Sent

RE: Struts DB example

2001-10-04 Thread Bill G
Title: RE: Struts DB example Thanks Michael! I'll check it out. Bill... -Original Message-From: Michael Mok [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 04, 2001 12:34 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: RE: Struts DB example

RE: Struts DB example

2001-10-04 Thread Amitkumar J Malhotra
Micheal please could you tell me something more about castor JDO Thanx Amit

Re: Struts DB example

2001-10-04 Thread Viet Kevin
On Thu, 4 Oct 2001 14:03:04 +0530 Amitkumar J Malhotra [EMAIL PROTECTED] wrote: Micheal please could you tell me something more about castor JDO Thanx Amit I'm interested too in Castor JDO, it will be cool i can have real-code examples to understand the whole thing

RE: Struts DB example

2001-10-04 Thread Nathan Anderson
Title: RE: Struts DB example Michael, Is there a .WAR file for TeaTimeJ that you'd be willing to let people play with as an example of DB access andCastor JDO with Struts? Nathan Anderson -Original Message-From: Michael Mok [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 04

RE: Struts DB example

2001-10-04 Thread Brett Porter
Title: RE: Struts DB example Castor has a mailing list you can subscribe to from http://www.exolab.org. The examples it comes with are quite good, and the list will be helpful in getting them configured for you. As far as using it with Struts (as I do), I've placed a wrapper around

Re: Struts DB example

2001-10-03 Thread Francisco Hernandez
check out the struts example, its very simple - Original Message - From: Bill G [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:19 PM Subject: Struts DB example I'm looking for a working Struts DB example that demonstrates the following; Four screens -

RE: Struts DB example

2001-10-03 Thread Bill G
Francisco, That is not a database example. Thanks though. -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 4:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Struts DB example check out the struts example, its very

RE: Struts DB example

2001-10-03 Thread Brett Porter
Title: RE: Struts DB example have a closer look. -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 October 2001 9:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts DB example Francisco, That is not a database example. Thanks though. -Original

RE: Struts DB example

2001-10-03 Thread Bill G
Title: RE: Struts DB example Bret, Sorry, I should be more specific. The sample app that you and Franciscorefer to does not illustrate connecting to a real RDMS nor does not illustrateconnection pooling, where the connection logic goes etc... That's the kind of stuff I'm interested

RE: Struts DB example

2001-10-03 Thread Brett Porter
Title: RE: Struts DB example The struts example struts-config.xml file has an example of how to create a connection pool. However, from what I now understand that is deprecated. The struts-documentation webapp does have details about it though if you are interested. I thought

Re: Struts DB example

2001-10-03 Thread Francisco Hernandez
Title: RE: Struts DB example check out http://java.sun.com/j2ee/blueprints/design_patterns/data_access_object/index.html lots of people like use a DAO as illustrated in that page. for larger source check out this DAO too: http://java.sun.com/j2ee/blueprints/jps11/src/com/sun/j2ee/blueprints

RE: Struts DB example

2001-10-03 Thread Bill G
Title: RE: Struts DB example Hi Bret/Francisco, I appreciate the info, but that does not help me. PLEASE READ - I was hoping that someone out there could point me to a REAL working Struts/Database example. For me,as long as the sample works with a modernRDBMS with JDBC is sufficient