| Author |
Rmic stubs question
|
Ali Hussain
Ranch Hand
Joined: Jun 19, 2005
Posts: 211
|
|
I have no experience of RMI and have a simple question. My remote server interface is SearchBookingFacadeRemote and its implementation is SearchBookingFacadeRemoteImpl. When I run "rmic -v1.2 -classpath . -d classes suncertify.remote.SearchBookingFacadeRemoteImpl", it updates class files for SearchBookingFacadeRemote, SearchBookingFacadeRemoteImpl and generates SearchBookingFacadeRemoteImpl_Stub class for me. Is that all I need to include in my submission (runme.jar) to avoid dynamic class loading etc? Thanks.
|
- SCEA, SCJD, SCBCD, SCWCD, SCMAD, SCJP, ICAD (WebSphere), Lotus Principal CLP, Lotus CLP, Lotus CLS
|
 |
Ali Hussain
Ranch Hand
Joined: Jun 19, 2005
Posts: 211
|
|
|
Just found that it is all I need, since skeletons are only used in JDK1.1 compatible versions. Please correct me if I am wrong.
|
 |
 |
|
|
subject: Rmic stubs question
|
|
|