VOOZH about

URL: https://www.javacodegeeks.com/author/abhimanyu-prasad/page/2

⇱ Abhimanyu Prasad, Author at Java Code Geeks - Page 2 of 3


  • Enterprise Java👁 java-interview-questions-answers
    Abhimanyu PrasadSeptember 7th, 2017
    0 1,840

    Understanding OAuth2 token authentication

    1. Introduction In this tutorial, we will be understanding OAuth2 Token Authentication, such that only authenticated users and applications get a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhimanyu PrasadNovember 21st, 2016
    0 389

    Understanding Connection Pooling

    1. Introduction Connection Pooling is a technique to boost application’s performance where N connections to the database are opened and managed…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadMay 23rd, 2016
    0 188

    Content Negotiation in Spring Framework

    1. Introduction With what we had done with BeanNameViewResolver, is that we just had created multiple bean views in Spring context…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadMay 12th, 2016
    1 2,772

    Understanding Transactional annotation in Spring

    1. Introduction Spring provides support for both programmatic and declarative transactions . 1.1 Programmatic Transactions With programmatic transactions, transaction management…

    Read More »
  • Enterprise Java👁 Image
    Abhimanyu PrasadApril 6th, 2016
    0 235

    Enabling Entity and Query cache in Hibernate

    1. Introduction Amongst the performance related tasks I have been through, this has been one of them. The concern is that if…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadMarch 28th, 2016
    0 554

    Read property files with PropertyPlaceholderConfigurer

    1. Introduction Usually when we are concerned with multiple servers where the application is deployed before going into production, we…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadMarch 2nd, 2016
    1 832

    Configure multiple View Resolvers in Spring

    1. Introduction In Spring, the View Resolver is provided to resolve the view with the data available in the model,…

    Read More »
  • Enterprise Java👁 Image
    Abhimanyu PrasadFebruary 23rd, 2016
    1 592

    Contract First SOAP Service with Spring and Maven

    1. Introduction In this tutorial, we will learn to implement a contract-first SOAP service application using JAX-WS, Spring and Maven.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadFebruary 9th, 2016
    0 1,283

    Web service application with JAX-WS and Spring

    1. Introduction It has been a long wait, but I am finally publishing a tutorial on creating the first SOAP based web…

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