大家好,相信很多人使用过Spring,现在如果有人问你Spring是什么,你会怎么介绍,才会让别人清晰而且会抓住重点。PS:虽然我一直在用,但是真的给别人说说还真不知道怎么说。。。
SPRING FRAMEWORK
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
Spring includes:
• Flexible dependency injection with XML and annotation-based configuration styles
• Advanced support for aspect-oriented programming with proxy-based and AspectJ-based variants
• Support for declarative transactions, declarative caching, declarative validation, and declarative formatting
• Powerful abstractions for working with common Java EE specifications such as JDBC, JPA, JTA and JMS
• First-class support for common open source frameworks such as Hibernate and Quartz
• A flexible web framework for building RESTful MVC applications and service endpoints
• Rich testing facilities for unit tests as well as for integration tests
Spring is modular in design, allowing for incremental adoption of individual parts such as the core container or the JDBC support. While all Spring services are a perfect fit for the Spring core container, many services can also be used in a programmatic fashion outside of the container.
Supported deployment platforms range from standalone applications to Tomcat and Java EE servers such as WebSphere. Spring is also a first-class citizen on major cloud platforms with Java support, e.g. on Heroku, Google App Engine, Amazon Elastic Beanstalk and VMware's Cloud Foundry.
The Spring Framework serves as the foundation for the wider family of Spring open source projects, including:
• Spring Security
• Spring Integration
• Spring Batch
• Spring Data
• Spring Web Flow
• Spring Web Services
• Spring Mobile
• Spring Social
• Spring Android
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。