[jboss-user] [Beginner's Corner] - Re: Using JBoss as back-end for remote thick client?

Peter Johnson do-not-reply at jboss.com
Fri Feb 10 11:00:59 EST 2012


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: Using JBoss as back-end for remote thick client?"

To view the discussion, visit: https://community.jboss.org/message/715892#715892

--------------------------------------------------------------
Yes, what you want to do is possible. You can write EJBs that are deployed to JBoss AS and then access them via JNDI from a standalone client. Do a Google search for "ejb standalone client" for examples.

However, that method is somewhat passe. You might be better off using web services (especially RESTful ones), deploy the web services to JBoss AS and have the standalone clients make web services calls. You'll also have a lot more options of the types of client you could write.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/715892#715892]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120210/6e9e0587/attachment.html 


More information about the jboss-user mailing list