[jboss-user] [JBoss Seam] - Re: Seam + Eclipse

tony.herstell@gmail.com do-not-reply at jboss.com
Wed Jul 11 17:36:26 EDT 2007


I use MyEclispe and deploy the software, without ant, directly to the server.
I have posted previously how to do this but can put together a small presentation and a download of of a Seam2 , Jboss 4.2 skeleton app that allows for exploded deployment.

I do incluse an ant script with it but its very basic.

In short here is what you do:

Create a J5EE EAR type project in MyEclipse...
This actually produces three projects
XXX (the ear)
XXXEJB (the jar)
XXXWar (the war)

Open up the ear that is deployed by the booking example in SEAM 2.

Copy over all the jars and files to the relevant projects.

Bingo... 

go MyEclipse->Add and Remove Project Deployments and pint it at your server.

Run the server from within MyEclipse

EASY! and no Ant Script.

If you change most files the server will just keep running... you usually have to re-start the server if you change some config files.

As I said I could upload an example project if people want a jumping off point etc.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063238#4063238

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063238



More information about the jboss-user mailing list