Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Singleton class issue

Singleton class issue

2004-11-17       - By Kevin Gaasch

 Back
Reply:     1     2     3     4     5  

Hello Bill,
    If your using J2EE, use the Datasource/Connection pooling feature
of your container.  Things like concurrency, transaction management,
etc..., are the responsibilty of the container.

Kevin E. Gaasch
Panhandle Plains Student Loan Center
Software Craftsman
Senior Programmer/Analyst
Sun Certified Java Programmer
Work: 806.324.4108
Cell:    806.674.1523

>>> bcai_2003@(protected) 11/17/2004 8:10:46 PM >>>
Hello,
I am developing web application based on j2ee technology:jsp, java bean
and jdbc.
I ceated a singleton class called "JdbcController.java" that takes the
responsibility to establishing   connection to DB and works fine. But my
concern is :since this is multi-thread application. every thread will
invoke JDBCController class . i am wondering if this will result in
concurrent issue becase every thread will compete to use this class to
get connection to DB.
one alternative is :i don't use singleton pattern. when every thread
needs to get access to DB, it will ceate new instance of JDBCControoler
object. but it will use lot of memory although JVM has garbage
collection mechanism.
So which way is better according to you guys' experience. Please let me
know.
Thanks
bill

__ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the
body
of the message "signoff J2EE-INTEREST".  For general help, send email
to
listserv@(protected) and include in the body of the message "help".

CONFIDENTIALITY NOTICE
The information contained in this message and/ or its attachments may be
privileged and confidential, and is intended only for the use of the individual
(s) named above. If you are not the intended recipient, you are notified that
any dissemination, distribution, or copying of this communication is strictly
prohibited and are requested to delete the message and/or its attachments. If
you have received this communication in error please notify us immediately by
telephone at (806) 324-4100.
Panhandle-Plains Student Loan Center (PPSLC), has taken reasonable precautions
to ensure that any attachment to this e-mail has been scanned for viruses. We
specifically disclaim all liability and will accept no responsibility for any
damage sustained as a result of software viruses. We advise you to carry out
your own virus checks before opening any attachment.

===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".

©2008 junlu.com - Jax Systems, LLC, U.S.A.