JavaScript Data Components: Difference between revisions
Moved page from JavaScript Data Components |
m automatic correction by IA |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Multiple issues| | {{Multiple issues| | ||
{{+r|date=November 2018}} | {{+r|date=November 2018}} | ||
{{Notability|date=March 2009}}}} | {{Notability|date=March 2009}}}} | ||
The '''JavaScript Data Components''' ('''JSDC''') are [[Open-source license|open source]] libraries ([[GNU General Public License|GPL]]), made to give developers of [[dynamic web page]]s an easy and fast way of making their applications more powerful using datasets, master-detail relations, dataset-events, conditions and data-aware components. Implementing AJAX | The '''JavaScript Data Components''' ('''JSDC''') are [[Open-source license|open source]] libraries ([[GNU General Public License|GPL]]), made to give developers of [[dynamic web page]]s an easy and fast way of making their applications more powerful using datasets, master-detail relations, dataset-events, conditions and data-aware components. Implementing AJAX technologies, it is able to connect to servers and download data from them. | ||
These components are aimed to implement all the features necessary for a [[newbie]] (or former back-end programmer) to make an AJAX | These components are aimed to implement all the features necessary for a [[newbie]] (or former back-end programmer) to make an AJAX implementation that looks professional while not having to be knowledgeable of the special behaviour of each browser in the market. It's like [[ZK Framework|ZK]] but instead of Java only, it is JavaScript only. | ||
== Notable features == | == Notable features == | ||
| Line 24: | Line 20: | ||
'''Datatable''' | '''Datatable''' | ||
* Can read data from CSV | * Can read data from CSV files | ||
* Propagates edits | * Propagates edits | ||
Latest revision as of 01:14, 16 September 2025
The JavaScript Data Components (JSDC) are open source libraries (GPL), made to give developers of dynamic web pages an easy and fast way of making their applications more powerful using datasets, master-detail relations, dataset-events, conditions and data-aware components. Implementing AJAX technologies, it is able to connect to servers and download data from them.
These components are aimed to implement all the features necessary for a newbie (or former back-end programmer) to make an AJAX implementation that looks professional while not having to be knowledgeable of the special behaviour of each browser in the market. It's like ZK but instead of Java only, it is JavaScript only.
Notable features
Data-aware objects (GUI)
- Treeview
- Tableview with aggregates
- Selectview
Dataview
- Master-detail
- Conditions/Queries
- Query cache
Datatable
- Can read data from CSV files
- Propagates edits
Application
- Undo/redo history
Input validation
- Data type based input validation
Plans for the future[permanent dead link] are a decompression algorithm and a PHP/ASP/Java stubs for remote database data-awareness.
External links
- JSDC Sourceforge project page
- Simple code generator for JSDC(at above site)
- www.menialtools.com General toolsite and technical demonstrator for JSDC
This article "JavaScript Data Components" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:JavaScript Data Components. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
