VOOZH about

URL: https://www.javacodegeeks.com/author/abhishek-gupta/page/3

⇱ Abhishek Gupta, Author at Java Code Geeks - Page 3 of 6


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 25th, 2015
    0 124

    Simplifying JAX-RS caching with CDI

    This post explains (via a simple example) how you can use CDI Producers to make it a little easier to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 15th, 2015
    0 133

    Integrating CDI and WebSockets

    Thought of experimenting with a simple Java EE 7 prototype application involving JAX-RS (REST), WebSockets and CDI. Note: Don’t want…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 12th, 2015
    0 119

    Stress testing the OIM web (UI) layer

    The default configuration in Oracle IDM reserves 20 threads dedicated for serving front end (UI) requests. This basically means that…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 11th, 2015
    0 152

    Sneak peek into the JCache API (JSR 107)

    This post covers the JCache API at a high level and provides a teaser – just enough for you to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 2nd, 2015
    0 112

    Do you really understand @WebService ?

    SOAP web services are not cutting edge technology by any means – although it still has it’s place, REST based…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJanuary 21st, 2015
    0 191

    MDB != JMS and vice-versa

    Basics A Message Driven Bean (further referred to as MDB) is just another EJB like Stateless, Stateful or a Singleton.…

    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
    Abhishek GuptaJanuary 13th, 2015
    0 112

    JAX-RS 2.0 : Server side Processing Pipeline

    The inspiration for this post was the Processing Pipeline section in the JAX-RS 2.0 specification doc (Appendix C). I like…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJanuary 4th, 2015
    2 133

    Java EE Interceptors

    History I think it’s important to take a look at the evolution of Interceptors in Java EE because of the…

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