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.
The moose likes JBoss and the fly likes How can I deploy a single java file in a project without manually compiling whole project. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How can I deploy a single java file in a project without manually compiling whole project." Watch "How can I deploy a single java file in a project without manually compiling whole project." New topic
Author

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
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 ?

Thanks&Regards,
kittu.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

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.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I deploy a single java file in a project without manually compiling whole project.
 
Similar Threads
Setting up Tomcat/Web project in Eclipse
Why use ANT?
How to configure JBoss for hot deployment.
Error whiile using JBoss Tool with eclips
Need help in making ejb.jar