Skip to content

BigLep/ExtJsWithDwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This project is intended host tools for integrating DWR with ExtJS.

About this branch

This branch corresponds with integrating DWR with ExtJs 3.x.

Note: there is no "master" branch. Instead, development is done on the branches that correspond with a specific Ext JS version. For example, branch "v3" corresponds with work to integrate DWR with Ext JS version 3.x.

Conventions

The project aims to mirror the conventions laid out by ExtJS. As a result, all JavaScript source is within the "source" directory.
Examples are within the "example" directory.

Readmes and other explanatory files are written using the Markdown syntax, as GitHub will automatically parse it. See:

JavaScript

All extensions are prefixed with Ext.ux. If a class extends another class, then the packaging should look similar. For example, DwrProxy extends Ext.data.DataProxy, thus its complete path is Ext.ux.data.DwrProxy. As with Ext, camel casing is used, even with abbreviations (e.g., DwrProxy instead of DWRProxy).

Support

If you find an issue, please create a new one. Questions should be raised in the corresponding Ext forum threads:

License

The extensions within this project for integrating ExtJS and the corresponding extensions are distributed using the Apache Software License v2. The external jars found with the examples (e.g., DWR and Apache Commons logging) are distributed under their corresponding licenses.

Donations

Donations are gladly accepted through Pledgie. 100% of donations received will in turn be turned into micro-finance loans for the developing world through Kiva using our Kiva account.

Project Links

About

Tools for using Ext JS with DWR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published