Link to home
Start Free TrialLog in
Avatar of itsme_asif
itsme_asif

asked on

J2EE browser based UI to accept multiple file and bundle it to a war file output

Hi Experts,
 I need a direction as to how I could go about to develop a simple browser based UI, which would accept files and bundle it and give a output in a war file format.

Desirable Features:
1. Browser based UI running on Jboss
2. The page should have multiple browse links to accept files
3. should have a browse field asking for output location
4. Output as a war file format.

Any help would be greatly appreciated.
Avatar of mukundha_expert
mukundha_expert

ya its possible,

for uploading files using forms, you can use FileUpload from Apache,

for converting into a webarchive you might want to use the java.util.zip
and give the extension as war

and you can send that war file to the client.

Avatar of itsme_asif

ASKER

Thanks much , its exactly what i wanted. I need to ask a another dumb favor as well, i am new J2EE or Java, can you please tell me how i can go about starting a project, i am using eclipse IDE and also how i can connect the codes FileUpload and Creating Archive. is there any sample project you can provide me which i can reference?
ASKER CERTIFIED SOLUTION
Avatar of mukundha_expert
mukundha_expert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial