Questions tagged [ejb-3.0]

If you have questions specifically about session beans and message-driven bean components within the EJB 3.0 programming model, feel free to use this tag. However, if your inquiries pertain to the persistent entities outlined in the "Java Persistence API" document of the EJB 3.0 specification, it would be more appropriate to utilize the [JPA] tag instead.

What are some recommended strategies for implementing security measures in JAX-WS?

Consider the following situation: I have a set of web services (JAX-WS) that require secure access. Currently, for authentication purposes, I am using an additional SecurityWService that provides authorized users with a userid and sessionid to include in r ...