Hi All,
I use WebLogic 8 ,Win2000,
Struts,
JSP.
If I make changes to my Enterprise
Java Bean files , I do following:
- Stop the Weblogic
- Compile and Build
- Make Jar
- Deploy the Jar
- Restart the Weblogic
How do I avoid all these steps. i.e I want to do something so that "making changes" won't make me do all this over and over.
Thanks
-Anand.