Package mockejb: Information

    Source package: mockejb
    Version: 0.6-alt4_0.b2.3jpp5
    Build time:  Mar 30, 2013, 06:20 AM
    Category: Development/Java
    Report package bug
    License: Apache Software License
    Summary: Framework for running EJBs
    Description: 
    MockEJB is a lightweight framework for running EJBs. MockEJB
    implements javax.ejb APIs and creates Home and EJBObject
    implementation classes for your EJBs. Internally, MockEJB relies
    on dynamic proxies and interceptors. MockEJB has two primary usages:
    * It allows for running EJBs outside of the container for unit
      testing.You can run EJBs directly from your favorite IDE with
      the minimal setup effort.
    * It allows for deploying mock EJBs (i.e., mock EJB implementation
      classes) into the container. Mock EJBs provide very effective way
      of isolating EJBs under test from the rest of the application.
      Mock EJBs return predefined test data and can override the actual
      "non-mock" deployed EJBs. Once again, the purpose of MockEJB is
      twofold and it works inside and outside of the container. So you
      can benefit from it even if you continue running all your test
      classes inside the container using Cactus.
    Additionally, MockEJB comes with the "mock" implementation of non-EJB
    APIs. Currently it provides in-memory JNDI and JMS implementations
    which can be used independently from MockEJB's EJB support.
    MockEJB is not a full-blown EJB container. It does not fully implement
    J2EE/EJB specs, however it supports all vital APIs.

    List of rpms provided by this srpm:
    mockejb (noarch)
    mockejb-javadoc (noarch)
    mockejb-manual (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    @qa_p7

      1. jpackage-compat
      2. jpackage-utils >= 0:1.7.4
      3. junit3
      4. /proc
      5. ant >= 0:1.6.5
      6. ant-junit3
      7. asm
      8. aspectj
      9. geronimo-j2ee-1.4-apis
      10. cglib
      11. easymock
      12. jakarta-cactus
      13. jakarta-commons-logging
      14. jakarta-oro
      15. xdoclet
      16. xml-commons-apis

    Last changed


    March 29, 2013 Igor Vlasenko 0:0.6-alt4_0.b2.3jpp5
    - explicitly use junit3
    Jan. 5, 2009 Igor Vlasenko 0:0.6-alt3_0.b2.3jpp5
    - fixed repocop warnings
    Sept. 6, 2008 Igor Vlasenko 0:0.6-alt2_0.b2.3jpp5
    - converted from JPackage by jppimport script