Tell me if I'm wrong, but there are some features I need that are missing in 
WS4J:

- web service session: we have a complex and costly login phase to determine 
the user profile. This phase is much more complex than what the J2EE security 
mechanisms offer. This is done by an Axis handler that calls an external native 
process. This profile (along with other user related info) must be stored in a 
session to avoid computing it again and again.

- stateful EJB endpoint: the clients must be able to rollback some actions in 
some case. So we provide transactional support. This can only be achieved by 
using stateful EJB's, I think.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855311#3855311

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855311


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to