Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Pattern »

Re: How does ejbs do logging?

Vadlamudi, Ranga Rao (Cognizant)

2003-09-29


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)
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

          Visit us at http://www.cognizant.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)
©2008 junlu.com - Jax Systems, LLC, U.S.A.