Hi.

I'm currently using Eclipse platform 3.4.1. Otherwise, Maven also
allows the generation of WAR file and its deployment on a web server
with Maven's Tomcat plugin for instance. But I think Maven (or
Eclipse) need information in pom.xml or other configuration file about
the way to deploy efficiently the application into the webserver so
that when deploying, I just have to go to /path URL defined in my
program to access services or ressources (like customers in the given
example).

Tell me if I'm wrong.

Raphael.

2009/5/5 Ron Grimes <[email protected]>:
> From reading the posts on this forum, it seems everyone uses Maven. So, I'm 
> probably the oddball on this subject, but I don't use it. Instead, I used 
> MyEclipse by Genuitec. If you use their IDE, you don't need to write these 
> build scripts. It might take you a bit to get used to their IDE, but, in the 
> long run, I think you'll find it faster to build projects. You simply right 
> click the project to select MyEclipse --> Add Web Project Capabilities, and 
> it adds all the folders and web.xml stuff you need in your project. When 
> you're ready to deploy it to a server, you just click the "Project 
> Deployment" button and it asks you where you want to deploy it and then it 
> builds your war file and drops it in the webapps folder of Tomcat or 
> wheverever you specified.
>
> Anyway, that's one option. For $50 a year subscription to it, it has a ton of 
> time-saving tools built into it. Check it out.
>
> Ron Grimes

-- 
Raphaƫl F.

Reply via email to