Building Search Engine Applications Using Servlets !

Building Search Engine Applications Using Servlets. In this tutorial you will learn how to make database driven search engine in Java?

Building Search Engine Applications Using Servlets !

Building Search Engine Applications Using Servlets

Introduction

This tutorial takes you through the process of building search engine using Java Servlets. You can Download the source code of search engines and modify it according to requirement.

Java Servlets have become a high quality development language for web these days. This search engine shows you how to use Java Servlets for developing dynamic web site.

This tutorial is intended for:
  1. Web developers willing to use java in their server side programming
  2. Java programmers writing web applications.

What you should know?

You should have some prior knowledge of Java Servlets. JDBC programming, including HTML, browsers and Web Servers. Familiarity with Java Web Server or any other Java Servlets enabled Web Server is necessary. It will also help you if you are familiar with JDBC programming. Knowledge of MySQL Database is helpful but not required.

   When you have finished this tutorial you should a good idea how to build a basic e-business application.

Search Engine Code and Updates

The source code described in this tutorial as well as any updates can be found at our download page.

Contents:

  1. Brief Introduction to the Web Application development.
  2. Techniques used for Generating Dynamic Content
  3. Introduction to the JDBC
  4. Connecting to the Database