As Steve suggested, this module can be broken into a
generic application and specific implementations of
the upload service. Should the upload logic be bundled
with the client? (e.g. with clnt-struts, clnt-cocoon,
etc)? Don't these frameworks already have upload
capability built in?
Logged In: YES
user_id=490856
Struts does indeed have upload capabilities built in.
I don't see any need to make a specific implementation of
this application. The current layout for application
appears to be specific.
My next client implementation will be a Swing-Gui client
(possibly connecting from an already existing Swing
application). This will let me iron out any client specific
issues.
Of course, any and all assistance is always welcome.
Logged In: YES
user_id=566374
This can be closed now, right Steve?
Logged In: YES
user_id=490856
Need time to check this application with a client other than
struts. Anyone want to take a crack, feel free to step up.
Logged In: YES
user_id=490856
Changed to app-fileservices.
Enhancing Struts implementation to act a standalone application.