VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJuly 25th, 2015
    1 185

    WebSocket Client API in Java EE 7

    In this post, let’s explore the less talked about Web Socket Client API and how to leverage it within a…

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

    RESTful timers in Java EE

    In this post…. Whirlwind tour of EJB timers Working with EJB timers on the fly via simple REST interface with…

    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 GuptaJune 22nd, 2015
    0 154

    Types of JMSContext in JMS 2.0

    If you follow Java EE, the simplified API components in JMS 2.0 (Java EE 7) will not be unknown to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaMay 5th, 2015
    0 131

    Using @Context in JAX-RS [part 1]

    JAX-RS provides the @Context annotation to inject a variety of resources in your RESTful services. Some of the most commonly…

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

    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
    Abhishek GuptaMarch 18th, 2015
    0 147

    Handling time outs in Async requests in JAX-RS

    JAX-RS 2.0 provides support for asynchronous programming paradigm, both on client as well as on the server end. This post…

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

    Approval specific web services in Oracle IDM

    This is quick post with regards to the web service endpoints which are leveraged by OIM and SOA in the…

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

    Quick peek at JAX-RS request to method matching

    In this post, let’s look at the HTTP request to resource method matching in JAX-RS. It is one of the…

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