How do you unit test JEE code?
        Posted  
        
            by marabol
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by marabol
        
        
        
        Published on 2009-12-22T17:17:36Z
        Indexed on 
            2010/05/11
            18:44 UTC
        
        
        Read the original article
        Hit count: 581
        
I want to ask for your prefered way to test JEE code?
I found only three project, that are trying to help to code unit tests in JEE environment:
- http://jakarta.apache.org/cactus/ : Last Published: 2009-01-18
 - http://www.junitee.org/ : Last Release: 2004-12-11
 - http://ejb3unit.sourceforge.net/ : Last Release: 2008-05-17
 
So I wonder,
- is there any framework helping to write (j) unit test for JEE code?
 - do you use embedded JEE servers like jboss or glassfish v3?
 - do you mockup and inject by yourself?
 
Thanks a lot...
© Stack Overflow or respective owner