RE: Web Service performance

2004-11-05 Thread Tardif, Sebastien
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

Web Service performance

2004-11-05 Thread Olivier Mocquais
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