Packaging the java application for WebSphere 3.5 on solaris.

I would like to know how a build and package an appliation containing EJB's ,beans & Jsp's to be made into a (executable file or something of that sort) installable package on solaris.all sugestions remotely related are welcome!!
[256 byte] By [jp_menon] at [2007-9-26 2:37:41]
# 1

"ant" tool from apache may be useful for ur purpose.

If u r using Visual Age then deploying EJB to Websphere is merely a cake walk for u.Try that

The latest specification for J2EE specifies that web applications 'd be bundled as .war file ur ejb in a .jar file and u can combine both of this to a .ear file.The files u can create using jar utility

Hope this will be of some help to u

Pramod

pramod_bs at 2007-6-29 10:07:24 > top of Java-index,Other Topics,Patterns & OO Design...