How to Deploy Simple Java Projects into EAR?
- by Franco
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?