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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
