
 jlhuang - 2006-08-23 13:05:23
this package only shows an example how to use xajax library. but itself don't carefuly designed. if i want to access other database table other than the Person table that this package shipped with, it's quite painful.
It should be carefully design to make user easy use it as utility to access any table. here are couple things need to do
1.parameterize the table name, table columns, which columns to show, etc
2.parameterize the layout settings of each columns
3.separate the presenation logic from the other logic
4.the words are not in english
...