c*********e 发帖数: 16335 | 1 httpClient,httpRequest/httpResponse? 这些现在c#也有类似的了。
servlet里面forward to another jsp,get/setAttribute,get/
setParameter,还是很神奇的。 |
g*****g 发帖数: 34805 | 2 I don't think servlet has anything to do with RMI.
Servlet is simply an entry point. You define the binding from url to servlet
in web.xml, and the web container intercepts the call and forwards to the
servlet.
【在 c*********e 的大作中提到】 : httpClient,httpRequest/httpResponse? 这些现在c#也有类似的了。 : servlet里面forward to another jsp,get/setAttribute,get/ : setParameter,还是很神奇的。
|
z*******3 发帖数: 13709 | 3 同意楼上
rmi其实是虚拟机跟虚拟机之间的互相call
跟servlet木有必然联系
servlet是放在web server里面用来处理httprequest的东东
java的强大在于它很早就实现了rmi这些不同物理机器上的通信
并且得到了比较多大it公司的支持,才有了后来在server side的大行其道 |
c*********e 发帖数: 16335 | 4 那servlet里面的doGet,doPost,request., respond.不是用来处理用户的request的吗?
servlet
【在 g*****g 的大作中提到】 : I don't think servlet has anything to do with RMI. : Servlet is simply an entry point. You define the binding from url to servlet : in web.xml, and the web container intercepts the call and forwards to the : servlet.
|
N******7 发帖数: 1297 | 5 是的,但这和RMI有什么关系?
吗?
【在 c*********e 的大作中提到】 : 那servlet里面的doGet,doPost,request., respond.不是用来处理用户的request的吗? : : servlet
|
s*******e 发帖数: 3042 | 6 有些东西需要历史地看才明白,servlet现在看来是没啥稀奇的,但是它当年代替的是
CGI,还是一个很大的进步的。至于什么RMI啥的,根本就是不知所云。 |
a*w 发帖数: 4495 | 7 bingo! process vs thread
【在 s*******e 的大作中提到】 : 有些东西需要历史地看才明白,servlet现在看来是没啥稀奇的,但是它当年代替的是 : CGI,还是一个很大的进步的。至于什么RMI啥的,根本就是不知所云。
|