Re: [Simper] Re: Bean storage in database

2002-02-04 Thread Slawek Zachcial
Hi, Can someone explain how is Simper different from Castor (http://castor.exolab.org)? cheers, Slawek --- Bryan Field-Elliot [EMAIL PROTECTED] wrote: Hi James, Thanks for the great feedback! Yes, I identified early on that I'd like to move the initialization to an XML file using

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 adding

RE: [Simper] Re: Bean storage in database

2002-02-04 Thread Gerhard Froehlich
Developers List Subject: Re: [Simper] Re: Bean storage in database Hi, I have bad karma to commit something. I will send this example to list. It is very trivial example for simplestore. It is possible to start some persitence implementation form this example. Don't waste time to test

[Simper] Re: Bean storage in database

2002-02-03 Thread Bryan Field-Elliot
Hi James, Thanks for the great feedback! Yes, I identified early on that I'd like to move the initialization to an XML file using Digester (a tool I admittedly haven't had time to learn), rather than force the user to implement a Simper.IInit class. One possible caveat however, is that

Re: [Simper] Re: Bean storage in database

2002-02-03 Thread Geir Magnusson Jr.
On 2/3/02 9:57 AM, Bryan Field-Elliot [EMAIL PROTECTED] wrote: Hi James, Thanks for the great feedback! Yes, I identified early on that I'd like to move the initialization to an XML file using Digester (a tool I admittedly haven't had time to learn), rather than force the user to

Re: Bean storage in database

2002-02-02 Thread Bryan Field-Elliot
Hi Juozas, Before starting your project this weekend, I recommend you have a look at my Simper framework, which does roughly what you describe already. I'm in the process of working with Ted Husted to get it submitted into the sandbox here. In the meantime, take a look at:

Re: Bean storage in database

2002-02-02 Thread Juozas Baliuka
Ok - Original Message - From: "Bryan Field-Elliot" [EMAIL PROTECTED] To: "Jakarta Commons Developers List" [EMAIL PROTECTED] Sent: Saturday, February 02, 2002 4:54 PM Subject: Re: Bean storage in database Hi Juozas, Before starting your project this weekend,

Re: Bean storage in database

2002-02-02 Thread Juozas Baliuka
- From: "Bryan Field-Elliot" [EMAIL PROTECTED] To: "Jakarta Commons Developers List" [EMAIL PROTECTED] Sent: Saturday, February 02, 2002 4:54 PM Subject: Re: Bean storage in database Hi Juozas, Before starting your project this weekend, I recommend you have a look at m

Re: Bean storage in database

2002-02-01 Thread bayard
objectbridge.sourceforge.net does something like that. It looked pretty good when I looked at it and I plan to try and integrate it into a project soon instead of using the relatively useless EJB :) Bay On Fri, 1 Feb 2002, Fernandez Martinez, Alejandro wrote: Hi folks! The J2EE discussion

Re: Bean storage in database

2002-02-01 Thread Ted Husted
This is an interesting package. It uses the new DynaBeans from the Commons. http://netmeme.org/simper [EMAIL PROTECTED] wrote: objectbridge.sourceforge.net does something like that. It looked pretty good when I looked at it and I plan to try and integrate it into a project soon instead

Re: Bean storage in database

2002-02-01 Thread Juozas Baliuka
Hi, this work will be started today. It will be simplestore samples. I will try to clear my code, it is very dirty and have a lot of bugs at this time. I decided to implement this for my current project, but I see it can be useful in some more common situations. I think it is more example for