cattus / HQExtDirect
The High Quality ExtJS Direct Java stack implementation.
$ hg clone http://bitbucket.org/cattus/hqextdirect/
Welcome
HQExtDirect the High Quality ExtJS Direct Java server-side stack implementation.
Please use mailing list (hqextdirect@freelists.org) for questions.
Mail: cattum@gmail.com.
Features
Simple usage
It's realy simple. Just create a java class with public methods and add it instance to the dispatcher. See Tutorial.
Fast method invokation
As opposite to some Ext direct java server-side stack implementations HQExtDirect searches actions and methods in a hash tables.
Bean arguments support
You can pass in to a method and return from it a composite types.
Polimorphism support
You can pass a child class object as argument to the method which receives object of some base class.
Java exceptions support
You can throw java exception from the server-side method and receive it in a JavaScript client code with some special information like exception class type, description messages, cause exception and stack trace.
Documentation
Getting the library
$ hg clone http://bitbucket.org/cattus/hqextdirect
Dependencies
- json-lib
- Servlet API
Building
Project uses ANT tool for building. Just edit the build.properties file and run ant from the project root directory.
Project need help!!!
First of all. As you can see our english is not good enough. And wee need somebody who can write english API documentation and support project's wiki.
Authors
- Andrey Feoktistov aka Cattus <cattum@gmail.com>
- Denis Smolyar aka Rastafarra
This revision is from 2009-08-10 11:18
