xyz.com, a shipping company, is building an enterprise system to track the location of packages.
One part of the tracking system is a network of wireless inventory devices. The devices can only be accessed using a custom, synchronous TCP/IP protocol.
How should you encapsulate interaction with the wireless inventory system?
A. With an
EJB session bean that uses a JMS to interact with the inventory system.
B. With a
Java class that uses custom Java networking to interact with the inventory system.
C. With a distributed CORBA object that uses IIOP to interact directly with the inventory system.
D. With an EJB entity bean that uses container-managed persistence to encapsulate the inventory system.
Ans: C but Iam not ok with that. Guys please share your thoughts.