Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
courses:cs335:spring2013:voluntary_associations:home:design [2013/04/25 22:47] zdanisqcourses:cs335:spring2013:voluntary_associations:home:design [2013/04/25 22:47] (current) zdanisq
Line 9: Line 9:
 The client sends requests for content/actions to the application server, and receives web pages from the server. The server sends queries to the database and receives the output of those queries. In terms of the MVC paradigm, the client is the view, the server is the control, and the database is the model. The client sends requests for content/actions to the application server, and receives web pages from the server. The server sends queries to the database and receives the output of those queries. In terms of the MVC paradigm, the client is the view, the server is the control, and the database is the model.
  
-==== Technologies and Implementation Details ====+===== Technologies and Implementation Details =====
  
 The database (DB) is a relational database that can be queried via SQL. The server consists of a number of Enterprise Java Beans (EJBs) that are code representations of the various actions a user can perform, as well as object representations of the data in the DB. Requesting and receiving data is accomplished through a contact-first web services layer, including a WSDL detailing the services available to the application. EJBs will have access to this services layer for searches and displaying particular objects. The database (DB) is a relational database that can be queried via SQL. The server consists of a number of Enterprise Java Beans (EJBs) that are code representations of the various actions a user can perform, as well as object representations of the data in the DB. Requesting and receiving data is accomplished through a contact-first web services layer, including a WSDL detailing the services available to the application. EJBs will have access to this services layer for searches and displaying particular objects.
courses/cs335/spring2013/voluntary_associations/home/design.1366930043.txt.gz · Last modified: 2013/04/25 22:47 by zdanisq
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0