How can I test EJB 3.0?

Viewed 5678

I am using EJB 3.0 , Oracle WebLogic.

Need help in the following question :

How to test EJB (3.0) ? I mean unit tests and/or integration tests ? Can I use some kind of embedded EJB container or create a mock for it to write unit tests ? Maybe there is some special test frameworks or aproaches? EJB aren't new for me, but I have never written tests for them. Any information will be useful for me .

Thanks.

3 Answers
Related