|
Home > Archive > WebSphere Application Server > December 2005 > Developing Websphere AS V6.0 without RAD
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Developing Websphere AS V6.0 without RAD
|
|
|
| I wish to develop applications for Websphere AS V6.0 using a normal Java editor and ANT build tools. However, the EAR, EJB Jar and WAR files need to be built correctly. Besides their standard structure, each application server also requires some specific
descriptors for deployment in the application server. Are there any informations available as to how these files structure should be and the required descriptors for deployment in Websphere AS V6.0?
| |
| Ray McVay 2005-12-23, 2:51 am |
| alanho2291@yahoo.com wrote:
> I wish to develop applications for Websphere AS V6.0 using a normal
> Java editor and ANT build tools. However, the EAR, EJB Jar and WAR
> files need to be built correctly. Besides their standard structure,
> each application server also requires some specific descriptors for
> deployment in the application server. Are there any informations
> available as to how these files structure should be and the required
> descriptors for deployment in Websphere AS V6.0?
>
http://publib.boulder.ibm.com/infoc.../v6r0/index.jsp
| |
| Don Brady 2005-12-23, 2:51 am |
| On Thu, 22 Dec 2005 21:00:39 EST, <alanho2291@yahoo.com> wrote:
>I wish to develop applications for Websphere AS V6.0 using a normal Java editor and ANT build tools.
However, the EAR, EJB Jar and WAR files need to be built correctly.
Besides their standard structure, each application server also
requires some specific descriptors for deployment in the application
server. Are there any informations available as to how these files
structure should be and the required descriptors for deployment in
Websphere AS V6.0?
========================
Sure - Ray gave you the URL..
Also, there is a complete set of examples included with the product
that use ANT to build WAR's, EAR's, web services, everything.
Look in the samples directory.
|
|
|
|
|