https://github.com/openlink/oat
OpenLink AJAX Tools (OAT) is a Javascript framework for building rich browser-based user interfaces using XML/A to connect to databases.
https://github.com/openlink/oat
Last synced: about 1 year ago
JSON representation
OpenLink AJAX Tools (OAT) is a Javascript framework for building rich browser-based user interfaces using XML/A to connect to databases.
- Host: GitHub
- URL: https://github.com/openlink/oat
- Owner: openlink
- License: other
- Created: 2012-06-12T13:45:14.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-02T12:04:27.000Z (over 6 years ago)
- Last Synced: 2025-03-22T03:22:35.206Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://oat.openlinksw.com/
- Size: 3.89 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Security: docs/security.doc.html
- Authors: AUTHORS
Awesome Lists containing this project
README
OpenLink Ajax Toolkit (OAT)
Copyright (C) 2005-2020 OpenLink Software
Introduction
============
The OpenLink AJAX Toolkit (OAT) is a JavaScript-based toolkit for
browser-independent Rich Internet Application development. It includes
a rich collection of UI Widgets/Controls, Event Management System,
and a truly platform-independent Data Access Layer called AJAX Database
Connectivity.
Using this toolkit is as simple as including two .js files in the
portion of an HTML document, and specifying a list of features you want
to use. The framework will build the dependency tree and dynamically
include all needed (and no other!) files.
OAT works in Gecko browsers (Firefox, Mozilla/SeaMonkey), IE6, IE7,
Opera and Apple WebKit.
For a quickstart info, open oat/docs/index.html or visit the online demos
on http://oat.openlinksw.com
License
=======
This software is licensed under the GNU General Public License (see
COPYING).
Note that the only valid version of the GPL license as far as this
project is concerned is the original GNU General Public License Version 2,
dated June 1991.