Is JPA + EJB to much slow (or heavy) for over Internet transactions?
- by Xavier Callejas
Hi,
I am developing a stand-alone java client application that connects to a Glassfish v3 application for JPA/EJB facade style transactions. In other words, my client application do not connect directly to the database to CRUD, but it transfers JPA objets using EJB stateless sessions.
I have scenarios where this client application will be used in…