 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
madhu Guest
|
Posted: Tue Feb 22, 2005 9:12 am Post subject: Stubs and skeleton |
|
|
What is a stub(client side)?
What is a skeleton(server side)?
|
|
| Back to top |
|
 |
Gerard Krupa Guest
|
Posted: Wed Feb 23, 2005 9:24 am Post subject: Re: Stubs and skeleton |
|
|
madhu wrote:
| Quote: | What is a stub(client side)?
What is a skeleton(server side)?
|
A stub is an implementation of an interface created automatically by the
IDL compiler that sends and receives CORBA requests and associated
data over the network interface (marshalling/unmarshalling).
A skeleton is an abstract interface generated by the IDL compiler that
you must implement in order to provide your CORBA server-side services.
madhu also wrote:
| Quote: | How to use jac orb to implement client -server in java?
How to check whether jacORB is working properly or not?
|
Might I suggest you try reading some of the many web sites related to
Java CORBA development.
Some CORBA tutorials can be found on the official Java web site.
Because of a standard for the implementation of CORBA in Java ratified
by the OMG almost all of the information there based on the Java IDL
toolset is also applicable when using JacORB.
* http://java.sun.com/docs/books/tutorial/idl/
* http://java.sun.com/developer/onlineTraining/corba/corba.html
The JacORB programming guide provides a simple tutorial that takes you
through the most common steps in implementing a CORBA-based
client/server application as well as providing a complete reference on
how to use the product.
* http://www.jacorb.org/releases/2.2/ProgrammingGuide.pdf.gz
Regards,
Gerard
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|