ejb 3.0 - What are the steps in writing Desktop client for Jboss 7.1 -


i created standalone client glassfish 3.2, want application deployed on jboss. interested in answer guide me build standalone application interact ejb 3 application deployed on jboss 7.1

my sub question is: should preferred choice creating standalone client: ejb 3.0 or webservices ?

it seems me, you're mixing things here.

first, mean "standalone client"? if deploy on application server, not standalone, it's piece of server software can used clients.

next, client of business code (which example implemented in ejb), can of course local or remote ejb, again piece of server software using functionality. if want used outside, have provide access example in form of web service.

and finally, speak of "jboss 7.1" , "glassfish 3.2" , created application - go , drop usage of ejb3.0 , jee5 , make use of current jee6 ejb3.1 , of it's related technology. included rest api example might choice implementing client. client in turn can "desktop application" (e.g. native java application or javafx application) makes use of business logic exposed via rest service.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -