JRun 3.0 has a fully customizable and extensible logging service, logging
API and generic service API.  The EJB server can notify the logging service
of events for logging, and the logging service can take full advantage of
all the external features you mentioned to implement its logging.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Shiv Kumar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 11, 2000 1:12 AM
> To: [EMAIL PROTECTED]
> Subject: [EJB-INT] Services provided by EJB server
>
>
> Hi all
>
> All EJB servers provide the services defined in EJB spec,
> like database access,
> connection pooling, transaction etc. I was wondering if any
> EJB container
> provides APIs to write custom services. For eg, what about
> writing a custom
> Logging service? The EJBs would use this custom logging
> service to log errors
> and events. There are a lot of reasons why I can not write
> the logging service
> as an EJB:
>
>    * The custom service may use threads for performance and efficiency
>    * The custom service may use JNI to access OS services.
> For eg, the logging
>      service can raise Windows NT events.
>    * The custom service may use files to save and load its state
>
> AFAIK the EJB spec itself does not define one such API.
>
> TIA.
> --
> shiv
> [EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to