pradeepcheers / spring-mobile-samples

Samples for Spring Mobile

Home Page:http://www.springsource.org/spring-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Mobile Samples

Spring Mobile is an extension to Spring MVC that aims to simplify the development of mobile web applications. This repository contains sample projects illustrating usage of Spring Mobile. See Spring Mobile on GitHub for more information about building from source.

Sample Applications

The following sample applications demonstrate the capabilities of Spring Mobile for server-side device detection and handling. See the README within each sample project directory for more information and additional instructions.

Build and Deploy

Most of the sample apps can be built and run by executing the following commands from within the app directory. See the individual README files for additional information.

  1. Build the app:

     $ mvn clean install
    
  2. Deploy the .war to a Servlet 3 ServletContainer. This can be done via Maven on the command-line by running:

     $ mvn tomcat7:run
    

    Note: Alternatively, you may import the project into your IDE and deploy to a Servlet 3 container such as Tomcat 7.

Contributing

Pull requests are welcome. See the contributor guidelines for details.

Additional Resources

See a screencast demonstration based on Spring Mobile 1.0.0.M2.

License

Spring Mobile is released under version 2.0 of the Apache License.

About

Samples for Spring Mobile

http://www.springsource.org/spring-mobile

License:Apache License 2.0