Help coderanch get a
new server
by contributing to the fundraiser
  • 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

iPlanet compatibility with Weblogic

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to have an Entity Bean deployed in iPlanet and to access the same in the Weblogic (without depoying the same bean here) or vice versa.
Comment on the same.
 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It entirely depends on the protocols iPlanet and BEA is using for communicating with the bean 1.2 recommends RMI over IIOP. if both uses this protocol then i think we can make it possible to communicate BEA and iPlanet
Faisal do you agree witrh this
Sridhar
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is possible. Look throuth Sun's J2EE Blueprint for EJB Clients at http://java.sun.com/blueprints/guidelines/designing_enterprise_applications/client_tier/ejb_clients/index.html
"EJB clients interact with EJB tier using RMI-IIOP protocol". For your EJB Clients you still need to provide two EJB interfaces.
Internal Weblogic communications occur over the proprietory T3 and T3S (secure version of T3) protocols. But, you can configure it to use RMI-IIOP protocol.
 
faisal mahmood
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Balaji:
Is it possible to have an Entity Bean deployed in iPlanet and to access the same in the Weblogic (without depoying the same bean here) or vice versa.
Comment on the same.


Balaji,
Your login name does not conform to the login name policy of Java Ranch which is given http://www.javaranch.com/cgi-bin/ubb/Ultimate.cgi?action=agree
Please re-register with "firstname lastname" login name format.
Regards,
Faisal
[This message has been edited by faisal mahmood (edited November 23, 2001).]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic