Examples of EJBFacet_3_2


Examples of org.jboss.forge.addon.javaee.ejb.EJBFacet_3_2

   @Test
   public void testEJBSetup()
   {
      Project project = projectHelper.createWebProject();
      EJBFacet_3_2 ejb = projectHelper.installEJB_3_2(project);
      Assert.assertNotNull(ejb);
      Assert.assertTrue(project.hasFacet(EJBFacet_3_2.class));
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.