Skip to content

gwoliveira/spring-mobile

 
 

Repository files navigation

Spring Mobile

Spring Mobile is an extension to Spring MVC that aims to simplify the development of mobile web applications.

Check Out and Build from Source

  1. Clone the repository from GitHub:

     $ git clone git://github.com/SpringSource/spring-mobile.git
    
  2. Navigate into the cloned repository directory:

     $ cd spring-mobile
    
  3. The project uses Gradle to build:

     $ ./gradlew build
    

Eclipse

To generate Eclipse metadata (.classpath and .project files), use the following Gradle task:

$ ./gradlew eclipse

Once complete, you may then import the projects into Eclipse as usual:

File -> Import -> Existing projects into workspace

Alternatively, SpringSource Tool Suite has built in support for Gradle, and you can simply import as Gradle projects.

IDEA

To generate IDEA metadata (.iml and .ipr files), use the following Gradle task:

$ ./gradlew idea

JavaDoc

Use the following Gradle task to build the JavaDoc

$ ./gradlew :docs:api

Note: The result will be available in 'docs/build/api'.

About

Extensions to Spring MVC for developing mobile web applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.6%
  • Groovy 6.9%
  • Shell 4.5%