Computer To Computer Learning
Computer To Computer Learning
Computer Learning
System
Abstract
Contents
Introduction
Purpose
Scope
Overview
System Analysis
Existing System
Limitations in Existing System
Proposed System
Problem Definition
Advantages over Existing System
Feasibility Study
Economic Feasibility
Operational Feasibility
Technical Feasibility
Functional Feasibility
System Design
Architecture Diagram
Authentication
Functional Description
Functions
Maintenance
Functional Description
Functions
UML Diagrams
Class Diagram
Use-case Diagram
Sequence Diagram
Component Diagram
Deployment Diagram
Data Dictionary
Proposed System
Economic Feasibility
Economic feasibility attempts 2 weigh the costs of developing and implementing
a new system, against the benefits that would accrue from having the new
system in place. This feasibility study gives the top management the economic
justification for the new system.
Operational Feasibility
Is there sufficient support for the project from management from users? If the
current system is well liked and used to the extent that persons will not be able
to see reasons for change, there may be resistance.
Are the current business methods acceptable to the user? If they are not, Users
may welcome a change that will bring about a more operational and useful
systems.
Have the user been involved in the planning and development of the project?
Since the proposed system was to help reduce the hardships encountered. In
the existing manual system, the new system was considered to be operational
feasible.
Technical Feasibility
Evaluating the technical feasibility is the trickiest part of a feasibility study. This
is because, .at this point in time, not too many detailed design of the system,
making it difficult to access issues like performance, costs on (on account of the
kind of technology to be deployed) etc. A number of issues have to be
considered while doing a technical analysis.
Understand the different technologies involved in the proposed system before
commencing the project we have to be very clear about what are the
technologies that are to be required for the development of the new system.
Find out whether the organization currently possesses the required technologies.
Is the required technology available with the organization?
Software
Requirement
Specification
Software Requirements
Hardware Requirements
Processor : Pentium IV
Hard Disk : 40GB
RAM : 256MB
System Design
Architecture Diagram
Modules:
Admin
All the users are controlled by admin. Administrator services are
1. Approve the institute
2. delete institute
3. view students
4. view complaints
College
College is an Organization which can handle the all the student
details. The College services are
1. Registration
2. Upload Articles
3. Faculty Management
4. Update profile of College
5. Send Responses
6. send response for appropriate requests
7. view request and send feedback
Student
The Student services are
1. Update profile
2. send request to the college
3. view responses
4. and send feedback
UML Diagrams
UNIFIED MODELING LANGUAGE DIAGRAMS
The unified modeling language allows the software engineer to express an
analysis model using the modeling notation that is governed by a set of
syntactic semantic and pragmatic rules.
A UML system is represented using five different views that describe the system
from distinctly different perspective. Each view is defined by a set of diagram,
which is as follows.
Use case Diagrams represent the functionality of the system from a user’s point
of view. Use cases are used during requirements elicitation and analysis to
represent the functionality of the system. Use cases focus on the behavior of the
system from external point of view.
Actors are external entities that interact with the system. Examples of actors
include users like administrator, bank customer …etc., or another system like
central database.
UML DIAGRAMS
Coding
&
Implementation
Technologies Used
HTML
HTML, an initialism of Hypertext Markup Language, is the predominant markup
language for web pages. It provides a means to describe the structure of text-
based information in a document — by denoting certain text as headings,
paragraphs, lists, and so on — and to supplement that text with interactive
forms, embedded images, and other objects. HTML is written in the form of
labels (known as tags), surrounded by angle brackets. HTML can also describe,
to some degree, the appearance and semantics of a document, and can include
embedded scripting language code which can affect the behavior of web
browsers and other HTML processors.
HTML is also often used to refer to content of the MIME type text/html or even
more broadly as a generic term for HTML whether in its XML-descended form
(such as XHTML 1.0 and later) or its form descended directly from SGML
Hypertext Markup Language (HTML), the languages of the World Wide Web
(WWW), allows users to produces Web pages that include text, graphics and
pointer to other Web pages (Hyperlinks).
HTML is not a programming language but it is an application of ISO Standard
8879, SGML (Standard Generalized Markup Language), but specialized to
hypertext and adapted to the Web. The idea behind Hypertext is that instead of
reading text in rigid linear structure, we can easily jump from one point to
another point. We can navigate through the information based on our interest
and preference. A markup language is simply a series of elements, each
delimited with special characters that define how text or other items enclosed
within the elements should be displayed. Hyperlinks are underlined or
emphasized works that load to other documents or some portions of the same
document.
HTML can be used to display any type of document on the host computer, which
can be geographically at a different location. It is a versatile language and can
be used on any platform or desktop.
HTML provides tags (special codes) to make the document look attractive. HTML
tags are not case-sensitive. Using graphics, fonts, different sizes, color, etc., can
enhance the presentation of the document. Anything that is not a tag is part of
the document itself.
Attributes
The attributes of an element are name-value pairs, separated by "=", and
written within the start label of an element, after the element's name. The value
should be enclosed in single or double quotes, although values consisting of
certain characters can be left unquoted in HTML (but not XHTML).Leaving
attribute values unquoted is considered unsafe.
Most elements take any of several common attributes: id, class, style and title.
Most also take language-related attributes: lang and dir.
The preceding displays as HTML (pointing the cursor at the abbreviation should
display the title text in most browsers).
Advantages
A HTML document is small and hence easy to send over the net. It is small
because it does not include formatted information.
HTML is platform independent.
HTML tags are not case-sensitive.
JavaScript
JavaScript is a script-based programming language that was developed by
Netscape Communication Corporation. JavaScript was originally called Live
Script and renamed as JavaScript to indicate its relationship with Java.
JavaScript supports the development of both client and server components of
Web-based applications. On the client side, it can be used to write programs
that are executed by a Web browser within the context of a Web page. On the
server side, it can be used to write Web server programs that can process
information submitted by a Web browser and then update the browser’s display
accordingly
<SCRIPTS>.. </SCRIPT>.
<SCRIPT LANGUAGE = “JavaScript”>
JavaScript statements
</SCRIPT>
Here are a few things we can do with JavaScript:
Validate the contents of a form and make calculations.
Add scrolling or changing messages to the Browser’s status line.
Animate images or rotate images that change when we move the mouse over
them.
Detect the browser in use and display different content for different browsers.
Detect installed plug-ins and notify the user if a plug-in is required.
We can do much more with JavaScript, including creating entire application.
JavaScript Vs Java
JavaScript and Java are entirely different languages. A few of the most glaring
differences are:
Java applets are generally displayed in a box within the web document;
JavaScript can affect any part of the Web document itself.
While JavaScript is best suited to simple applications and adding interactive
features to Web pages; Java can be used for incredibly complex applications.
There are many other differences but the important thing to remember is that
JavaScript and Java are separate languages. They are both useful for different
things; in fact they can be used together to combine their advantages.
Advantages
JavaScript can be used for Sever-side and Client-side scripting.
It is more flexible than VBScript.
JavaScript is the default scripting languages at Client-side since all the browsers
supports it.
XML – eXtensible Markup Language
Why XML?
In order to appreciate XML, it is important to understand why it was created.
XML was created so that richly structured documents could be used over the
web. The only viable alternatives, HTML and SGML, are not practical for this
purpose.
HTML, comes bound with a set of semantics and does not provide arbitrary
structure.
SGML provides arbitrary structure, but is too difficult to implement just for a
web browser. Full SGML systems solve large, complex problems that justify their
expense. Viewing structured documents sent over the web rarely carries such
justification.
XML shall support a wide variety of applications. XML should be beneficial to a
wide variety of diverse applications: authoring, browsing, content analysis, etc.
Although the initial focus is on serving structured documents over the web, it is
not meant to narrowly define XML.
XML shall be compatible with SGML. Most of the people involved in the XML
effort come from organizations that have a large, in some cases staggering,
amount of material in SGML. XML was designed pragmatically, to be compatible
with existing standards while solving the relatively new problem of sending
richly structured documents over the web.
It shall be easy to write programs that process XML documents. The colloquial
way of expressing this goal while the spec was being developed was that it
ought to take about two weeks for a competent computer science graduate
student to build a program that can process XML documents.
XML syntax
As long as only well-formedness is required, XML is a generic framework for
storing any amount of text or any data whose structure can be represented as a
tree. The only indispensable syntactical requirement is that the document has
exactly one root element (alternatively called the document element). This
means that the text must be enclosed between a root opening tag and a
corresponding closing tag. The following is a well-formed XML document:
<book>This is a book.... </book>
The root element can be preceded by an optional XML declaration. This element
states what version of XML is in use (normally 1.0); it may also contain
information about character encoding and external dependencies.
<?xml version="1.0" encoding="UTF-8"?>
The specification requires that processors of XML support the pan-Unicode
character encodings UTF-8 and UTF-16 (UTF-32 is not mandatory). The use of
more limited encodings, such as those based on ISO/IEC 8859, is acknowledged
and is widely used and supported.
Comments can be placed anywhere in the tree, including in the text if the
content of the element is text or #PCDATA.
XML comments start with <!-- and end with -->. Two dashes (--) may not
appear anywhere in the text of the comment.
<!-- This is a comment. -->
In any meaningful application, additional markup is used to structure the
contents of the XML document. The text enclosed by the root tags may contain
an arbitrary number of XML elements. The basic syntax for one element is:
<name attribute="value">content</name>
Here, »content« is some text which may again contain XML elements. So, a
generic XML document contains a tree-based data structure. In this respect, it is
similar to the LISP programming language's S-expressions, which describe tree
structures wherein each node may have its own property list.
Attribute values must always be quoted, using single or double quotes, and each
attribute name should appear only once in any element. XML requires that
elements be properly nested — elements may never overlap. For example, the
code below is not well-formed XML, because the em and strong elements
overlap:
DOM
DOM is an interface-oriented Application Programming Interface that allows for
navigation of the entire document as if it were a tree of "Node" objects
representing the document's contents. A DOM document can be created by a
parser, or can be generated manually by users (with limitations). Data types in
DOM Nodes are abstract; implementations provide their own programming
language-specific bindings. DOM implementations tend to be memory intensive,
as they generally require the entire document to be loaded into memory and
constructed as a tree of objects before access is allowed.
Java Technology
Initially the language was called as “oak” but it was renamed as “Java” in 1995.
The primary motivation of this language was the need for a platform-
independent (i.e., architecture neutral) language that could be used to create
software to be embedded in various consumer electronic devices.
Java is a programmer’s language.
Java is cohesive and consistent.
Except for those constraints imposed by the Internet environment, Java gives
the programmer, full control.
Finally, Java is to Internet programming where C was to system programming.
Portability
For programs to be dynamically downloaded to all the various types of platforms
connected to the Internet, some means of generating portable executable code
is needed .As you will see, the same mechanism that helps ensure security also
helps create portability. Indeed, Java’s solution to these two problems is both
elegant and efficient.
The key that allows the Java to solve the security and portability problems is
that the output of Java compiler is Byte code. Byte code is a highly optimized set
of instructions designed to be executed by the Java run-time system, which is
called the Java Virtual Machine (JVM). That is, in its standard form, the JVM is
an interpreter for byte code.
Translating a Java program into byte code helps makes it much easier to
run a program in a wide variety of environments. The reason is, once the run-
time package exists for a given system, any Java program can run on it.
Although Java was designed for interpretation, there is technically nothing about
Java that prevents on-the-fly compilation of byte code into native code. Sun has
just completed its Just In Time (JIT) compiler for byte code. When the JIT
compiler is a part of JVM, it compiles byte code into executable code in real
time, on a piece-by-piece, demand basis. It is not possible to compile an entire
Java program into executable code all at once, because Java performs various
run-time checks that can be done only at run time. The JIT compiles code, as it
is needed, during execution.
Overall Description
Java .Class
Picture showing the development process of JAVA Program
Java programming uses to produce byte codes and executes them. The first box
indicates that the Java source code is located in a. Java file that is processed
with a Java compiler called javac. The Java compiler produces a file called a.
class file, which contains the byte code. The .Class file is then loaded across the
network or loaded locally on your machine into the execution environment is the
Java virtual machine, which interprets and executes the byte code.
Java Architecture
Java architecture provides a portable, robust, high performing environment for
development. Java provides portability by compiling the byte codes for the Java
Virtual Machine, which is then interpreted on each platform by the run-time
environment. Java is a dynamic system, able to load code when needed from a
machine in the same room or across the planet.
Compilation of code
When you compile the code, the Java compiler creates machine code (called
byte code) for a hypothetical machine called Java Virtual Machine (JVM). The
JVM is supposed to execute the byte code. The JVM is created for overcoming
the issue of portability. The code is written and compiled for one machine and
interpreted on all machines. This machine is called Java Virtual Machine.
During run-time the Java interpreter tricks the byte code file into thinking that it
is running on a Java Virtual Machine. In reality this could be a Intel Pentium
Windows 95 or SunSARC station running Solaris or Apple Macintosh running
system and all could receive code from any computer through Internet and run
the Applets.
Simple
Java was designed to be easy for the Professional programmer to learn and to
use effectively. If you are an experienced C++ programmer, learning Java will
be even easier. Because Java inherits the C/C++ syntax and many of the object
oriented features of C++. Most of the confusing concepts from C++ are either
left out of Java or implemented in a cleaner, more approachable manner. In
Java there are a small number of clearly defined ways to accomplish a given
task.
Object-Oriented
Java was not designed to be source-code compatible with any other language.
This allowed the Java team the freedom to design with a blank slate. One
outcome of this was a clean usable, pragmatic approach to objects. The object
model in Java is simple and easy to extend, while simple types, such as
integers, are kept as high-performance non-objects.
Robust
The multi-platform environment of the Web places extraordinary demands on a
program, because the program must execute reliably in a variety of systems.
The ability to create robust programs was given a high priority in the design of
Java. Java is strictly typed language; it checks your code at compile time and
run time.
Java virtually eliminates the problems of memory management and de-
allocation, which is completely automatic. In a well-written Java program, all run
time errors can –and should –be managed by your program.
Java Collections
A collection — sometimes called a container — is simply an object that groups
multiple elements into a single unit. Collections are used to store, retrieve,
manipulate, and communicate aggregate data. Typically, they represent data
items that form a natural group, such as a poker hand (a collection of cards), a
mail folder (a collection of letters), or a telephone directory (a mapping of
names to phone numbers).
If you've used the Java programming language — or just about any other
programming language — you're already familiar with collections. Collection
implementations in earlier (pre-1.2) versions of the Java platform included
Vector, Hashtable, and array. However, those earlier versions did not contain a
collections framework.
A collections framework is a unified architecture for representing and
manipulating collections. All collections frameworks contain the following:
Interfaces: These are abstract data types that represent collections. Interfaces
allow collections to be manipulated independently of the details of their
representation. In object-oriented languages, interfaces generally form a
hierarchy.
Implementations:
Algorithms: These are the methods that perform useful computations, such as
searching and sorting, on objects that implement collection interfaces. The
algorithms are said to be polymorphic: that is, the same method can be used on
many different implementations of the appropriate collection interface. In
essence, algorithms are reusable functionality.
Benefits of the Java Collections Framework
The Java Collections Framework provides the following benefits:
Reduces effort to learn and to use new APIs: Many APIs naturally take
collections on input and furnish them as output. In the past, each such API had
a small sub-API devoted to manipulating its collections. There was little
consistency among these ad hoc collections sub-APIs, so you had to learn each
one from scratch, and it was easy to make mistakes when using them. With the
advent of standard collection interfaces, the problem went away.
Reduces effort to design new APIs: This is the flip side of the previous
advantage. Designers and implementers don't have to reinvent the wheel each
time they create an API that relies on collections; instead, they can use standard
collection interfaces.
Fosters software reuse: New data structures that conform to the standard
collection interfaces are by nature reusable. The same goes for new algorithms
that operate on objects that implement these interfaces.
Note that all the core collection interfaces are generic. For example, this is the
declaration of the Collection interface.
public interface Collection<E>...
Each Queue method exists in two forms: (1) one throws an exception if the
operation fails, and (2) the other returns a special value if the operation fails
(either null or false, depending on the operation). The regular structure of the
interface is illustrated in the following table.
Map — an object that maps keys to values. A Map cannot contain duplicate
keys; each key can map to at most one value. If you've used Hashtable, you're
already familiar with the basics of Map. Also see The Map Interface section. The
last two core collection interfaces are merely sorted versions of Set and
Map:
SortedSet — a Set that maintains its elements in ascending order. Several
additional operations are provided to take advantage of the ordering. Sorted
sets are used for naturally ordered sets, such as word lists and membership
rolls. Also see The SortedSet Interface section.
SortedMap — a Map that maintains its mappings in ascending key order. This is
the Map analog of SortedSet. Sorted maps are used for naturally ordered
collections of key/value pairs, such as dictionaries and telephone directories.
Also see The SortedMap Interface section.
Iterators: An Iterator is an object that enables you to traverse through a
collection and to remove elements from the collection selectively, if desired. You
get an Iterator for a collection by calling its iterator method. The following is the
Iterator interface.
public interface Iterator<E> {
boolean hasNext();
E next();
void remove(); //optional
}
The hasNext method returns true if the iteration has more elements, and the
next method returns the next element in the iteration. The remove method
removes the last element that was returned by next from the underlying
Collection. The remove method may be called only once per call to next and
throws an exception if this rule is violated.
Bulk operations perform an operation on an entire Collection. You could
implement these shorthand operations using the basic operations, though in
most cases such implementations would be less efficient. The following are the
bulk operations:
containsAll — returns true if the target Collection contains all of the elements in
the specified Collection.
addAll — adds all of the elements in the specified Collection to the target
Collection.
removeAll — removes from the target Collection all of its elements that are also
contained in the specified Collection.
retainAll — removes from the target Collection all its elements that are not also
contained in the specified Collection. That is, it retains only those elements in
the target Collection that are also contained in the specified Collection.
clear — removes all elements from the Collection.
The addAll, removeAll, and retainAll methods all return true if the target
Collection was modified in the process of executing the operation.
Java Swing
Swing Components enable the user to build functionally rich user interfaces. The
Swing graphical user interface components were introduced with the Java
Foundation Classes (JFC) as a downloadable extension to the Java 1.1 Platform
then became a standard extension in the Java 2 Platform. Swing provides a
more complete set of GUI components than the Abstract Windowing Toolkit
(AWT), including advanced features such as a pluggable look and feel,
lightweight component rendering and drag-and-drop capabilities.
Drag and drop is a common way to manipulate data in a GUI. Most GUIs
emulate real world desktops, with icons that represent the objects on a virtual
desk. Drag and drop enables users to move items around the desktop and to
move and copy data among applications using mouse gestures. A gesture is a
mouse movement that corresponds to a drag and-drop operation, such as
dragging a file from one folder and dropping the file into another folder. Two
Java APIs enable drag-and-drop data transfer between applications. The data
transfer API—package
java.awt.datatransfer—enables copying and moving data within a single
application or among multiple applications. The drag-and-drop API enables Java
applications to recognize drag-and-drop gestures and to respond to drag-and
drop operations. A drag-and-drop operation uses the data transfer API to
transfer data from the drag source to the drop target. For example, a user could
begin a drag gesture in a filemanager application (the drag source) to drag a file
from a folder and drop the file on a Java application (the drop target). The Java
application would use the drag-and-drop API to recognize that a drag-and-drop
operation occurred and would use the data transfer API to retrieve the data
transferred through the drag-and-drop operation.
SERVLETS
Introduction
The Java web server is JavaSoft's own web Server. The Java web server is just a
part of a larger framework, intended to provide you not just with a web server,
but also with tools. To build customized network servers for any Internet or
Intranet client/server system. Servlets are to a web server, how applets are to
the browser.
About Servlets
Servlets provide a Java-based solution used to address the problems currently
associated with doing server-side programming, including inextensible scripting
solutions, platform-specific APIs, and incomplete interfaces.
Servlets are objects that conform to a specific interface that can be plugged into
a Java-based server. Servlets are to the server-side what applets are to the
client-side - object byte codes that can be dynamically loaded off the net. They
differ from applets in that they are faceless objects (without graphics or a GUI
component). They serve as platform independent, dynamically loadable,
pluggable helper byte code objects on the server side that can be used to
dynamically extend server-side functionality.
For example, an HTTP Servlets can be used to generate dynamic HTML
content. When you use Servlets to do dynamic content you get the following
advantages:
Attractiveness of Servlets
There are many features of Servlets that make them easy and attractive to use.
These include:
Easily configured using the GUI-based Admin tool
Can be loaded and invoked from a local disk or remotely across the network.
Can be linked together, or chained, so that one Servlets can call another
Servlets, or several Servlets in sequence.
Can be called dynamically from within HTML pages, using server-side include
tags.
Are secure - even when downloading across the network, the Servlets security
model and Servlets sandbox protect your system from unfriendly behavior.
These qualities are important, because it allows the Servlet API to be embedded
in many different kinds of servers. There are other advantages to the Servlet
API as well. These include:
It’s extensible - you can inherit all your functionality from the base classes made
available to you.
It’s simple, small, and easy to use.
Features of Servlets:
Servlets are persistent. Servlet are loaded only by the web server and can
maintain services between requests.
Servlets are fast. Since Servlets only need to be loaded once, they offer much
better performance over their CGI counterparts.
Servlets are platform independent.
Servlets are extensible. Java is a robust, object-oriented programming
language, which easily can be extended to suit your needs
Servlets are secure.
Servlets can be used with a variety of clients.
Loading Servlets:
Invoking Servlets
A Servlet invoker is a Servlet that invokes the "service" method on a named
Servlet. If the Servlet is not loaded in the server, then the invoker first loads the
Servlet (either from local disk or from the network) and the then invokes the
"service" method. Also like applets, local Servlets in the server can be identified
by just the class name. In other words, if a Servlet name is not absolute, it is
treated as local.
The client can ask for a document that is served by the Servlet.
The client (browser) can invoke the Servlet directly using a URL, once it has
been mapped using the Servlet Aliases section of the admin GUI.
The Servlet can be invoked through server side include tags.
The Servlet can be invoked by placing it in the Servlets/ directory.
The Servlet can be invoked by using it in a filter chain.
Java Database Connectivity
What Is JDBC?
JDBC is a Java API for executing SQL statements. (As a point of interest, JDBC is
a trademarked name and is not an acronym; nevertheless, JDBC is often
thought of as standing for Java Database Connectivity. It consists of a set of
classes and interfaces written in the Java programming language. JDBC provides
a standard API for tool/database developers and makes it possible to write
database applications using a pure Java API.
Using JDBC, it is easy to send SQL statements to virtually any relational
database. One can write a single program using the JDBC API, and the program
will be able to send SQL statements to the appropriate database. The
combinations of Java and JDBC lets a programmer write it once and run it
anywhere.
What Does JDBC Do?
from Java, but this is best done with the help of JDBC in the form of the JDBC-
ODBC Bridge, which we will cover shortly. The question now becomes "Why do
ODBC is not appropriate for direct use from Java because it uses a C interface.
Calls from Java to native C code have a number of drawbacks in the security,
implementation, robustness, and automatic portability of applications.
A literal translation of the ODBC C API into a Java API would not be desirable.
For example, Java has no pointers, and ODBC makes copious use of them,
including the notoriously error-prone generic pointer "void *". You can think of
JDBC as ODBC translated into an object-oriented interface that is natural for
Java programmers.
ODBC is hard to learn. It mixes simple and advanced features together, and it
has complex options even for simple queries. JDBC, on the other hand, was
designed to keep simple things simple while allowing more advanced capabilities
where required.
A Java API like JDBC is needed in order to enable a "pure Java" solution. When
ODBC is used, the ODBC driver manager and drivers must be manually installed
on every client machine. When the JDBC driver is written completely in Java,
however, JDBC code is automatically installable, portable, and secure on all Java
platforms from network computers to mainframes.
In the two-tier model, a Java applet or application talks directly to the database.
This requires a JDBC driver that can communicate with the particular database
JAVA
Client
Application
machine
JDBC DBMS-proprietary
protocol
DBMS Database
server
management system being accessed. A user's SQL statements are delivered to
the database, and the results of those statements are sent back to the user. The
database may be located on another machine to which the user is connected via
a network. This is referred to as a client/server configuration, with the user's
machine as the client, and the machine housing the database as the server. The
network can be an Intranet, which, for example, connects employees within a
corporation, or it can be the Internet.
Java applet Client machine (GUI)
or
Html HTTP, RMI, or CORBA calls
browser
Application
Server machine (business Logic)
Server DBMS-proprietary protocol
(Java)
Database server
JDBC
DBMS
In the three-tier model, commands are sent to a "middle tier" of services, which
then send SQL statements to the database. The database processes the SQL
statements and sends the results back to the middle tier, which then sends
them to the user. MIS directors find the three-tier model very attractive because
the middle tier makes it possible to maintain control over access and the kinds
of updates that can be made to corporate data. Another advantage is that when
there is a middle tier, the user can employ an easy-to-use higher-level API
which is translated by the middle tier into the appropriate low-level calls. Finally,
in many cases the three-tier architecture can provide performance advantages.
Until now the middle tier has typically been written in languages such as C or C+
+, which offer fast performance. However, with the introduction of optimizing
compilers that translate Java byte code into efficient machine-specific code, it is
becoming practical to implement the middle tier in Java. This is a big plus,
making it possible to take advantage of Java's robustness, multithreading, and
security features. JDBC is important to allow database access from a Java
middle tier.
JDBC-ODBC Bridge
If possible, use a Pure Java JDBC driver instead of the Bridge and an ODBC
driver. This completely eliminates the client configuration required by ODBC. It
also eliminates the potential that the Java VM could be corrupted by an error in
the native code brought in by the Bridge (that is, the Bridge native library, the
ODBC driver manager library, the ODBC driver library, and the database client
library).
Sun.jdbc.odbc Java package and contains a native library used to access ODBC.
The Bridge is a joint development of Innersole and Java Soft.
JDBC connectivity
platform and a wide range of tabular data sources. JDBC technology allows an
Manager transactions
Originally found only in large companies with the computer hardware needed to
support large data sets, DBMSs have more recently emerged as a fairly standard
part of any company back office.
Description
The DBMS accepts requests for data from the application program and instructs
the operating system to transfer the appropriate data.
When a DBMS is used, information systems can be changed much more easily
as the organization's information requirements change. New categories of data
can be added to the database without disruption to the existing system.
Organizations may use one kind of DBMS for daily transaction processing and
then move the detail onto another computer that uses another DBMS better
suited for random inquiries and analysis. Overall systems design decisions are
performed by data administrators and systems analysts. Detailed database
design is performed by database administrators.
Database servers are specially designed computers that hold the actual
databases and run only the DBMS and related software. Database servers are
usually multiprocessor computers, with RAID disk arrays used for stable storage.
Connected to one or more servers via a high-speed channel, hardware database
accelerators are also used in large volume transaction processing environments.
DBMSs are found at the heart of most database applications. Sometimes DBMSs
are built around a private multitasking kernel with built-in networking support
although nowadays these functions are left to the operating system.
SQL
Data definition: Defining tables and structures in the database (DDL used to
create, alter and drop schema objects such as tables and indexes).
Data manipulation: Used to manipulate the data within those schema objects
(DML Inserting, Updating, Deleting the data, and Querying the Database).
List of SQL statements that can be issued against an Oracle database schema
are:
Features of JSP
Portability:
Java Server Pages files can be run on any web server or web-enabled
application server that provides support for them. Dubbed the JSP engine, this
support involves recognition, translation, and management of the Java Server
Page lifecycle and its interaction components.
Components
It was mentioned earlier that the Java Server Pages architecture can include
reusable Java components. The architecture also allows for the embedding of a
scripting language directly into the Java Server Pages file. The components
current supported include Java Beans, and Servlets.
Processing
A Java Server Pages file is essentially an HTML document with JSP scripting or
tags. The Java Server Pages file has a JSP extension to the server as a Java
Server Pages file. Before the page is served, the Java Server Pages syntax is
parsed and processed into a Servlet on the server side. The Servlet that is
generated outputs real content in straight HTML for responding to the client.
Access Models:
A Java Server Pages file may be accessed in at least two different ways. A
client’s request comes directly into a Java Server Page. In this scenario, suppose
the page accesses reusable Java Bean components that perform particular well-
defined computations like accessing a database. The result of the Beans
computations, called result sets is stored within the Bean as properties. The
page uses such Beans to generate dynamic content and present it back to the
client.
In both of the above cases, the page could also contain any valid Java code.
Java Server Pages architecture encourages separation of content from
presentation.
The client sends a request to the web server for a JSP file by giving the name of
the JSP file within the form tag of a HTML page.
This request is transferred to the Java WebServer. At the server side Java
WebServer receives the request and if it is a request for a jsp file server gives
this request to the JSP engine.
JSP engine is program which can under stands the tags of the jsp and
then it converts those tags into a Servlet program and it is stored at the server
side. This Servlet is loaded in the memory and then it is executed and the result
is given back to the JavaWebServer and then it is transferred back to the result
is given back to the JavaWebServer and then it is transferred back to the client.
Eclipse IDE
Eclipse is an open-source software framework written primarily in Java. In its
default form it is an Integrated Development Environment (IDE) for Java
developers, consisting of the Java Development Tools (JDT) and the Eclipse
Compiler for Java (ECJ). Users can extend its capabilities by installing plug-ins
written for the Eclipse software framework, such as development toolkits for
other programming languages, and can write and contribute their own plug-in
modules. Language packs are available for over a dozen languages.
Architecture
The basis for Eclipse is the Rich Client Platform (RCP). The following components
constitute the rich client platform:
OSGi - a standard bundling framework
Core platform - boot Eclipse, run plug-ins
the Standard Widget Toolkit (SWT) - a portable widget toolkit
JFace - viewer classes to bring model view controller programming to SWT, file
buffers, text handling, text editors
The Eclipse Workbench - views, editors, perspectives, wizards
Eclipse's widgets are implemented by a widget toolkit for Java called SWT,
unlike most Java applications, which use the Java standard Abstract Window
Toolkit (AWT) or Swing. Eclipse's user interface also leverages an intermediate
GUI layer called JFace, which simplifies the construction of applications based on
SWT.
Eclipse employs plug-ins in order to provide all of its functionality on top of (and
including) the rich client platform, in contrast to some other applications where
functionality is typically hard coded. This plug-in mechanism is a lightweight
software componentry framework. In addition to allowing Eclipse to be extended
using other programming languages such as C and Python, the plug-in
framework allows Eclipse to work with typesetting languages like LaTeX,
networking applications such as telnet, and database management systems. The
plug-in architecture supports writing any desired extension to the environment,
such as for configuration management. Java and CVS support is provided in the
Eclipse SDK.
The key to the seamless integration of tools with Eclipse is the plugin. With the
exception of a small run-time kernel, everything in Eclipse is a plug-in. This
means that a plug-in you develop integrates with Eclipse in exactly the same
way as other plug-ins; in this respect, all features are created equal.
The Eclipse SDK includes the Eclipse Java Development Tools, offering an IDE
with a built-in incremental Java compiler and a full model of the Java source
files. This allows for advanced refactoring techniques and code analysis. The IDE
also makes use of a workspace, in this case a set of metadata over a flat
filespace allowing external file modifications as long as the corresponding
workspace "resource" is refreshed afterwards. The Visual Editor project allows
interfaces to be created interactively, hence allowing Eclipse to be used as a
RAD tool.
The following is a list of notable projects and plugins for the Eclipse IDE.
These projects are maintained by the Eclipse community and hosted by the
Eclipse Foundation.
Core projects
Rich Client Platform (Platform) is the core framework that all other Eclipse
projects are built on.
Java Development Tools (JDT) provides support for core Java SE. This includes a
standalone fast incremental compiler.
Tools projects
C/C++ Development Tools (CDT) adds support for C/C++ syntax highlighting,
code formatting, debugger integration and project structures. Unlike the JDT
project, the CDT project does not add a compiler and relies on an external tool
chain.
Graphical Editing Framework (GEF) allows developers to build standalone
graphical tools. Example use include circuit diagram design tools, activity
diagram editors and WYSIWYG document editors.
Web projects
J2EE Standard Tools (JST) extends the core JDT to include support for Java EE
projects. This includes EJBs, JSPs and Servlets.
PHP Development Tools (PDT)
Web Standard Tools (WST) adds standards compliant web development tools.
These tools include editors for XML, HTML and CSS.
Modelling projects
Eclipse Modeling Framework (EMF) a modeling framework and code
generation facility for building tools and other applications based on a structured
data model, from a model specification described in XMI.
Graphical Modeling Framework (GMF) is a generative component and runtime
infrastructure for developing graphical editors based on EMF and GEF.
Other projects
Common features
Application server products typically bundle middleware to enable
applications to intercommunicate with dependent applications, like web servers,
database management systems, and chart programs. Some application servers
also provide an API, making them operating system independent. Portals are a
common application server mechanism by which a single point of entry is
provided to multiple devices.
Java application servers
Java EE Servers
Following the success of the Java platform, the term application server
sometimes refers to a Java Platform--Enterprise Edition (J2EE) or Java EE 5
application server. Among the better known Java Enterprise Edition application
servers are WebLogic Server (BEA), JBoss (Red Hat), WebSphere (IBM), JRun
(Adobe), Apache Geronimo (Apache Foundation, based on IBM WebSphere),
Oracle OC4J (Oracle Corporation), Sun Java System Application Server (Sun
Microsystems) and Glassfish Application Server (based on Sun Java System
Application Server).
JOnAS application server was the first open source application server to have
achieved official compliance with the Java Enterprise Specification. BEA delivered
the first Java EE 5 certified application server followed by Sun Microsystems'
reference implementation GlassFish.
The Web modules are servlets and JavaServer Pages, and business logic is built
into Enterprise JavaBeans (EJB-3 and later). The Hibernate project offers an
EJB-3 container implementation for the JBoss Application server. Tomcat from
Apache and JOnAS from ObjectWeb are typical of containers into which these
modules can be put.
A Java Server Page (JSP) is a servlet from Java that executes in a Web container
—the Java equivalent of CGI scripts. JSPs are a way to create HTML pages by
embedding references to the server logic within the page. HTML coders and Java
programmers can work side by side by referencing each other's code from within
their own. JavaBeans are the independent class components of the Java
architecture from Sun Microsystems.
The application servers mentioned above mainly serve Web applications. Some
application servers target networks other than the Web: Session Initiation
Protocol servers, for instance, target telephony networks.
JBOSS
JBoss Application Server (or JBoss AS) is a free software / open source
Java EE-based application server. Because it is Java-based, JBoss AS is cross-
platform, usable on any operating system that Java supports.
Environment
JBoss AS 4.0 is a J2EE 1.4 application server, with embedded Tomcat 5.5.
Any JVM between 1.4 and 1.5 is supported. JBoss can run on numerous
operating systems including Windows, Mac OS X, many POSIX platforms, and
others, as long as a suitable JVM is present.
JBoss AS 4.2 is also a J2EE 1.4 application server, but EJB 3 is deployed
by default. It requires JDK 6. Tomcat 6 is bundled with it.
Next JBoss AS 5 will be Java EE 5 application server.
Product features
Clustering
Failover (including sessions)
Load balancing
Distributed caching (using JBoss Cache, a standalone product)
Distributed deployment (farming)
Enterprise JavaBeans version 3
Snapshots
\
Testing
Software Testing is the process used to help identify the correctness,
completeness, security, and quality of developed computer software. Testing is a
process of technical investigation, performed on behalf of stakeholders, that is
intended to reveal quality-related information about the product with respect to
the context in which it is intended to operate. This includes, but is not limited to,
the process of executing a program or application with the intent of finding
errors. Quality is not an absolute; it is value to some person. With that in mind,
testing can never completely establish the correctness of arbitrary computer
software; testing furnishes a criticism or comparison that compares the state
and behaviour of the product against a specification. An important point is that
software testing should be distinguished from the separate discipline of Software
Quality Assurance (SQA), which encompasses all business process areas, not
just testing.
There are many approaches to software testing, but effective testing of complex
products is essentially a process of investigation, not merely a matter of creating
and following routine procedure. One definition of testing is "the process of
questioning a product in order to evaluate it", where the "questions" are
operations the tester attempts to execute with the product, and the product
answers with its behavior in reaction to the probing of the tester[citation
needed]. Although most of the intellectual processes of testing are nearly
identical to that of review or inspection, the word testing is connoted to mean
the dynamic analysis of the product—putting the product through its paces.
Some of the common quality attributes include capability, reliability, efficiency,
portability, maintainability, compatibility and usability. A good test is sometimes
described as one which reveals an error; however, more recent thinking
suggests that a good test is one which reveals information of interest to
someone who matters within the project community.
Introduction
In general, software engineers distinguish software faults from software failures.
In case of a failure, the software does not do what the user expects. A fault is a
programming error that may or may not actually manifest as a failure. A fault
can also be described as an error in the correctness of the semantic of a
computer program. A fault will become a failure if the exact computation
conditions are met, one of them being that the faulty portion of computer
software executes on the CPU. A fault can also turn into a failure when the
software is ported to a different hardware platform or a different compiler, or
when the software gets extended. Software testing is the technical investigation
of the product under test to provide stakeholders with quality related
information.
It is commonly believed that the earlier a defect is found the cheaper it is to fix
it.
Time Detected
Time System Post-
Requirements Architecture Construction
Introduced Test Release
Requirements 1 3 5-10 10 10-100
Architecture - 1 10 15 25-100
Construction - - 1 10 10-25
Unit tests are maintained along with the rest of the software source code and
generally integrated into the build process (with inherently interactive tests
being relegated to a partially manual build acceptance process).
The software, tools, samples of data input and output, and configurations are all
referred to collectively as a test harness.
History
White box and black box testing are terms used to describe the point of view a
test engineer takes when designing test cases. Black box being an external view
of the test object and white box being an internal view. Software testing is
partly intuitive, but largely systematic. Good testing involves much more than
just running the program a few times to see whether it works. Thorough
analysis of the program under test, backed by a broad knowledge of testing
techniques and tools are prerequisites to systematic testing. Software Testing is
the process of executing software in a controlled manner; in order to answer the
question “Does this software behave as specified?” Software testing is used in
association with Verification and Validation. Verification is the checking of or
testing of items, including software, for conformance and consistency with an
associated specification. Software testing is just one kind of verification, which
also uses techniques as reviews, inspections, walk-through. Validation is the
process of checking what has been specified is what the user actually wanted.
Validation: Are we doing the right job?
Verification: Are we doing the job right?
In recent years the term grey box testing has come into common usage. The
typical grey box tester is permitted to set up or manipulate the testing
environment, like seeding a database, and can view the state of the product
after his actions, like performing a SQL query on the database to be certain of
the values of columns. It is used almost exclusively of client-server testers or
others who use a database as a repository of information, but can also apply to
a tester who has to manipulate XML files (DTD or an actual XML file) or
configuration files directly. It can also be used of testers who know the internal
workings or algorithm of the software under test and can write tests specifically
for the anticipated results. For example, testing a data warehouse
implementation involves loading the target database with information, and
verifying the correctness of data population and loading of data into the correct
tables.
Test levels
Unit testing tests the minimal software component and sub-component or
modules by the programmers.
Integration testing exposes defects in the interfaces and interaction
between integrated components (modules).
Functional testing tests the product according to programmable work.
System testing tests an integrated system to verify/validate that it meets
its requirements.
Acceptance testing testing can be conducted by the client. It allows the
end-user or customer or client to decide whether or not to accept the
product. Acceptance testing may be performed after the testing and
before the implementation phase. See also Development stage
o Alpha testing is simulated or actual operational testing by potential
users/customers or an independent test team at the developers'
site. Alpha testing is often employed for off-the-shelf software as a
form of internal acceptance testing, before the software goes to
beta testing.
o Beta testing comes after alpha testing. Versions of the software,
known as beta versions, are released to a limited audience outside
of the company. The software is released to groups of people so
that further testing can ensure the product has few faults or bugs.
Sometimes, beta versions are made available to the open public to
increase the feedback field to a maximal number of future users.
It should be noted that although both Alpha and Beta are referred to as testing
it is in fact use emersion. The rigors that are applied are often unsystematic and
many of the basic tenets of testing process are not used. The Alpha and Beta
period provides insight into environmental and utilization conditions that can
impact the software.
The term test script is the combination of a test case, test procedure and test
data. Initially the term was derived from the byproduct of work created by
automated regression test tools. Today, test scripts can be manual, automated
or a combination of both.
The most common term for a collection of test cases is a test suite. The test
suite often also contains more detailed instructions or goals for each collection of
test cases. It definitely contains a section where the tester identifies the system
configuration used during testing. A group of test cases may also contain
prerequisite states or steps, and descriptions of the following tests.
Collections of test cases are sometimes incorrectly termed a test plan. They
might correctly be called a test specification. If sequence is specified, it can be
called a test script, scenario or procedure.
Future Enhancements:
used. Some of the future enhancements that can be done to this system
are:
emerging technologies.
Project Summary
The Computer to Computer learning is a web-based application for
also tested successfully by taking “test cases”. It is user friendly, and has
required options, which can be utilized by the user to perform the desired
operations.
back end in Windows environment. The goals that are achieved by the
software are:
Instant access.
Improved productivity.
User friendly.
Bibliography