Hi all,
I am working on a
J2EE project and I need your thoughts about a design issue.
The system I am working on does not include a DB instead an API that accepts commands via HTTP posting. It works like this: At first you pass U/P to the API and if the login is successful it returns a unique sesion id. You issue other commands with attaching this session id to the request. I have written the posting engine. However I have doubts on the EJB tier.
Should I use a SLSB or SFSB on EJB tier. (I am considering to put the session id into a web server side session object.)
Thanks for your comments
Murat