VOOZH about

URL: https://www.javacodegeeks.com/author/niraj-singh

⇱ Niraj Singh, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Niraj SinghOctober 25th, 2013
    1 199

    Aspect Oriented Programming with Spring

    Introduction In an ideal Object Oriented System, we would want to design each object to perform one specific task. However…

    Read More »
  • Software Development👁 Image
    Niraj SinghSeptember 10th, 2013
    2 905

    MIME Explained

    Sometime it happens that we use or refer to a software term or technology a lot of time without being…

    Read More »
  • Enterprise Java👁 Image
    Niraj SinghAugust 13th, 2013
    11 416

    Introduction to Apache Camel

    Apache Camel is a open source implementation of famous Enterprise Integration Patterns.   Camel is a Routing and Mediation Engine and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Niraj SinghJuly 1st, 2013
    30 1,392

    Developing RESTful Services using Apache CXF

    Introduction As you already know there are two ways of developing a web service Simple Object Access Protocol (SOAP) Representational…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Niraj SinghJune 28th, 2013
    26 2,482

    Developing SOAP Web service using Apache CXF

    In last post I walked through the steps for developing a simple RESTFull service using apache CXF.  In this post…

    Read More »
  • Software Development👁 Image
    Niraj SinghJune 28th, 2013
    6 266

    Introduction to Cloud Computing

    Cloud Computing is a delivery of computing as a service rather than a product. I will come back to this…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Niraj SinghJune 25th, 2013
    6 461

    Working with Amazon Simple Queue Service using java

    Amazon Simple Queue Service or SQS is a highly scalable hosted messaging queue provided by Amazon Webservice stack. Amazon SQS…

    Read More »
  • Enterprise Java👁 Image
    Niraj SinghJune 21st, 2013
    15 257

    Searching made easy with Apache Lucene 4.3

    Lucene is a Full Text Search Engine written in Java which can lend powerful search capabilities to any application. At…

    Read More »
  • Enterprise Java👁 Image
    Niraj SinghJune 19th, 2013
    2 1,218

    Simple Spring Memcached – Spring Caching Abstraction and Memcached

    Caching remains the one of the most basic performance enhancing mechanism in any read heavy database application. Spring 3.1 release…

    Read More »
Back to top button
Close