VOOZH about

URL: https://www.javacodegeeks.com/author/prasanth-gullapalli

⇱ Prasanth Gullapalli, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Prasanth GullapalliJune 11th, 2021
    0 1,758

    Rest API Documentation and Client Generation with OpenAPI

    Microservices architecture helps in building an application as a suite of multiple fine-grained smaller services. Each of these services run…

    Read More »
  • Software Development👁 Image
    Prasanth GullapalliMarch 18th, 2021
    1 2,761

    Distributed vs Replicated Cache

    Caching facilitates faster access to data that is repeatedly being asked for. The data might have to be fetched from…

    Read More »
  • Core Java👁 Image
    Prasanth GullapalliDecember 3rd, 2020
    0 3,889

    Overview of implementing Distributed Locks

    As we know, locks are generally used to monitor and control access to shared resources by multiple threads at the…

    Read More »
  • Enterprise Java👁 Image
    Prasanth GullapalliMay 29th, 2019
    0 230

    Data Modeling in Cassandra

    In Relational Data Models, we model relation/table for every object in the domain. In case of Cassandra, this is not…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Prasanth GullapalliApril 28th, 2014
    0 87

    Jibx Jersey2 Integration

    Jersey2 provides inbuilt support for Jackson and JAXB. But Jibx is not supported by default. To use Jibx in conjunction…

    Read More »
  • Core Java👁 Image
    Prasanth GullapalliJanuary 30th, 2014
    1 1,462

    Which is better option: Cloning or Copy constructors?

    Here is how I started writing this article. I have read this statement so many times: “Cloning becomes difficult when…

    Read More »
  • Enterprise Java👁 Image
    Prasanth GullapalliNovember 27th, 2013
    23 773

    Spring Security – Behind the scenes

    Security tasks such as authentication of user and authorization of a user to view application resources are usually handled by…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Prasanth GullapalliNovember 11th, 2013
    2 483

    Type Conversion in Spring

    Here are few straight cases where we need type conversion: Case #1. To help simplifying bean configurations, Spring supports conversion…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Prasanth GullapalliNovember 5th, 2013
    0 233

    Spring Transactions Visibility

    Spring, on initializing application context, creates proxies when it comes across classes marked with @Transactional. @Transactional can be applied at…

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