ProductReview Example: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
Here I will build a example application using the VDF Ajax library and note the steps taken underway.
Here I will build a example application using the VDF Ajax library and note the steps taken underway.
Existing examples (From AJAX library):
*AJAX Contact Management
*AJAX Order Entry




== Functionality ==
== Functionality ==
To have an example VDF [[AJAX]] application  to share assessments about known items .
The overall goal is to be able to see what users think about a particular item.
 


To accomplish this, then users should be able to:
To accomplish this, then users should be able to:
Line 14: Line 17:
*supply a rating of an item
*supply a rating of an item


The overall goal is to be able to see what users think about a particular item.


The system should be implemented  as a web application, showcasing the possibilities in the VDF AJAX library.
The system should be implemented  as a web application, showcasing the possibilities in the VDF AJAX library.
Line 41: Line 43:


=== Creating the webapp ===
=== Creating the webapp ===
==== Session management ====
==== Session management ====
users logging in
users logging in
Line 54: Line 54:


create web objects for all data dictionaries.
create web objects for all data dictionaries.
==== Creating the web markup ====


== Problems ==
== Problems ==
*[[AJAX Updating Related forms]]
*[[AJAX Updating Related forms]]
Anonymous user