• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Visual Basic Client accessing EJB

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,
Can someone pls point me to resources showing how to access EJB using COM clients like Visual Basic. I use Sybase EA server
Many Thanks in advance
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hope this might help you. The article at this link should give you an idea.
http://www.asptoday.com/content/articles/20000804.asp
 
Lancy Mendonca
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raul
Thanks for the reply. The site mentioned in your reply is a paid site. Are there any free rseources available. They may not be whole source codes. Just pointers would be very helpful
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lancy
I have exactly the same problem on hand now. I am also trying to find a solution to access EJBs from a VB client. EJBs are hosted on a BEA Weblogic server. I hope u might have found a solution for this. I would greatly appreciate if u could pass on any details on this like how to do it and any resources on the web.
Thanks

Originally posted by Lancy Mendonca:
Hi Raul
Thanks for the reply. The site mentioned in your reply is a paid site. Are there any free rseources available. They may not be whole source codes. Just pointers would be very helpful


 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There exists and EJB-COM bridge component. It is an 'early access' technology, and so you *do* have to obtain a Sun Developer Connection username/password.

I can tell you though, I've had one for about 4 months and haven't received any spam, and it is free... so you should not have too much problems there.

This is a description from their site:

I know you VB programmers won't know what IDispatch is, but oh well... it gets you closer.
http://developer.java.sun.com/developer/earlyAccess/j2eecas/download-com-bridge.html

[This message has been edited by Mike Curwen (edited July 27, 2001).]
 
Paper jam tastes about as you would expect. Try some on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic