iTechtalk

Quick Search

Go Advanced

Member Login

Not registered? | Forgot Password
 
Register
Welcome
 
iTechtalk > Tutorials > Programming » Platforms for developing servlets and JSPs
Reply
Old 08-13-2008, 09:12 AM   #1 (permalink)
prashant's Avatar
 
Administrator
Join Date: Aug 2008
Posts: 651
Post Platforms for developing servlets and JSPs

The three types of platforms that you can use for developing servlets and JSPs are: First, you can use a single PC (or Stand-alone PC). Second, you can use a Local Area Network (or LAN). Third, you can use the Internet. When you use a single PC (or Stand-alone PC), you of course need to install all of the required software on that PC. That includes the Java SDK, the web server software, the servlet and JSP engine, and the database management system.

When you work on a LAN, you can use the same software components, but you divide them between client and server. To compile and run servlets on the server, the server requires the Java SDK, a combined web server and servlet and JSP engine like Tomcat, and a DBMS like MySQL. To compile servlets on a client, the client requires the Java SDK and the servlet.jar file, which contains all of the classes required for servlet development in a compressed format. This JAR file comes with Tomcat, but you can also download it for free from the Sun web site. When you run a web application on a LAN like this, it functions as an intranet.

When you work over the Internet, you use the same general components as you do when you work over an intranet. To improve performance, though, you normally have a separate web server like Apache in addition to a servlet and JSP engine like Tomcat. If necessary, you can also improve the performance of an intranet application by using Apache as the web server.

Since the SDK, Apache, Tomcat, and MySQL can be run by most operating systems, Java web developers aren’t tied to a specific operating system. In fact, the Windows operating system is commonly used for both the client and server computers during development. But when the applications are ready for use, they are often deployed on a UNIX or Solaris server.
prashant is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spanning Platforms, Versions, and Technologies for Web Designing lord Graphics 0 01-12-2009 09:31 AM
Developing Graphics for Imagemaps in HTML techfreak Graphics 0 11-25-2008 07:17 AM
Developing a Good Audit Policy Azingo Operating systems 0 10-07-2008 11:41 AM
Tools for deploying servlets and JSPs prashant Programming 0 08-18-2008 11:17 AM
Introduction to servlets prashant Programming 0 08-13-2008 06:41 AM


 

Content Relevant URLs by vBSEO 3.3.0