Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CE387604 for ; Mon, 5 Dec 2011 17:07:03 +0000 (UTC) Received: (qmail 49701 invoked by uid 500); 5 Dec 2011 17:07:01 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 49672 invoked by uid 500); 5 Dec 2011 17:07:01 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 49664 invoked by uid 99); 5 Dec 2011 17:07:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 17:07:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [148.141.224.228] (HELO emhost24.sherwin.com) (148.141.224.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 17:06:53 +0000 Received: from emhost26.sherwin.com (emhost26.sherwin.com [10.25.1.52]) by emhost24.sherwin.com (Sentrion-MTA-4.0.3/Sentrion-MTA-4.0.3) with ESMTP id pB5H6VUP012028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 5 Dec 2011 12:06:31 -0500 Received: from swmail12.sherwin.com (solon2.sherwin.com [148.141.17.52]) by emhost26.sherwin.com (Sentrion-MTA-4.0.3/Sentrion-MTA-4.0.3) with ESMTP id pB5H6UH6029394 for ; Mon, 5 Dec 2011 12:06:31 -0500 In-Reply-To: <4EDCF90D.8050302@gmail.com> References: <4EDCF90D.8050302@gmail.com> To: "Struts Users Mailing List" MIME-Version: 1.0 Subject: Re: [OT] Searching for data access framework. X-KeepSent: 954FA4F5:71732B97-8525795D:005DD9A8; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.2FP1 November 30, 2010 Message-ID: From: Eric Lentz Date: Mon, 5 Dec 2011 12:06:29 -0500 X-MIMETrack: Serialize by Router on swmail12/Sherwin-Williams(Release 8.5.1HF700 | May 26, 2010) at 12/05/2011 12:06:30, Serialize complete at 12/05/2011 12:06:30 Content-Type: multipart/alternative; boundary="=_alternative 005DFAD08525795D_=" --=_alternative 005DFAD08525795D_= Content-Type: text/plain; charset="US-ASCII" > abstract the data call and its source Not a Struts question, but an easy answer, so here you go: http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html "Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source. The DAO manages the connection with the data source to obtain and store data." --=_alternative 005DFAD08525795D_=--