RE: J2EE SDK Deployment tool

2000-05-03 Thread Steven W. Rock
PM To: Orion-Interest Subject: Re: J2EE SDK Deployment tool I have a dumb question... Whats an EAR file? Thanks... Jim --On Wednesday, May 03, 2000 11:09 AM +0100 "Robert Keith (UK)" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Can I use the J2EE SDK tool to create EAR

Re: J2EE SDK Deployment tool

2000-05-03 Thread Eric Richardson
Hi, Enterprise Application aRchive. WAR is a Web ... These are in JAR format with special locations for components. Hope this helps, Eric Jim Archer wrote: > I have a dumb question... Whats an EAR file? > > Thanks... > > Jim > > --On Wednesday, May 03, 2000 11:09 AM +0100 "Robert Keith (UK)" >

Re: J2EE SDK Deployment tool

2000-05-03 Thread Jim Archer
I have a dumb question... Whats an EAR file? Thanks... Jim --On Wednesday, May 03, 2000 11:09 AM +0100 "Robert Keith (UK)" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Can I use the J2EE SDK tool to create EAR files and then use these EAR > files with Orion? > > If so can you guys point me in th

Re: J2EE SDK Deployment tool

2000-05-03 Thread Magnus Stenman
Assembly tools, yes. These are standardized and the .ear you output is deployable in any J2EE platform. Deployment tools on the other hand are server-specific. Orion currently ships with assembly tools (earassembler being the main one) but deployment is still "file based". The admin console from w