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

Does Resin really support EJB ? Look inside,have content

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.caucho.com/quercus/faq/question.xtp?question_id=1839
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. Resin "Enterprise Edition" does support EJB, although apparently in a slightly non-standard way. I found it easy enough to get something working based on reading standard EJB books and the Resin docs, but Resin is the only EJB implementation I have used.
Why not download it and have a try yourself?
[ January 10, 2004: Message edited by: Frank Carver ]
 
Yajun Zhan
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Frank Carver
Thank for your answer,I can now run my stateless session bean in Resin 3.0.4
EE.
But I found the interface must be local,I can not use remote interface.
According to resin doc,if you want use remote interface,you must use hessian or burlap service.
I try and try,but failed to let resin run my stateless bean which has remote interface.
Do you have any experience with that and would like share your experience with me ?
here is the updated comments: http://www.caucho.com/quercus/faq/question.xtp?question_id=1839
Best Regard!

[ January 12, 2004: Message edited by: Yajun Zhan ]
 
Frank Carver
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have any experience with that and would like share your experience with me ?
Sorry, I have only used local beans.
 
Yajun Zhan
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you anyway ,Frank Carver
 
reply
    Bookmark Topic Watch Topic
  • New Topic