Hi Guys,
How could I connect EJB with a CLient program written in C or where can i get the source code for C client to connect with EJB. Please let me know
-
could i connect EJB with a client program written in C ? (3 messages)
- Posted by: Rahul ..
- Posted on: April 28 2001 09:59 EDT
Threaded Messages (3)
- could i connect EJB with a client program written in C ? by huidong bai on April 28 2001 22:53 EDT
- could i connect EJB with a client program written in C ? by huidong bai on April 28 2001 22:57 EDT
- could i connect EJB with a client program written in C ? by Rahul .. on May 01 2001 17:52 EDT
-
could i connect EJB with a client program written in C ?[ Go to top ]
- Posted by: huidong bai
- Posted on: April 28 2001 22:53 EDT
- in response to Rahul ..
Yes, ofcourse you can do like that.
But you must finish the transportation protocol under Corba Specification. And for doing that you need to finish many code. If you use Java, you can ignore that and lessen your coding. -
could i connect EJB with a client program written in C ?[ Go to top ]
- Posted by: huidong bai
- Posted on: April 28 2001 22:57 EDT
- in response to Rahul ..
Yes, ofcourse you can do like that.
But you must finish the transportation protocol under Corba Specification. And for doing that you need to finish many code. If you use Java, you can ignore that and lessen your coding. -
could i connect EJB with a client program written in C ?[ Go to top ]
- Posted by: Rahul ..
- Posted on: May 01 2001 17:52 EDT
- in response to huidong bai
Thanx