Posted: Thu Sep 22, 2005 8:37 am Post subject: remote client access to websphere j2ee application
Acolyte
Joined: 15 Aug 2005 Posts: 50
this question is for any j2ee gurus aside from MQ.
currently I use webpshere MQ so my client can simply drop messages onto a queue and I have an MDB pick them up and hand it off to a stateless session bean to work on the message and do the processing etc. However, if a new client does not have MQ, what would be the best solution for them to get the same access? suppose one of the new clients wants to use a web browser and one use a java client to skip the MDB approach and go straight to the session bean? how would I acheive this? what resources should I read to get me in the right direction.
You'll need to build a webpage for the first client.
I don't know about using J2EE clients to connect to stateless session beans, but it should be the same code for them as it is for your MDB.
But giving external clients access to that SSB may be a big security risk.
It would be easier to build a Web Services interface to the SSB, and then build a form that posts to the web service for the first client, and allow the second client to access the web service directly.
I think. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum