Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Design Question

Status
Not open for further replies.

madiyan

Programmer
Apr 17, 2001
1
0
0
US
Hi all
I have to implement a Logger class. The code classes are availabe to me and I have to make them beans and deploy it on WebLogic App server.

The heirarchy is almost like this -

Logger interface - Logger abstract class and the implementaion

LoggerFileImpl - which implements the Logger to log messages into
a given File.

I thought of making the LoggerFileImpl as an entity bean with BMP so that I don't have to make it a database row. Other than that I can easily implement my own persistant mechanism ( in this case a disk file ).

Any suggestion and comments on this will be really helpful.

Regards

Suresh.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top