[JJAR] Is JJAR still alive?

2003-01-10 Thread Slawek Zachcial
(If yes I could implement it)? Or maybe there are some other tools/libraries doing what I'm looking for? Note that Maven seems to be too heavy for what I'm trying to do. Any help appreciated. Best Regards, Slawek Zachcial __ Do you Yahoo!? Yahoo

Re: (Betwixt) a task for a volunteer [Was Re: digester data to XML]

2002-02-06 Thread Slawek Zachcial
is Context purpose? 3. Is Updater a kind of lazy setter (called when XML-bean happens)? Regards, Slawek --- robert burrell donkin [EMAIL PROTECTED] wrote: On Tuesday, January 29, 2002, at 09:40 PM, Slawek Zachcial wrote: Hi, Can you list some betwixt points to be done? Maybe I could

Re: (Betwixt) a task for a volunteer [Was Re: digester data to XML]

2002-02-06 Thread Slawek Zachcial
[EMAIL PROTECTED] wrote: On Wednesday, February 6, 2002, at 08:21 AM, Slawek Zachcial wrote: Hi Robert, I'm still digesting the betwixt code :-). so am i :) i'll give you what help i can and hopefully if james is around later he'll be able to give you definitive answers

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

[cli] usage message formatter - try it out

2002-02-01 Thread Slawek Zachcial
Hi, I coded a class which is able to format command line help message using Options object. I attach the source code (cli-help.zip) and self executable jar file (cli-help.jar). When you execute the jar file you'll get a message similar to man --help on unix. The source code for that is in

Re: [cli] usage message formatter - try it out

2002-02-01 Thread Slawek Zachcial
that outputs the options from 'man'. James - Original Message - From: Slawek Zachcial [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 01, 2002 12:46 PM Subject: [cli] usage message formatter - try it out Hi, I coded a class which is able to format command line

Re: (Betwixt) a task for a volunteer [Was Re: digester data to XML]

2002-01-31 Thread Slawek Zachcial
COOL! I'll look at this ! cheers, slawek --- robert burrell donkin [EMAIL PROTECTED] wrote: On Tuesday, January 29, 2002, at 09:40 PM, Slawek Zachcial wrote: Hi, Can you list some betwixt points to be done? Maybe I could help? ;-) hi any help would be greatly appreciated

Re: CLI - auto-generated usage message anyone?

2002-01-29 Thread Slawek Zachcial
Hi, What do you mean by CLI does not interpret cmd? Now for the option types let me see what we could imagine to have a complete list: 1. -a, --aaa - no additional argument needed 2. -a xxx, -aaa xxx - additional argument needed 3. xxx - only argument All of those should be either required or

Modeler - MBean external descriptions

2002-01-29 Thread Slawek Zachcial
Hi, I think that having external MBean descriptors (XML here) is a very good idea - especially that you can make managable the objects which may not be JMX-aware - not the case for Standard MBeans. However I think that it would great to have a way to specify also mbean/attribute/etc...

Re: digester data to XML

2002-01-29 Thread Slawek Zachcial
Hi, Can you list some betwixt points to be done? Maybe I could help? ;-) Cheers, slawek Check into betwixt in the sandbox. I believe it is designed to do this... yes it is. there quite a lot of work to be still done on betwixt if you fancy lending a hand. - robert Scott

Re: ObjectPool - weak reference based impl

2002-01-28 Thread Slawek Zachcial
:53:15AM -0600, Waldhoff, Rodney wrote: That should probably be SoftReference--so that the pooled object may be gc'ed if memory is tight. -Original Message- From: Slawek Zachcial To: [EMAIL PROTECTED] Sent: 1/25/02 3:16 AM Subject: ObjectPool - weak reference based impl

ObjectPool - weak reference based impl

2002-01-25 Thread Slawek Zachcial
to understand :-) Best Regards, Slawek Zachcial __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: ObjectPool - weak reference based impl

2002-01-25 Thread Slawek Zachcial
collected. Bob On Fri, Jan 25, 2002 at 07:53:15AM -0600, Waldhoff, Rodney wrote: That should probably be SoftReference--so that the pooled object may be gc'ed if memory is tight. -Original Message- From: Slawek Zachcial To: [EMAIL PROTECTED] Sent: 1/25/02 3:16 AM