java Programming Glossary: placebid
Declaring @Resource and @EJB at the class level in Java EE6 http://stackoverflow.com/questions/6180144/declaring-resource-and-ejb-at-the-class-level-in-java-ee6 EJBs or Resources like the example below @EJB name ejb PlaceBid beanInterface PlaceBid.class public class ActionBazaarBidControllerServlet.. the example below @EJB name ejb PlaceBid beanInterface PlaceBid.class public class ActionBazaarBidControllerServlet extends.. extends HttpServlet Looking up PlaceBid in the helper class used by ActionBazaarBidControllerServlet..
|