VOOZH about

URL: https://www.javacodegeeks.com/tag/ejb3

⇱ EJB3 Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Jaikiran PaiNovember 1st, 2011
    1 502

    JBoss AS 7 EJB3 Pools Configuration

    Now that AS 7.0.1 has been released, let’s take a look at what new EJB3 features are available. Like I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 15th, 2011
    0 285

    EJB 3.1 Global JNDI Access

    As outlined in the previous parts of this series, the major drawback of the EJB v. 3.0 Specification was the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 15th, 2011
    1 344

    References to EJBs Outside Your Application With Oracle WebLogic

    In the previous posts we made an overview of the EJB v. 3.0 and of the portable mechanisms it provides…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 14th, 2011
    0 300

    EJB Programmatic Lookup

    In our previous post we learnt about EJB references and EJB injection. Even though EJB injection is a powerful container…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 12th, 2011
    0 436

    Basic EJB References, Injection and Lookup

    In the first part of this series we’ve introduced the mechanisms provided by the Enterprise JavaBeans v. 3.0 Specification to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 11th, 2011
    0 262

    An Introduction to EJB 3.0 Injection and Lookup

    Introduction The Enterprise JavaBeans Specification v. 3.0 introduces a simplified, annotation based API for EJB injection and lookup. EJB 3.0…

    Read More »
  • Enterprise Java👁 Image
    Panagiotis PaterakisSeptember 15th, 2010
    1 259

    GWT EJB3 Maven JBoss 5.1 integration tutorial

    Hello everyone, In this article we are going to demonstrate how to properly integrate GWT and EJB3 in order to implement an example…

    Read More »
Back to top button
Close