  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | 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 | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | How does ejbs do logging? | How does ejbs do logging? 2003-09-29 - By BOWMAN, James
Back Build a logging server that actually performs the database write. This server can then sit on a JMS queue to which your application can send messages to. That way your database writes are performed asynchronously.
-- --Original Message-- -- From: Vadlamudi, Ranga Rao (Cognizant) [mailto:VRanga@(protected)] Sent: 29 September 2003 11:54 To: J2EEPATTERNS-INTEREST@(protected) Subject: Re: [J2EEPAT-INT] How does ejbs do logging?
If we start logging to database then iam sure it will become a performance issue for a high transaction application..
-- --Original Message-- -- From: BOWMAN, James [mailto:James.Bowman@(protected)] Sent: Monday, September 29, 2003 3:44 PM To: J2EEPATTERNS-INTEREST@(protected) Subject: Re: How does ejbs do logging?
Log to the database. Accessing the file system is not allowed within the EJB container. If you really wish to have a log file, the code that writes to the file must run outside of the container. EJBs can then make calls to this "logging server" using RMI, sockets or JMS.
-- --Original Message-- -- From: peng wang [mailto:wp0@(protected)] Sent: 26 September 2003 15:56 To: J2EEPATTERNS-INTEREST@(protected) Subject: [J2EEPAT-INT] How does ejbs do logging?
Hi,
I heard of the ejbs cannot access local file system, is it true? if true, I wonder how ejbs do logging into files such as printing debug info.
In addition, if there are two session beans which are packed in two different jar files, the two jar files are deployed within one same ejb container. Can one session call the other by using local interface?(The local interface has been implemented.)
Thanks for help!
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
==================================================================== 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)
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003
==================================================================== 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)
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003
==================================================================== 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)
|
|
 |