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 for 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 for Android.

#maven

Features

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

Latest News

SpringSource Team Blog

Buzz

 

Maven Artifacts

SpringSource Repositories:

<repository>
<id>springsource-repo</id>
<name>SpringSource Repository</name>
<url>http://repo.springsource.org/release</url>
</repository>
<repository>
<id>springsource-milestone</id>
<name>SpringSource Milestone Repository</name>
<url>http://repo.springsource.org/milestone</url>
</repository>

Latest Release and Milestone Dependencies:

<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
<version>1.1.0.M3</version>
</dependency>

 

 

 


Quick Jump

Download
Maven Artifacts
Documentation
Discussions

Issue Tracker
Source Repository
Samples
Contributor Guidelines

 


Documentation

Reference Manual
API Javadoc

 


Other Resources

Greenhouse Reference App
Change Log
Build Status

 


Related Discussions

Mobile