Java EE和Spring框架之间的区别 [英] Difference between Java EE and Spring framework

查看:199
本文介绍了Java EE和Spring框架之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在努力了解Java EE和Spring Framework之间的区别。任何人都可以帮助我。

I am striving to know the difference between Java EE and Spring Framework. Could anyone please help me on this.

推荐答案

Java EE是一个标准的官方规范,用于全功能的企业应用程序框架堆栈。包括对象关系映射,安全性,Web应用程序,数据库连接,事务等... ...

Java EE is an standard, official, specification for a full featured Enterprise Application Framework stack. Includes stuff like Object-Relational Mapping, Security, Web Applications, database connectivity, transactions...

除了Java EE规范之外,还有JavaEE 实现/应用程序服务器如:JBoss,Glassfish,WebSphere,Weblogic。

On top of Java EE specifications there are JavaEE implementations/application servers like: JBoss, Glassfish, WebSphere, Weblogic.

另一方面,Spring是一个框架,它在Java EE规范上做了很多工作,但是以自己的形式。他们没有遵循Java EE规范和API。但它们确实包括Web框架,事务管理,安全性以及Java EE提供的其他几种解决方案。

Spring on the other hand, is a framework doing lots of the stuff on the Java EE specifications, but in its own form. They don't follow Java EE specifications and APIs for that. But they do include a Web Framework, transaction management, security and several other solutions Java EE offers.

这篇关于Java EE和Spring框架之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆