RE: [logging] Need interface...

2002-04-03 Thread Fernandez Martinez, Alejandro
nal- > De: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] > Enviado el: miƩrcoles 3 de abril de 2002 19:21 > Para: Jakarta Commons Developers List > Asunto: Re: [logging] Need interface... > > > On 4/3/02 12:16 PM, "Fernandez Martinez, Alejandro" > <[EMA

RE: [logging] Need interface...

2002-04-03 Thread Fernandez Martinez, Alejandro
In order to implement a LogUser interface and have a setLogger(Log) method called, don't you need a full lifecycle for the components? That is, to be sure setLogger(Log) will be called at a certain point in all LogUsers, LogUsers must register somewhere. Then, the logging package will call setLog

RE: [Simper] Re: Bean storage in database

2002-02-04 Thread Fernandez Martinez, Alejandro
Hi James! > -Mensaje original- > De: James Strachan [mailto:[EMAIL PROTECTED]] [...] > One other thing to keep in the back of your mind when you're > refactoring things. Once its in CVS somewhere - hopefully the > sandbox or > failing that sourceforge - I'd be quite interested in addin

Bean storage in database

2002-02-01 Thread Fernandez Martinez, Alejandro
Hi folks! The J2EE discussion on the general list has raised some interesting questions. Is there any possible replacement for entity EJBs in Jakarta land? I'm thinking about a straight mapping from a JavaBean to a database, which can be useful in many simple-usage situations. The idea is: you h

[OT] What's in a component?

2002-01-10 Thread Fernandez Martinez, Alejandro
Hi folks! I've followed (as best I could) the discussions here and on general@jakarta, about making components reusable and sharing them. However, an old doubt of mine arises now and again: what is a component? Or, if you prefer an operative definition, what are the necessary steps to make a bunc