Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.22 KB

Spring Mobile Samples

Overview

This repository contains sample projects illustrating usage of the Spring Mobile project.

Sample Apps

The following "lite" sample apps demonstrate the capabilities of the Spring Mobile LiteDeviceResolver for server-side device detection. See the README in each directory for more information on the sample project and additional instructions.

  • lite-filter-mdot - configured with the DeviceResolverHandlerFilter, a Servlet Filter, for device resolution, and the mDot site switching strategy.

  • lite-interceptor-mdot - configured with the DeviceResolverHandlerInterceptor for device resolution, and the mDot site switching strategy.

  • lite-interceptor-urlpath - configured with the DeviceResolverHandlerInterceptor for device resolution, and the urlPath site switching strategy.

Contributor Guidelines

Please follow the contributor guidelines from Spring Mobile when submitting pull requests for the sample projects.

Additional Resources