ProductReview Example: Difference between revisions

m
The data dictioniaries are not AJAX specific
m (The data dictioniaries are not AJAX specific)
Line 21: Line 21:
*Find out where to buy the requested item
*Find out where to buy the requested item


 
= [[DataDictionary|Data Dictionaries]] =
 
= VDF Ajax implementation =
The implementation will be split up into Data Dictionaries, Web Service Objects  and web markup . All of these should be familiar to you if you have taken the time to look at the other examples in the VDF Ajax library.
 
 
== [[DataDictionary|Data Dictionaries]] ==
We want to store information about users, places, purchases and known items. The other tables should hold sufficient information about the items purchased and how the users liked them.
We want to store information about users, places, purchases and known items. The other tables should hold sufficient information about the items purchased and how the users liked them.


Line 65: Line 59:
**Place_Id
**Place_Id
**Rating
**Rating
= VDF Ajax implementation =
The implementation will be split up into Data Dictionaries, Web Service Objects  and web markup . All of these should be familiar to you if you have taken the time to look at the other examples in the VDF Ajax library


== [[Web Service objects]] ==
== [[Web Service objects]] ==
Create a [[AJAX WebService Object]] to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.
Create a [[AJAX WebService Object]] to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.


The Web Service object should provide the following functionality for session management.
The Web Service object should provide the following functionality for session management.
Line 77: Line 74:


== [[Using AJAX Web Browser Objects|Web Browser Objects]] ==
== [[Using AJAX Web Browser Objects|Web Browser Objects]] ==
*SessionManager.wo: Handle session related information
*SessionManager.wo: Handle session related information
*item.wo : handling information about items.  
*item.wo : handling information about items.  
1,134

edits