You can edit almost every page by Creating an account and confirming your email.

JavaScript Data Components: Difference between revisions

From EverybodyWiki Bios & Wiki
WikiMasterBot2 (talk | contribs)
 
WikiMasterBot2 (talk | contribs)
m automatic correction by IA
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{Article for deletion/dated|page=JavaScript Data Components|timestamp=20190107113252|year=2019|month=January|day=7|substed=yes|help=off}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=JavaScript Data Components|date=7 January 2019|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{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-technologies, it is able to connect to servers and download data from them.
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-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.
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-files
* 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

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


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.