Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
courses:cs335:spring2013:voluntary_associations:home:design [2013/04/25 22:47] – zdanisq | courses:cs335:spring2013:voluntary_associations:home:design [2013/04/25 22:47] (current) – zdanisq | ||
---|---|---|---|
Line 9: | Line 9: | ||
The client sends requests for content/ | The client sends requests for content/ | ||
- | ==== 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. |