# spring-mobile-samples **Repository Path**: mirrors_spring-projects/spring-mobile-samples ## Basic Information - **Project Name**: spring-mobile-samples - **Description**: Spring Mobile Sample Applications - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-mobile-samples is no longer actively maintained by VMware, Inc. # Spring Mobile Samples [!["Build Status"](https://build.spring.io/plugins/servlet/buildStatusImage/MOBILE-SAMPLES)](https://build.spring.io/browse/MOBILE-SAMPLES) [Spring Mobile] is an extension to the popular [Spring Web MVC] web framework 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] server-side device detection and [Spring Boot] auto-configuration. See the README within each sample project for more information and additional instructions. - [lite-device-resolver] - DeviceResolver functionality and usage - [lite-site-preference-handler-jsp] - SitePreferenceHandler functionality with JSP views - [lite-device-delegating-view-resolver] - sample app showing view names adjusted based on device type - [lite-device-delegating-view-resolver-jsp] - JSP alternative illustrating adjusted views ## Archived Sample Applications There are several sample applications that illustrate Java or XML based configuration that have been archived, as Spring Boot is now the preferred way of building and configuring a Spring application. These sample apps have been moved to the [`archive`](archive/) folder. ## Contribute [Pull requests] are welcome. See the [contributor guidelines] for details. ## License [Spring Mobile] is released under version 2.0 of the [Apache License]. [Spring Mobile]: https://projects.spring.io/spring-mobile [Spring Boot]: https://projects.spring.io/spring-boot [Spring Web MVC]: https://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html [Spring Mobile on GitHub]: https://github.com/spring-projects/spring-mobile [lite-device-delegating-view-resolver]: ./lite-device-delegating-view-resolver [lite-device-delegating-view-resolver-jsp]: ./lite-device-delegating-view-resolver-jsp [lite-device-resolver]: ./lite-device-resolver [lite-site-preference-handler-jsp]: ./lite-site-preference-handler-jsp [Pull requests]: https://help.github.com/send-pull-requests [contributor guidelines]: CONTRIBUTING.md [Apache license]: http://www.apache.org/licenses/LICENSE-2.0