|
用 RMI 試試看吧!
Recording RMI over IIOP
The Internet Inter-ORB Protocol (IIOP) technology was developed to allow implementation of CORBA solutions over the World Wide Web. IIOP lets browsers and servers exchange complex objects such as arrays, unlike HTTP, which only supports transmission of text.
RMI over IIOP technology makes it possible for a single client to access services which were only accessible from either RMI or CORBA clients in the past. This technology is a hybrid of the JRMP protocol used with RMI and IIOP used with CORBA. RMI over IIOP allows CORBA clients to access new technologies such as Enterprise Java Beans (EJB) among other J2EE standards.
VuGen provides full support for recording and replaying Vusers using the RMI over IIOP protocol. Depending on what you are recording, you can utilize VuGen's RMI recorder to create a script that will optimally emulate a real user:
Pure RMI client: recording a client that uses native JRMP protocol for remote invocations
RMI over IIOP client: recording a client application that was compiled using the IIOP protocol instead of JRMP (for compatibility with CORBA servers). |
|