VOOZH about

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

⇱ Abhishek Gupta, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaDecember 29th, 2015
    0 97

    Pre Java EE 7 alternative to JPA 2.1 unsynchronized persistence context

    Unsynchronized persistence context in Java EE 7 JPA 2.1 introduced the concept of unsynchronized persistence context which allows fine grained…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaNovember 27th, 2015
    0 132

    Automated provisioning of JMS resources in Java EE 7

    JMS 2.0 (part of the Java EE 7 Platform) introduced lots of nice features. One of these was the ability…

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

    Implementing auto retry in Java EE applications

    Initially, I wanted to call this blog – ‘Flexible timeouts with interceptor driven retry policies‘ – but then I thought…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaOctober 21st, 2015
    1 172

    Basics of scaling Java EE applications

    To be honest, ‘scalability’ is an exhaustive topic and generally not well understood. More often than not, its assumed to…

    Read More »
  • Enterprise Java👁 Image
    Abhishek GuptaOctober 16th, 2015
    0 118

    JAX-RS and JSON-P integration

    This short post talks about support for JSON-P in JAX-RS 2.0 JSON-P …? The JSON Processing API (JSON-P) was introduced…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaSeptember 29th, 2015
    0 287

    Native CDI Qualifiers: @Any and @Default

    Let’s take a look at the out-of-the-box qualifiers in CDI There are three qualifiers declared by the CDI specification –…

    Read More »
  • Software Development👁 Image
    Abhishek GuptaSeptember 27th, 2015
    2 118

    Introductory NoSQL stuff

    While some of you might be NoSQL gurus, there is often a lack of solid knowledge about NoSQL in general…

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

    New in JMS 2.0

    This post lists ALL of the new APIs (interfaces/classes/annotations etc.) introduced in JMS 2.0 (part of the Java EE 7…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaAugust 7th, 2015
    0 140

    Random JCache stuff: multiple Providers and JMX beans

    JCache (JSR 107) is the Java standard for Caching… enough said. No more introductory stuff. This is a quick fire…

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