| Building
Search Engine Applications Using Servlets |
Please visit http://www.webappcabaret.com/javadevelopers/search
to see running copy of our search engine.
|
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.
|
| Comments Welcome |
Your Comments are
important to us. Please send us your comments about this
tutorial at deepak@roseindia.net.
|
| Contents: |
- Brief
Introduction to the Web Application development.
- Techniques
used for Generating Dynamic Content
- Introduction
to the JDBC
- Connecting
to the Database
|
|