VOOZH about

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

⇱ EJB Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Ant KutscheraAugust 9th, 2015
    0 650

    Is Asynchronous EJB Just a Gimmick?

    In previous articles (here and here) I showed that creating non-blocking asynchronous applications could increase performance when the server is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJune 25th, 2015
    0 108

    Quick tip: Exception handling in Message Driven Beans

    Let’s do a quick review of exceptional handling with regards to Message Driven Beans. The entry point into a MDB…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaApril 6th, 2015
    0 180

    Timeout policies for EJBs : how do they help?

    EJB 3.1 introduced timeout related annotations as a part of its API. @AccessTimeout @StatefulTimeout Let’s quickly look at what they…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Rodrigo UchoaMarch 17th, 2015
    1 368

    CDI & EJB: Sending asynchronous mail on transaction success

    Hello again! :) This time I’ve chosen a common task that most of the time, in my opinion, is done…

    Read More »
  • Enterprise Java👁 Image
    Abhishek GuptaJanuary 17th, 2015
    0 100

    Where can I run EJBs ?

    EJBs are built for more than just a Java EE application server. They can also execute in a Java EE…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Adrian MateiNovember 13th, 2014
    0 201

    How to build and clear a reference data cache with singleton EJBs, Ehcache and MBeans

    In this post I will present how to build a simple reference data cache in Java EE, using singleton EJBs…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Adrian MateiSeptember 25th, 2014
    7 232

    How to build and clear a reference data cache with singleton EJBs and MBeans

    In one of my projects I had a requirement to load reference data from several sources in a Java EE 6…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaSeptember 4th, 2014
    0 246

    EJB 3.x : Lifecycle and Concurrency models (part 2)

    This is the second post of the two part series. The first part covered the life cycle and the concurrency behavior…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaAugust 14th, 2014
    0 176

    EJB 3.x : Lifecycle and Concurrency models (part 1)

    Java EE component life cycle and concurrency related details might not be new for seasoned professionals, but it is something which…

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