I am brand new to Apache's Ftplet API, never needed to use it before. I understand how to use it to write Ftplets-but have been unable to find any documentation on the web anywhere for how you actually add an Ftplet to an application server and get it to work. The FTPServer application, itself, must also be deployed for Ftplets to work...so how do I add them both to a project, and configure the deployment descriptors accordingly.
I am using SJAS (Glassfish) as the AppServer, with Java6. Evidently, Ftplets only build within a Spring framework, so the Spring jarfiles are already included in the hosting webapp. In which directory of the webapp or enterprise app must FTPServer be put? And in which directory must the Ftplets be put. How does the FTPServer find the Ftplets (i.e. how are they registered)? What additional config steps must I take, such as in XML files, config files, properties files, to get the whole thing to work? Because FtpServer is relatively new, from Apache, and FTPServers are not commonly needed for web or enterprise applications, there is hardly any documentation, or even a step-by-step list of where to put all of these classes and how to configure them to work.
