Spring Projects

Spring Mobile

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

Building a native Android app? Take a look at Spring Android.

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

Building a native Android app? Take a look at Spring Android.

#maven

Features

  • A Device resolver abstraction for server-side detection of mobile devices
  • Site preference management that allows the user to indicate if he or she prefers a "normal" or "mobile" experience
  • A site switcher capable of switching the user to the most appropriate site, either mobile or normal, based on his or her device and optionally indicated site preference

Latest News

Resources

Buzz

 

Maven Artifacts

Here is the Spring Milestone Repository:

<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>

Here is the dependency:

<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
<version>1.0.0.M3</version>
</dependency>

 

 

 


Quick Jump

Download
Maven Artifacts
Documentation
Discussions

Issue Tracker
Source Repository
Samples

 


Documentation

Reference Manual
API Javadoc

 


Other Resources

Greenhouse Reference App
Change Log
Build Status

 


Related Discussions

Mobile