File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes C++ client for a EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "C++ client for a EJB" Watch "C++ client for a EJB" New topic
Author

C++ client for a EJB

Anjana Rao
Greenhorn

Joined: Jan 25, 2001
Posts: 14
Hi there, can soembody tell me what are the necessary steps that need to be taken to havea c++ client for EJB(Session Bean).
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

EJBs aren't really intended to be used directly by non-Java clients. They're heavily dependent on a Java environment. Your best bet would be to call a Java "glue" module using CORBA.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3878
Not necessarily -- it depends on your application server. The specification defines a CORBA binding for EJB, but it's up to the vendor to implement that binding. IONA and IBM both implement these bindings. Check with your application server vendor.
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.


Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
 
 
subject: C++ client for a EJB
 
Threads others viewed
Local Interface Limitation
C++ Client- EJB Server
Socket server on weblogic
EJB remote reference between different virtual machines
C++ Client - EJB Server
developer file tools