• 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
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Can anybody suggest

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rahul,
1. A commercial COM-CORBA bridge. (I am not aware of any open source one.. a good search might lead you to one.)
2. Web protocols. The VB front end may use HTTP to connect to the Weblogic server.
3. Custom sockets. The VB front end may use custom sockets and a custom protocol to talk to the Weblogic server.
4. Web services. The server could be made to present its services as web services.
-GB.
 
Ranch Hand
Posts: 319
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are some of the Java to COM bridge tools
1. JaCoB (Open source)
2. JIntegra (commerical)
3. IBM Bridge2Java
Also check out this OpenSource Development Effort
JCom
sudharsan
 
Without subsidies, chem-ag food costs four times more than organic. Or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic