Am I supposed to go for rmic again ?

I am having server side class, which extends UnicastRemoteObject & implements Remote interface.
My doubt is, whenever I change this class, after this I execute,
rmic -v1.2 ServerClass
gives me stub & I place them at both client as well as server.
As I know in EJB, if you change parameters of the functions which are exposed as remote, you need to deploy code.
So here I am thinking in the similar grounds, when I am not changing,
signatures of functions exposed as a remote, & changing other code,
so, Do I need to carry out rmic operation again ?
I yet not tried, since I am at the cliff, cant afford Trial & Error.
waiting for your replies ...

hi,
whenever u change the implementation class for the remote interface u need to recompile implemetation class again using rmic

Similar Messages

Maybe you are looking for