This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How can I deploy a single java file in a project without manually compiling whole project.
kittu murthy
Greenhorn
Joined: Apr 27, 2011
Posts: 8
posted
0
Hi,
How can I deploy a single java file in a project without manually compiling whole project when there are any changes, I mean is there any eclipse plug-in available or some thing else ?
The JBoss Tools plugin should be doing this already - it should be copying in only new/updated files.
In a non-development environment, you can sometimes accomplish this by using an exploded deployment directory. Then you can copy in the new file and touch the web.xml to redeploy.
By the way, please read your private messages regarding an important administrative matter.