EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently, an EJB exposed as a webservice have a dedicated Web Context that is generated for it.
If the EJB is secured, then, the webapp also needs to be secured, otherwise no-one will ever be capacle of using the webservice :)
So, the easybeans.xml should be enhanced to allow declaration of the following elements:
* context-root
* realm-name
* transport-guarantee
* auth-method
* http-method
|
|
Description
|
Currently, an EJB exposed as a webservice have a dedicated Web Context that is generated for it.
If the EJB is secured, then, the webapp also needs to be secured, otherwise no-one will ever be capacle of using the webservice :)
So, the easybeans.xml should be enhanced to allow declaration of the following elements:
* context-root
* realm-name
* transport-guarantee
* auth-method
* http-method |
Show » |
|