I want to know how I can make changes in my code and run it on server directly from my eclipse IDE in place of converting my project every time to war file and deploy it on server.
I don't want to see my changes reflecting only by converting it to war file and deploying it every time on server.. can i see them on the fly directly through my eclipse IDE as soon as make some changes..
Plz help me i don't know exactly what to search on google .So seeking "SO" help.
Thanks in advance.
PS: Sorry My bad!!! I should have given more information... I am working on Spring Hibernate based project ...which is having only java files