领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多亲爱的 Spring 社区:
我们很高兴地宣布,Spring Mobile 项目的首个候选发布版本现已推出!
Spring Mobile 为 Spring MVC 提供了扩展,有助于开发跨平台的移动 Web 应用程序。 1.0.0.RC1 版本提供了一个用于用户站点首选项管理的通用工具,可以独立使用或与移动站点切换器结合使用。请参阅更改日志和参考手册以获取所有信息。
下载发布版分发包或使用以下命令从 Maven 中提取工件
<repository> <id>org.springframework.maven.milestone</id> <name>Spring Maven Milestone Repository</name> <url>http://maven.springframework.org/milestone</url> </repository><dependency> <groupId>org.springframework.mobile</groupId> <artifactId>spring-mobile-device</artifactId> <version>1.0.0.RC1</version> </dependency>
在 github.com/SpringSource/spring-mobile-samples 获取示例应用 | git clone git://github.com/SpringSource/spring-mobile-samples.git
此版本标志着我们与社区中的早期采用者进行了第五次迭代,他们将其在自己的应用程序中使用 Spring Mobile。如果您正在构建移动 Web 应用,我们鼓励您试用 1.0.0.RC1 并与我们合作进行该项目的下一轮迭代。