Improved is a JavaScript framework that aims to ease development of dynamic web applications. It offers a familiar class-style OO framework, extensive Ajax support, higher-order programming constructs, and easy DOM manipulation. Improved has been derived from the Prototype Javascript Framework initiated by Sam Stephenson.
Improved is expected to work on any Javascript 1.2 compliant browser and has been tested on the following platforms:
- Chrome 6 and higher
- Apple Safari 3 and higher
- Mozilla Firefox 2 and higher
- Microsoft Internet Explorer for Windows, version 6 and higher
- Opera 10 and higher
To use Improved in your application, you may download the latest release from our Maven Repository and extract improved.js to a suitable location. Then include it early in your HTML like so:
<script type="text/javascript" src="/path/to/improved.js"></script>
You may also reference it directly in your maven build, when using maven-javascript-plugin, using the following dependency:
<dependency>
<groupId>lu.softec.js</groupId>
<artifactId>improved</artifactId>
<version>1.0</version>
<type>javascript</type>
<scope>runtime</scope>
</dependency>
The build is based on Maven, using our modified maven-javascript-plugin.
Fork our repository on GitHub and submit your pull request.
The documentation has yet to be written
Improved by SOFTEC sa is license under a [GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. If you need a different license, please contact us with a description of your expect usage, and we will propose you an appropriate agreement on a case by case basis.