How to Deploy Simple Java Projects into EAR?
Posted
by Franco
on Stack Overflow
See other posts from Stack Overflow
or by Franco
Published on 2010-02-02T14:19:13Z
Indexed on
2010/03/14
19:45 UTC
Read the original article
Hit count: 401
Hi, I am using MyEclipse and I use an Enterprise Application Project (EAP) that automattically deploys my Web and EJB Projects.
These projects use some other projects that are just POJOs, "simple" java projects. Like a library kind of thing.
The problem is that when I change something in on of the "simple" java projects I have to redeploy my entire EAP in my JBoss in order to see the changes.
What I want is a way to automatically deploy those projects (POJOs) in the EAP, so hot code replacement works with those too.
Any ideas?
© Stack Overflow or respective owner