Just a quick comment...

Though it might be nice to use a container to base the FTP Server on, I
also like and rely on the ability to embed the FTP server into my own
application as well.

Sorry for not replying back yet on the SSL stuff.  Too busy on work
projects and I'm not sure yet how to "patch" any code changes.

Gary

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Niklas Gustavsson
Sent: Thursday, November 02, 2006 1:37 PM
To: [email protected]
Subject: Re: Rough Project ideas

Knutsen Rolf Aslak wrote:
[snip a lot of thoughts]

I think I'm gonna need you to go into a little more detail on these 
before I can comment :-)


> Look into:
> -------------------
>       Using the Tomcat core as the basis of the ftp server.
>               It seems to be a java serve framework, engine,
> connectors etc.. Might be easly reusable

While Tomcat can certainly provide a lot ideas for us, I find the Jetty 
architecture to be easier to grasp. Jetty also has a reputation of being

very easy to embed, something I think is important for FtpServer.

>               Easy access for j2ee standards, datasources, JNDI
> lookups, etc..                

Agreed. I think we should aim for being easy to integrate with J2EE 
servers and participate in for example JTA transactions.

> JMX: MBean - remote monitoring ?

Yes, I think we should use JMX for remote configuration. That is, 
instead of letting our admin GUI edit the config files directly, it 
would connect to the server over JMX and the server then configures 
itself. What do you think?

> Please do come with input.. :o)

Interesting stuff! Please flesh out your ideas further so that we can 
discuss them in depth.

/niklas


Reply via email to