Re: status of FTP Server project

2003-10-31 Thread Paul Hammant
I need to be able to use the FTPServer within my process (for junit-based testing purposes). Is there a way I can do that ? Yes you can (with some level of effort) instantiate Avalon components from a normal class without a container such as Phoenix or Merlin. See a class called "Standalone"

Participation in the Apache J2EE Project

2003-10-31 Thread Nestor
Hello , after using opensource for sometime now, I would like to participate in the mentioned project. I have extensive knowledge of programming languages(C/C++/Java), as well as system programming and administrating. In addition, I have quite a good knowledge in the fields of cryptography and s

Re: status of FTP Server project

2003-10-31 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Thanks. I need to be able to use the FTPServer within my process (for junit-based testing purposes). Is there a way I can do that ? Here is an example [1] of a junit-based test that includes an embedded container. The test code that pulls in named services and does wh