RE: Design Patterns/Examples

2003-01-30 Thread shirishchandra . sakhare
-Original Message- From: pat.quinn2009 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:37 PM To: Sakhare, Shirishchandra Subject: RE: Design Patterns/Examples Hi shirish, Can you send on your sample code. Cheers for all the detail it really does help... Thanks Pat

RE: Design Patterns/Examples

2003-01-29 Thread shirishchandra . sakhare
Hi, We have used folowing approach.. To access db , we use DAO pattern(refer to Sun's blue prints for more details).The DAOs return value objects And all calls to the DAO must go through service layer.. So in action classes u get Instance of appropriate service from service factory and call

Re: Design Patterns/Examples

2003-01-29 Thread alexj
-- PS+++ PE+++ Y+++ PGP--- 5-- X R* tv b DI--- D G++ e* h++ r% y* --END GEEK CODE BLOCK-- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 9:48 AM Subject: RE: Design Patterns/Examples Hi, We have used folowing approach

Re: Design Patterns/Examples

2003-01-29 Thread Vinay
:48 AM Subject: RE: Design Patterns/Examples Hi, We have used folowing approach.. To access db , we use DAO pattern(refer to Sun's blue prints for more details).The DAOs return value objects And all calls to the DAO must go through service layer.. So in action classes u get Instance

Re: Design Patterns/Examples

2003-01-29 Thread Ashish Kulkarni
regards Vinay - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 3:48 AM Subject: RE: Design Patterns/Examples Hi, We have used folowing approach.. To access db , we use DAO pattern(refer to Sun's blue prints for more details