VOOZH about

URL: https://www.javacodegeeks.com/tag/ejb/page/2

⇱ EJB Archives - Page 2 of 4 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMay 12th, 2014
    0 182

    Stateless EJBs: Pooling and Lifecycle

    A summarized view (notes) of the Stateless EJB pooling and life-cycle. Useful for newbies . . . . . EJB…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nikos MaravitsasAugust 12th, 2013
    2 924

    EJB passivation and activation example

    In this tutorial we are going to see how activation and passivation works in a Stateful Java Enterprise Session Bean.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nikos MaravitsasAugust 9th, 2013
    9 2,005

    Java EE Stateful Session Bean (EJB) example

    In this article we are going to see how you can use Stateful Session Beans to keep track of state…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nikos MaravitsasJuly 5th, 2013
    3 1,399

    Java EE EJB Interceptors tutorial and example

    In this example we are going to see how to use Interceptors in an EJB and test it using a…

    Read More »
  • Enterprise Java👁 Image
    Mike MillerMay 19th, 2013
    1 168

    JBoss AS7 JNDI & EJB 3.1 Naming changes

    As a result of the “feature train” continuing to march on and us not keeping our software stack up-to-date, our…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Piotr NowickiMarch 26th, 2013
    0 451

    EJB Inheritance is Different From Java Inheritance

    Despite the fact that EJB inheritance sometimes uses Java inheritance — they’re not always the same. Just as you could…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Piotr NowickiMarch 26th, 2013
    0 813

    Defining EJB 3.1 Views (Local, Remote, No-Interface)

    This post will talk about possible ways of defining EJB views using annotations (I’ll just mention about using EJB Deployment…

    Read More »
  • Enterprise Java👁 Image
    Hebert CoelhoJuly 5th, 2012
    8 1,521

    Four solutions to the LazyInitializationException – Part 1

    In the post today we will talk about the common LazyInitializationException error. We will see four ways to avoid this…

    Read More »
  • Enterprise Java👁 Image
    Hebert CoelhoJuly 5th, 2012
    7 611

    Four solutions to the LazyInitializationException – Part 2

    This article continues from part 1 of the tutorial. Load collection by Stateful EJB with PersistenceContextType.EXTENDED This approach can be…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close