You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dao Xuan Nam <na...@luvina.net> on 2004/09/03 06:37:17 UTC

How Would YOU Architect This?

Hi Folks:



What way do you guys think would be the best to architect this j2ee application?


Here is the requirement: Build a web app that do:

ü       Allows a user to access database on client to export data and import to a database on server.

ü       Allows user to create an image on web browser and send image to server.

ü       Allows a user to upload a file (multipe file) to server.



I suspect JMS, JSP-ActiveX-FTP, JSP-ActiveX could be used in this scenario. What are some other options?


Thank you very much in advanced,

Nam