Skip to content

ralscha/extdirectspring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,853 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtDirectSpring

Test Status

ExtDirectSpring is a library that connects Ext JS applications with a Java/Spring 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

Maven

ExtDirectSpring is available from the Central Maven Repository.

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

Support

If you have a question about extdirectspring post it on GitHub Discussions. Or if you want to report a bug or request a feature, please open an issue on GitHub Issues.

Minimum Requirements

  • 3.0.0: Spring 7.0.6, Servlet 6.1.0, Jackson 3.1.1, Java 17
  • 2.1.5: Spring 6.2.6, Servlet 6.1.0, Jackson 2.18.3, Java 17 (Jakarta)
  • 1.8.1: Spring 5.1.2, Servlet 3.0, Jackson 2.9, Java 1.8
  • 1.7.4: Spring 4.3.1, Servlet 3.0, Jackson 2.8, Java 1.6
  • 1.6.1: Spring 4.2.0, Servlet 3.0, Jackson 2.6, Java 1.6
  • 1.5.2: Spring 4.1.2, Servlet 3.0, Jackson 2.5, Java 1.6
  • 1.4.3: Spring 4.0.0, Servlet 3.0, Java 1.6
  • 1.3.9: Spring 3.2.1, Servlet 2.4, Java 1.6
  • 1.2.3: Spring 3.1.2, Servlet 2.4, Java 1.6
  • 1.1.3: Spring 3.0.7, Servlet 2.4, Java 1.5

Demo applications using extdirectspring

About

Implementation of the Ext Direct protocol with Java and Spring

Topics

Resources

License

Stars

126 stars

Watchers

30 watching

Forks

Packages

 
 
 

Contributors

Languages