Coder Social home page Coder Social logo

ldaroczi / extdirectspring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ralscha/extdirectspring

1.0 1.0 1.0 3.66 MB

Implementation of the Ext Direct protocol with Java and Spring

Home Page: https://github.com/ralscha/extdirectspring/wiki

extdirectspring's Introduction

##ExtDirectSpring

ExtDirectSpring is a library that connects Ext JS 3.x, Ext JS 4.x and Sencha Touch 2 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://eds.rasc.ch/demo/

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

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

There are two Archetypes available. Run the following commands in a shell.

Simple project with Spring and ExtDirectSpring: Online / Sourcecode:

mvn archetype:generate -DarchetypeArtifactId=eds-starter-simple-archetype -DarchetypeGroupId=ch.rasc -DarchetypeVersion=1.0.3 -DarchetypeRepository=http://rasc.ch/archetypes  -DgroupId=com.mycompany -DartifactId=mynewapp -Dversion=0.0.1

Complete project with Spring, ExtDirectSpring, Spring Security, JPA (Hibernate), Spring Data JPA and I18n: Online / Sourcecode:

mvn archetype:generate -DarchetypeArtifactId=eds-starter-archetype -DarchetypeGroupId=ch.rasc -DarchetypeVersion=1.0.3 -DarchetypeRepository=http://rasc.ch/archetypes  -DgroupId=com.mycompany -DartifactId=mynewapp -Dversion=0.0.1

After the generate command is finished, change into the project directory, type mvn tomcat7:run and open a browser with the URL: http://localhost:8080

##Minimal Requirements

  • Spring 3.0.7+
  • Servlet 2.4+ Container
  • Java 1.5+
  • Ext JS 3+

extdirectspring's People

Contributors

ralscha avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

linecomparison

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.