Introduction
Aims
Achievements
Application Structure
Conclusions
Project Report
Resources
Powerpoint Slides
IntroductionMy project is on "INTERNET BANKING", the name may look too general but the project looks at all aspects of E-commerce and how E-commerce applications are developed. The E-Commerce application that would be examined is Internet Banking. Currently the problem is that most Internet Banking applications are written in CGI or ASP, which are not efficient. The project aims to develop Internet Banking application using JAVA SERVLETS which is a server side technology from Sun Microsystem.
A Java Servlet is very similar to a CGI program, except for some major advantages and a few disadvantages.
Its single greatest advantage over a CGI program, is that it can be launched once to service many clients.
New requests require only lightweight thread context switches, so processor overhead is much lower.
Unlike CGI,support for Java Servlets is not universal.For example,Microsoft's IIS does
not include native support for Servlets. I can only imagine that's because of the dispute
over Java between Sun and Microsoft, and Microsoft wants to discourage cross-platform development.
However, there are add-on engines available, that let IIS support Java Servlets. Java Servlets are
supported natively by most other Web servers, including those from Netscape, Sun, IBM, and Apache
(from The Apache Software Foundation.) |
|
Aims
|
Achievements
|
Application StructureThe Internet Banking application mainly consists of Html pages, Java Servlets, JSPs (Java Server Pages), Java Beans and manager classes
|
ConclusionsServer-Side java provides an object-oriented and alternative solution to developing web-based applications. |
Project ReportClick here to view the report: Report |
Project ResourcesClick here to get the resources: Resources |
Powerpoint Slides
Here are some of the presentation slides duriing the BTech presentations: |
Site maintained by: Mohammad Noman Khan Afridi Last Modified: 20 October 2000 |