VOOZH about

URL: https://www.javacodegeeks.com/author/nitin-kumar

⇱ Nitin Kumar, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Nitin KumarJune 7th, 2020
    0 557

    Apache Kafka Consumer Rebalance

    Consumer rebalance decide which consumer is responsible for which subset of all available partitions for some topic(s). For example, you…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nitin KumarMay 31st, 2020
    0 941

    Kafka – Exactly-Once Semantics

    In distributed environment failure is a very common scenario that can be happened any time. In the Kafka environment, the…

    Read More »
  • Core Java👁 Image
    Nitin KumarFebruary 3rd, 2014
    0 192

    Java Interview Reference Guide – Part 1

    JAVA Object Oriented Concepts Java in based on Object Oriented concepts, which permits higher level of abstraction to solve any…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Nitin KumarSeptember 18th, 2013
    5 205

    Spring Integration: A lightweight integration Approach

    Today’s application expects access of all business in enterprise environment regardless of application technologies, which require, seamless integration with desperate…

    Read More »
  • Enterprise Java👁 Image
    Nitin KumarSeptember 9th, 2013
    1 371

    How to create JQuery DataTable using JSON and servlet

    In this article I’ll introduce the basic coding that require to create JQuery DataTable using JSON passed by simple servlet.…

    Read More »
  • Groovy👁 Image
    Nitin KumarAugust 16th, 2013
    0 489

    Grails – GORM Tutorial

    Grails is known as domain driven language that means we can build application using bottom to top approach which is…

    Read More »
  • Groovy👁 Image
    Nitin KumarAugust 15th, 2013
    0 128

    SOA and REST with Grails

    I discussed on my previous article about REST and how to leverage RESTful web services on Grails platform. We will…

    Read More »
  • Groovy👁 Image
    Nitin KumarJuly 10th, 2013
    0 125

    Grails – RESTful Webservice using JAX-RS plugin

    I discussed about RESTful architecture consideration and how to build RESTful web services using Jersey JAX-RS [JSR 311]  in JAVA.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Nitin KumarJuly 2nd, 2013
    7 285

    RESTful Webservices with Jersey

    I have discussed my earlier article about architectural consideration<<link>> to become a RESTful system on distributed environment that are usable…

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