I am using my eclipse with weblogic.
To compile and deploy my changes I use
ant ,this compiles and deploys the entire application therefore takes considerable amount of time.
how do i compile a single
jsp or a
java class in myeclipse to save my time.
thanks in advance.
Dhriti.