ECTED]
Subject: Web Service performance
Hi,
In term of performance and scalability, if my business logic is a java
class and I want to expose it as a web service.
Is it better to add an ejb and expose it as a web service (This new ejb
merges the business API and forwards calls to the java clas
Hi,
In term of performance and scalability, if my business logic is a java
class and I want to expose it as a web service.
Is it better to add an ejb and expose it as a web service (This new ejb
merges the business API and forwards calls to the java class. It uses
services provided by the ejb c