  | 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 | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Databases | Databases 2004-10-20 - By Bayarsaikhan VOLODYA (YAZ-ArGe)
Back relation database is always fast and simpler than flat files. use mysql. it is free, simple and didn't bring overhead for small amounts of data. if your data is so small that vary in a range of few words and sentences like configration data, you can store it using "java.util.prefs.Preferences" object of j2sdk1.4 which store your data in registry in windows, system files in unix blah blha which means platform independend as Java. good luck
Bayarsaikhan VOLODYA
[Bayarsaikhan VOLODYA (YAZ-ArGe)] -- --Original Message-- -- From: Gervas Douglas [mailto:gervasdouglas@(protected)] Sent: Wednesday, October 20, 2004 4:11 PM To: J2EEPATTERNS-INTEREST@(protected) Subject: Databases
When people think J2EE and databases they think RDBMS architecture. For some applications or application modules this can represent an unnecessary overhead. Do any of you ahve experience using embedded, flatfile, OO or other non -relational DBs? If so which products seemed to integrate well in a J2EE structure? Thanks, Gervas
__ __
<http://uk.rd.yahoo.com/evt=21626/*http://uk.messenger.yahoo.com> ALL-NEW Yahoo! Messenger - all new features - even more fun! ========================== ========================================== 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)
==================================================================== 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=iso-8859 (See http://iso-8859.ora-code.com)-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff size=2>relation database is always fast and simpler than flat files. </FONT></SPAN><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff size=2>use mysql. it is free, simple and didn't bring overhead for small amounts of data. </FONT></SPAN></DIV> <DIV><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff size=2>if your data is so small that vary in a range of few words and sentences like configration data, you can store it using <STRONG>"</STRONG>java.util.prefs.<STRONG>Preferences</STRONG>" object of j2sdk1.4 which store your data in registry in windows, system files in unix blah blha which means platform independend as Java.</FONT></SPAN></DIV> <DIV><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff size=2>good luck</FONT></SPAN></DIV> <DIV><SPAN class=582481113-20102004><FONT face="Arial TUR" size=2><BR>Bayarsaikhan VOLODYA</FONT> </DIV> <DIV><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <BLOCKQUOTE> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma><FONT size=2><SPAN class=582481113-20102004><FONT face=Arial color=#0000ff>[Bayarsaikhan VOLODYA (YAZ-ArGe)] </FONT></SPAN>-- --Original Message-- --<BR><B>From:</B> Gervas Douglas [mailto:gervasdouglas@(protected)]<BR><B>Sent:</B> Wednesday, October 20, 2004 4:11 PM<BR><B>To:</B> J2EEPATTERNS-INTEREST@(protected)<BR><B>Subject:</B> Databases<BR><BR></FONT></FONT></DIV> <DIV>When people think J2EE and databases they think RDBMS architecture.  ; For some applications or application modules this can represent an unnecessary overhead. Do any of you ahve experience using embedded, flatfile, OO or other non-relational DBs? If so which products seemed to integrate well in a J2EE structure?</DIV> <DIV> </DIV> <DIV>Thanks,</DIV> <DIV> </DIV> <DIV>Gervas</DIV> <P> <HR SIZE=1> <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2><A href="http://uk.rd.yahoo.com/evt=21626/*http://uk.messenger.yahoo.com"> <STRONG><FONT face="Arial, Helvetica, sans-serif">ALL-NEW Yahoo! Messenger</FONT></STRONG></A><FONT face="Arial, Helvetica, sans-serif"><STRONG> - all new features - even more fun!</STRONG></FONT><STRONG><FONT color=#ff9900> </FONT></STRONG></FONT>====================================================== ============== 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)</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)
|
|
 |