Sample-Project for Ejb3Unit

To "get your hands" on ejb3unit there is a sample project based on maven2. You can download the example project ( !!HERE!!)

HOW TO SETUP THIS EXAMPLE PROJECT

  • Download Eclipse 3.2 or newer (maybe older version is also working)
  • Install maven 2.0.x on your computer (http://maven.apache.org/)
  • Download the maven eclipse pugin for your convinience (Help/Software Updates/Find and Install../search for new features to install...) add a new update site: http://m2eclipse.codehaus.org/
  • Or [if you don't want to install the maven plugin] execute the eclipse maven command by hand, to let maven setup your eclipse classpath:
      mvn eclipse:eclipse
  • Import the SampleProject to your workspace
  • READY TO GO