开发者社区> 问答> 正文

Spring是什么啊?????

大家好,相信很多人使用过Spring,现在如果有人问你Spring是什么,你会怎么介绍,才会让别人清晰而且会抓住重点。PS:虽然我一直在用,但是真的给别人说说还真不知道怎么说。。。

展开
收起
a123456678 2016-03-16 11:30:57 1982 0
1 条回答
写回答
取消 提交回答
  • 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

    2019-07-17 19:03:43
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
相关产品:
问答排行榜
最热
最新

相关电子书

更多
云栖社区特邀专家徐雷Java Spring Boot开发实战系列课程(第20讲):经典面试题与阿里等名企内部招聘求职面试技巧 立即下载
微服务架构模式与原理Spring Cloud开发实战 立即下载
阿里特邀专家徐雷Java Spring Boot开发实战系列课程(第18讲):制作Java Docker镜像与推送到DockerHub和阿里云Docker仓库 立即下载