[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.riena] Re: SFSB

Rüdiger Rensinghoff-Kranen schrieb:
is there already a way in riena communication to hold something like a statefull session bean on the server side? I need a none-jdbc connection to a backend that can be started and stopped for a session (client login) and I would like to implement it on the server side.

Rüdiger
rüdiger,
you can use EasyBeans OSGI EJB3 Container if you need Stateful or Stateless Session Beans.
EasyBeans provides OSGI Services for your Business Interfaces to SLSB or SFSB, which you then can use vie Riena as Riena Remote Services.
Don't know if this is what you're looking for
ekke