Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.45 KB

##ExtDirectSpring

ExtDirectSpring is a library that connects Ext JS 3.x, Ext JS 4.x and Sencha Touch 2.x applications with a Java/Spring 3 back end, by implementing the Ext Direct specification. The library supports all the features of Ext Direct:

  • Configuration with annotations
  • Simple remote calls
  • Named parameters
  • Method batching
  • Form post
  • Form post with file upload
  • Polling

###See the library in action: http://demo.rasc.ch/eds/

##Maven ExtDirectSpring is available from the Central Maven Repository.

    <dependency>
      <groupId>ch.ralscha</groupId>
      <artifactId>extdirectspring</artifactId>
      <version>1.3.8</version>
    </dependency>

For a quick start there are archetypes available. See the Maven Setup wiki page for more information.

##Support If you have a question about extdirectspring post it in our Google Group forum. The official Sencha Ext.Direct forum is a good place to look for an answer if you have a more general Ext.Direct question.

##Minimal Requirements

  • Spring 3.0.7+ (Version 1.1.3), Spring 3.1.2+ (Version 1.2.3), Spring 3.2.1+ (Version 1.3.1)
  • Servlet 2.4+ Container
  • Java 1.5 (Version 1.1.3), Java 1.6 (Version 1.2.3 and 1.3.1)
  • Ext JS 3+