Do Resource Adapters make RPC calls

Posted by Subramanian on Stack Overflow See other posts from Stack Overflow or by Subramanian
Published on 2010-03-26T03:58:16Z Indexed on 2010/03/26 4:03 UTC
Read the original article Hit count: 306

Filed under:
|

The J2EE Conn Architecture deals with resource adapters to communicate with data stores - databases or EIS. From the adapter/driver perspective would it be right to say that they make a RPC call to the datastore? Or does RPC necessarily have to be a "discover and invoke" (lookup and call) type of call?

© Stack Overflow or respective owner

Related posts about resource

Related posts about adapter