Is Common FileUpload 1.2.1 compatible with JDK 1.3

2008-08-15 Thread Peng Ming
Hi all, I'm still using JDK 1.3 for a very old project. Just want to add Apache Common FileUpload to that project to implement the Upload function. Is the latest FileUpload version, that is 1.2.1, working fine in JDK 1.3? Thanks for any information. -- View this message in context:

Re: Is Common FileUpload 1.2.1 compatible with JDK 1.3

2008-08-15 Thread Niall Pemberton
On Fri, Aug 15, 2008 at 1:18 PM, Peng Ming [EMAIL PROTECTED] wrote: Hi all, I'm still using JDK 1.3 for a very old project. Just want to add Apache Common FileUpload to that project to implement the Upload function. Is the latest FileUpload version, that is 1.2.1, working fine in JDK 1.3?

Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2008-08-15 Thread carl . d . cyrus
I will be out of the office starting 08/15/2008 and will not return until 08/18/2008. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[commons-discovery] Find classes implementing an Interface

2008-08-15 Thread Darren Hartford
I have an interface called IFindMe. I have 3 classes that implement this interface. I want to search for and retrieve all classes that implement IFindMe (i.e. should be 3 classes). Can commons-discovery do this? Going through the Best Practices and the Guidelines and the Javadoc and

Re: [commons-discovery] Find classes implementing an Interface

2008-08-15 Thread James Carman
To achieve that, you'd have to do some classpath scanning. On Fri, Aug 15, 2008 at 10:46 AM, Darren Hartford [EMAIL PROTECTED] wrote: I have an interface called IFindMe. I have 3 classes that implement this interface. I want to search for and retrieve all classes that implement IFindMe