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

stateful session bean - please answer

 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a client-side business delegate which creates a stateful session EJB. I keep a reference to it in the business delegate. The stateful session EJB is a remote SFSB. The business delegate passes the SFSB on to the remote facade. When the SFSB actually gets used, it is used only locally by other EJBs or POJOs in the EJB business tier. I'd like to use the SFSB in local mode to increase performance.

Any idea how I can do this?

-Saha
reply
    Bookmark Topic Watch Topic
  • New Topic