Hi All,
If I have deploy one sessionbean, later I change some function withing that session, do I need redeploy the bean again to view my change?
If I have to, any simple to do that? (Since so far what I know is: 1) run cleanup, 2)redo the whole deploy process again) which takes much time, even if I just change a small part of session bean)
Really need figure a better way for this, since I'm doing a lot of tests for
EJB, and redeployment it waste lots of time even for a very small change of sessionbean.
Thanks.
Hai