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: 
http://www.nabble.com/Is-Common-FileUpload-1.2.1-compatible-with-JDK-1.3-tp18997705p18997705.html
Sent from the Commons - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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? Thanks
 for any information.

Yes, although the release was built using JDK 1.6 it has the
source/target compiler options set to 1.3 and release was tested on
JDK 1.3 before it was approved (in fact this was one of the issues
with the previous release candidate) - see
http://markmail.org/message/cxao2pr57mtz3whh

Niall

 --
 View this message in context: 
 http://www.nabble.com/Is-Common-FileUpload-1.2.1-compatible-with-JDK-1.3-tp18997705p18997705.html
 Sent from the Commons - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 trying, the present answer is 'no'.
Please provide an example, or if commons-discovery can not solve this
problem maybe a pointer to how one could (either through reflection, or
parsing through the classpath, or however...).

 

Thanky,

-D



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
 (i.e. should be 3 classes).



 Can commons-discovery do this?  Going through the Best Practices and the
 Guidelines and the Javadoc and trying, the present answer is 'no'.
 Please provide an example, or if commons-discovery can not solve this
 problem maybe a pointer to how one could (either through reflection, or
 parsing through the classpath, or however...).



 Thanky,

 -D



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]