java ee - Offering EJB to clients using HTTP -


I am developing a server that persists in customers connecting through HTTP. Customers will be based on various technologies: Web, iPhone and Android; So I thought of using HTTM in the first place (maybe it's a better way).

In the server, I am using Java 6 implementation with EJB and JPA to achieve my firmness goal. Servlets are just a dummy proxy to provide access to EZB interfaces to clients, so I Sure, my client should have a framework or better way of serving as an EJB service.

I am trying to find a way to avoid all the dummy proxy servicelet.

You can apply

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -