JDataset 1.2

License: Free Trial ‎File size: 12.76 KB
‎Users Rating: 4.5/5 - ‎2 ‎votes

The Simple Javascript ORM Framework, Pure Javascript Recordset. Simplified data manipulation and Ajax interaction. Less than 10k after minified,No external dependencies, No modification to built in objects, AJAX included. more features: 1. Represents as tabular form, object-oriented visiting. You should treat JDataset as a Recordset with less restriction than traditional dataset, Dynamic set a new column, Embeded a JDataset as a field, Call or Set field value by field name. 2. Ajax load/post xml/JSON between server and browser JDataset help you write AJAX code in a simple way. Load data from JSON or XML format. Through configurating the ajaxParam parameter in loadFromJSON/loadFromXML/post function, we can set the synchronize or asynchronize, HTTP request type, and onSend/onError/onSuccess/onCustom/onProcess event handle. 3.Rich data manipulation: CRUD, navigation, locate, filter, etc. As a recordset/dataset, JDataset privide navigation function to explorer data, Locate special record by value, extract sub dataset through filter function. JDataset is a new data strustures in javascript. It not only has dataset's operation, such as first/next/filter, but also include AJAX implementation with eleminate complexity. see more detail below. document: http://www.codeboogie.com/document.php api reference: http://www.codeboogie.com/document.php?doc=api online demo: http://www.codeboogie.com/demo/customer-mgr.html sample code:http://www.codeboogie.com/sample.php

VERSION HISTORY

  • Version 1.2 posted on 2010-06-25
    Embeded dataset supported, get value by call function named as field name
  • Version 1.1 posted on 2010-05-18
    Major Update

Program Details