Questions tagged [spring-mobile]

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

Spring Mobile is an extension of the Spring Framework and Spring Web MVC that aims to simplify the development of mobile web applications. Spring Mobile is a framework that provides capabilities to detect the type of device making a request to your Spring web site and serve alternative views based on that device. Like all Spring projects, the real power of Spring Mobile is found in how easily it can be extended.

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

More Information:

Getting Started Guides:

Related Tags:

34 questions
0
votes
1 answer

Available technologies for Mobile Web Development

Recently we have finished the development of our application and we have used Spring , Hibernate,Jquery etc in it. Now today my manager came to me and asked , hey we have to develop a mobile version of our application so that it can work efficiently…
saurav
  • 3,424
  • 1
  • 22
  • 33
0
votes
1 answer

Redirecting issues with spring and springmobile

I'm building a website using Spring and the SpringMobile extension. I've configured the LiteDeviceDelegatingViewResolver with mobilePrefix = m/, tabletPrefix = t/ and enableFallback = true, so that, whenever a dedicated mobile (or tablet) view isn't…
ahpoblete
  • 441
  • 8
  • 17
0
votes
1 answer

How to use Spring-Mobile with webflow?

I need to use Spring-mobile to detect the device. I have seen lot of examples with spring-mobile and spring mvc but none with webflow. Below is a sample webflow, I need to use device detection so I can redirect the page to mobile or table or desktop…
user1595858
  • 3,700
  • 15
  • 66
  • 109
0
votes
1 answer

WurflDeviceResolver not found

I found that there was a WurflDeviceResolver class in spring-mobile 1.0.0.M3 build. but the same class i didn't find in any release build of spring-mobile. so is it deprecated? what is is the other way to do it?
Krishnendu
  • 1,289
  • 18
  • 26
1 2
3