VOOZH about

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

⇱ Abhimanyu Prasad, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadNovember 26th, 2018
    1 216

    Understanding H2 InMemory Database with Spring Boot

    Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhimanyu PrasadSeptember 11th, 2018
    1 1,429

    Ajax File Upload with Servlet and Bootstrap

    Introduction In this tutorial, we will check how Ajax file upload works with Servlets. Also we will decorate our form…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhimanyu PrasadJuly 24th, 2018
    0 319

    Creating your first servlet

    In this tutorial, we will learn how to create very basic web application with Servlet. Servlet is a class that extends…

    Read More »
  • Core Java👁 Image
    Abhimanyu PrasadMarch 19th, 2018
    0 315

    Understanding Cloneable interface in Java

    What is Object Cloning? Object Cloning is a process of generating the exact field-to-field copy of object with the different…

    Read More »
  • Software Development👁 spring-interview-questions-answers
    Abhimanyu PrasadDecember 29th, 2017
    3 1,324

    Microservices implementation example with Spring Boot

    1. Introduction We have already been through the Microservice demo and it was so pleasing to see the wonderful response…

    Read More »
  • Software Development👁 Image
    Abhimanyu PrasadDecember 4th, 2017
    11 394

    What are Microservices?

    1. Introduction Microservices was termed by Dr Peter Rodgers in 2005 and was initially known as micro web services. The…

    Read More »
  • Enterprise Java👁 Image
    Abhimanyu PrasadNovember 13th, 2017
    0 762

    Spring Boot web application with Gradle

    1. Introduction Before we move on to create our demo Spring Boot web application with Gradle, I assume we all…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadSeptember 21st, 2017
    3 924

    Secure REST Service with OAuth2 Tokens

    1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure REST…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadSeptember 11th, 2017
    0 320

    Securing resources using Spring Security with OAuth

    1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure the…

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