本文介绍了是EJB中间件吗?还是EJB中使用的中间件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
EJB是否是中间件,还是在部署EJB时使用任何中间件?
RMI相同的是RMI本身的中间件还是RMI中的中间件?
解决方案
就像EJP一样。
中间件就是为分布式应用程序提供服务的软件,它连接内核(如服务器)和用户应用程序。
EJB是服务器端的组件架构,是Java EE的一部分,它基于RMI。所以这两个都是中间件的组件。
I am confused between these two nuances:
Is EJB itself middleware, or is there any middleware used in the deployment of EJB?
Same goes for RMI- is RMI itself middleware or is middleware used in RMI?
解决方案
I agree with EJP.
Middleware, as it says, is software that provides service for distributed applications, it connects kernel(like server) and user apps.
EJB is a component architecture in server-side and is part of Java EE, it is built on RMI. So both of them are components of middleware.
这篇关于是EJB中间件吗?还是EJB中使用的中间件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!