ProductReview Example: Difference between revisions

m
no edit summary
mNo edit summary
Line 1: Line 1:
== Functionality ==
== Functionality ==
The overall goal is to be able to see what users think about a particular item . As an added benefit - users can also share information about where to buy the particular items.
The overall goal is to be able to see what users think about a particular item . As an added benefit - users can also share information about where to buy the particular items.


To accomplish this, then users should be able to:
To accomplish this, then users should be able to:
Line 14: Line 15:
The system should be implemented  as a web application, [[Using the AJAX Library]] .
The system should be implemented  as a web application, [[Using the AJAX Library]] .


==Using the framework ==
== Data model ==


=== Table layout  ===
=== Table layout  ===
Line 30: Line 31:




=== Creating the webapp ===
 
== Creating the webapp [[Using the AJAX Library]] ==
 
==== Webservice ====
==== Webservice ====
Create a AJAX WebService to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.
Create a AJAX WebService to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.
this is the point of entry on the serverside (where information will be extracted from)


==== Session management ====
==== Session management ====
1,134

edits