Wednesday, February 18, 2009

project 1-planning

project 1-planning



I can make web application which is simple ...

So..a two tier architecture would be fantastic for this job..

what is this talking about.

So the applcation communicates directly with a data source using the Java Database Connectivity API.

JDBC::java Database Connectivity


Webserver using JDBC > indext.Jsp <---- response.jsp

Database Server sujbect Counselor




Two tier architecture can be easily mapped to a client -server configuration
where a user's brower servers as the client.
and a remote database reachable over the Internet corresponsd the server.



I have to create 2 javaServer Pages.

// basic HTML to implement a simple interface, followed by SQL tags
provide by JSTL technology in order to query the databse. Consdier the
following client server sna


The welcome page(index.jsp) presents the user wiht a simple HTML form.
When a client requests the index.jsp page, the JSP code contained therein parsed.
and data form the Sujbect database table is gathered, add to the page,and sent to the client.

The uer makes a slection on the provide HTML form and submit, which causese theclient to make a request for response.JSP

When response.jsp is parsed, dta from both the Subject and Counselor table is
gathered and isertd into the page.
the page is reutrend to the client and the use rviews data based upon his or her
selection

No comments:

Post a Comment