Hi Andy,

On Fri, May 2, 2008 at 5:57 AM, Andy Thomson <[EMAIL PROTECTED]> wrote:
>  What changes are you making for the Spring-like configuration to the ftp
> server?  Any code yet [I have not looked at the latest svn stuff]?

It's still work in progress and I haven't commited any code. The idea
is to provide a "nicer" syntax in the Spring XML configuration, while
maintaining the possibility of using your own extensions where
applicable.

The code itself is pretty basic. It uses the Spring namespace
extension support to parse the configuration file and sets up the
DefaultFtpServertContext.


>  One of the reasons for asking is that I added a database "bean" to the
> code.  This allows the ability to save items to a database. My initial use
> for this was provide support for a virtual file system implemented using a
> database.  Later I expanded it to include configurable items.

Sounds interesting. Did you use a DB backed FtpServertContext?

>  Not sure how to introduce all of this into the ftp server project. I
> suspect it will be a very popular addition, maybe not for the user manager,
> but for the generic database ability, and EJB3 capabilities.

To make it easy to evaluate, I tend to recommend breaking it down into
small patches that can be evaluated and commited each on there own.

/niklas

Reply via email to