Java Development

  • Jetty JSP Example

    JSP (JavaServer Pages) which is core part of Java EE, enables developers to create dynamic web content based on the…

    Read More »
  • Spring Data MongoDB REST Example

    In this tutorial, I will show you how to develop a RESTful web application by using Spring and MongoDB without…

    Read More »
  • Drools Expert System Example

    In this article, we will see an example of Drools Expert system. First, let’s try to understand what is an…

    Read More »
  • Solr Faceted Search Example

    In this example of Solr faceted search, we will discuss about the use of faceting the data and also discuss different…

    Read More »
  • JUnit NetBeans Example

    1. Introduction In this post I will introduce the basics of writing and running JUnit unit tests in NetBeans IDE.…

    Read More »
  • JMeter BeanShell Example

    In this example, we will demonstrate the use of BeanShell components in Apache JMeter. We will go about writing a…

    Read More »
  • Gradle NetBeans Example

    In this example, we will explain how to integrate Gradle with NetBeans IDE and how to perform basic Gradle tasks.…

    Read More »
  • Spring Data Redis Example

    In the past few examples, we have been integrating Spring Data with the NoSql Databases. In this example, we shall…

    Read More »
  • JUnit Test Suite Example

    1. Introduction A JUnit Test suite is used to bundle multiple test cases together in a single run. This is…

    Read More »
  • Drools Rule Engine Tutorial

    Drools is a Rule Engine that uses the rule-based approach to decouple logic from the system. The logic is external…

    Read More »
Back to top button