• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Anybody interested to participate in something new and creative..then join me

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am trying to develop a system with different components whose architecture is as follows:
1)Front tier using VB.
2)Middle tier will have Weblogic App Server with EJB deployed.
3)Oracle Database
4)CORBA for connecting Front and Middle Tier.
Is this possible. I have a good working knowledge of EJB and App Server, VB and ORACLE. However I lack understanding of how to use CORBA and connect a Microsoft Front Tier with a Java Middle Tier.
Can anybody provide me some relevant information regarding the same so that I can start experimenting with it. Any link or book that helps in the above context
rahul
 
Ranch Hand
Posts: 585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do a search on google. I did a quick one and got this:
http://www.appdevadvisor.co.uk/Downloads/ada5_6/Angry5_6.pdf
But it is not exactly the solution you suggest - they suggest using web services - but it is VB to EJB.
Using Inprise (an EJB app server) for EJB-CORBA-VB COM:
http://www.linar.com/jintegra/doc/ias/
You can probably use what they say in the examples to make it work for your ejb app server.
One last: if you do get this to work, can you post how to do it here so others can use that info? Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic