  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Separating SQL from code | Separating SQL from code 2004-04-07 - By Jean-Christian Imbeault
Back Thanks. Can you supply some online references or perhaps books? I would like to study various ways of implementing this and weight the pros and cons to see which would suit us best. Jc
-- --Original Message-- -- From: Umesh Singh [mailto:USingh@(protected)] Sent: Wednesday, April 07, 2004 6:39 PM To: 'jean-christian.imbeault@(protected)'; J2EEPATTERNS-INTEREST@(protected) Subject: RE: Separating SQL from code
Hi You can use DAO with Properties file to keep the SQL configurable. We are using SQL as Private String at class level in the DAO. You can use this approach also so it is manageable.
Regards, Umesh
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <TITLE>Message</TITLE>
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY> <DIV><FONT face="MS Pゴシック" color=#0000ff size=2><SPAN class=843014209-07042004>Thanks. Can you supply some online references or perhaps books? I would like to study various ways of implementing this and weight the pros and cons to see which would suit us best.</SPAN></FONT></DIV> <DIV><FONT face="MS Pゴシック" color=#0000ff size=2><SPAN class=843014209-07042004></SPAN></FONT> </DIV> <DIV><FONT face="MS Pゴシック" color=#0000ff size=2><SPAN class=843014209-07042004>Jc</SPAN></FONT></DIV> <DIV><FONT face="MS Pゴシック" color=#0000ff size=2></FONT> </DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV></DIV> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT face=Tahoma size=2>-- --Original Message-- --<BR><B>From:</B> Umesh Singh [mailto:USingh@(protected)] <BR><B>Sent:</B> Wednesday, April 07, 2004 6:39 PM<BR><B>To:</B> 'jean-christian.imbeault@(protected)'; J2EEPATTERNS-INTEREST@(protected)<BR><B>Subject:</B> RE: Separating SQL from code<BR><BR></FONT></DIV> <P><FONT size=2>Hi You can use DAO with Properties file to keep the SQL configurable. We are using SQL as Private String at class level in the DAO. You can use this approach also so it is manageable.</FONT></P> <P><FONT size=2>Regards,</FONT> <BR><FONT size=2>Umesh</FONT></P></BLOCKQUOTE></BODY></HTML> ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |