Welcome![Sign In][Sign Up]
Location:
Search - java remoting

Search list

[DocumentsDWR与界面开发

Description:  DWR(Direct Web Remoting)是一个开源的类库,可以帮助开发人员开发包含AJAX技术的网站.它可以允许在浏览器里的代码使用运行在WEB服务器上的JAVA函数,就像它就在浏览器里一样.   它包含两个主要的部分:允许JavaScript从WEB服务器上一个遵循了AJAX原则的Servlet中获取数据.另外一方面一个JavaScript库可以帮助网站开发人员轻松地利用获取的数据来动态改变网页的内容.
Platform: | Size: 443157 | Author: 631691960@qq.com | Hits:

[CSharpSpring.NET-1.1.2

Description: Spring.NET 是一个关注于.NET企业应用开发的应用程序框架。它能够提供宽广范围的功能,例如依赖注入、面向方面编程(AOP)、数据访问抽象, 以及ASP.NET集成等。基于java的spring框架的核心概念和价值已被应用到.NET。Spring.NET 1.0 包含一个完全功能的依赖注入容器和AOP库。后续的发布将包含对ASP.NET、Remoting和数据访问的支持。-Spring.NET is a focus on. NET enterprise application development framework for the application. It can provide a broad range of functions, such as dependency injection, aspect-oriented programming (AOP), data access abstraction, as well as the ASP.NET integration. Based on the spring framework java core concepts and values have been applied to. NET. Spring.NET 1.0 include a fully functional dependency injection containers and AOP library. The release will contain the follow-up of ASP.NET, Remoting and data access support.
Platform: | Size: 23646208 | Author: sning | Hits:

[CSharpRemotingEventII

Description:   这是在 .Net Remoting 中使用事件的例子程序。运行中,先启动 Server,再启动 N 个 Client,在 Server 或任何一个 Client 中,输入 任何字符后回车,则会引发事件,导致所有 Client 收到此事件。而直接 回车则会退出程序。-This is at. Net Remoting case examples of the use of procedures. Operation, first start the Server, and then restart N个Client, the Server or any of the Client, type any character after the carriage return, it will trigger a case, leading to all the Client Receiving this case. Directly enter the procedure will exit.
Platform: | Size: 73728 | Author: 王磊 | Hits:

[Internet-Networkdigui

Description: 利用rmi远程调用,实现客户端和服务器端的通讯,而不是采用socket的编程方法。-Rmi remoting use to achieve client and server communications, rather than the programming socket.
Platform: | Size: 6144 | Author: dqc | Hits:

[JSP/JavaRMI

Description: Very Good JAVA RMI (Remoting Source Code with Examples)
Platform: | Size: 4096 | Author: Rishi | Hits:

[JSP/JavaHotelService

Description: 基于Flash Remoting MX For Java的一个纯Flash前台酒店服务加管理系统,可以打印PDF和Excel报表,生成订单统计图,还外带蓝牙手机收发功能,可以免除与移动合作就可以实现短信订单确认。-Based on Flash Remoting MX For Java a pure Flash front hotel services plus management system that can print PDF and Excel reports, generate orders for charts, with take-Bluetooth cell phone transceiver function, may be exempted from cooperation can be achieved with mobile SMS Order Confirmation.
Platform: | Size: 22920192 | Author: 顾军龙 | Hits:

[JSP/JavaBlazeDS-developer-guide

Description: BlazeDS是一个基于服务器的Java远程调用(remoting)和Web消息传递(messaging)技术,使得后台的Java应用程序和运行在浏览器上的Flex应用程序能够相互通信。 -BlazeDS is responsible for the communication of java application proggram and flex application proggram
Platform: | Size: 275456 | Author: tom | Hits:

[JSP/Javared5-src-0.9.0

Description: Red5的主要功能和Macromedia公司的FMS类似,提供基于Flash的流媒体服务的一款基于Java的开源流媒体服务器。它由Java语言编写,使用RTMP作为流媒体传输协议,这与FMS完全兼容。它具有流化FLV、MP3文件,实时录制客户端流为FLV文件,共享对象,实时视频播放、Remoting等功能。用Red5替换FMS后,客户端不用更改可正常运行。-Red5' s main function is similar to the the Macromedia company' s FMS, based Flash streaming service, a Java-based open origins Media server. It is written in the Java language using RTMP streaming media transmission protocol, which is fully compatible with FMS. It fluidized FLV, MP3 files, and real-time recording client streams to FLV files, shared objects, real-time video playback, Remoting function. Replaced with Red5 FMS client do not have to change the normal operation.
Platform: | Size: 1006592 | Author: ooxx | Hits:

[JSP/JavaRMI-Remoting

Description: 此代码为java实现RMI远程过程调用,一个简单的实现-Realize RMI
Platform: | Size: 9216 | Author: 罗明 | Hits:

[Other Web CodedwrCase

Description: DWR(Direct Web Remoting)是一个WEB远程调用框架.利用这个框架可以让AJAX开发变得很简单.利用DWR可以在客户端利用JavaScript直接调用服务端的Java方法并返回值给JavaScript就好像直接本地客户端调用一样-DWR (Direct Web Remoting) is a Web framework for remote call this framework AJAX developers can make it very easy to use DWR on the client using JavaScript directly call server Java method and returns the value to the JavaScript like direct local client call
Platform: | Size: 1507328 | Author: gamehu | Hits:

[androidsoapandiodtested

Description: 在Java中使用WebService进行网络通信的实例源码,适用于android开发,在Android中,第三方公司提供了基于webservice的jar包:ksoap2-android-assembly-2.5.2-jar-with-dependencies.jar。本实例演示了使用Web Service获取天气信息,没有显示在界面上,如果大家觉得不爽,可以把信息直接显示在界面上就可以了。因为我被这个问题困扰了2天,弄的很崩溃,所以就没继续弄。大家自己看吧。   再此对不知道什么是webService朋友解释一下,webService是一种基于SAOP协议的远程调用标准,通过webservice可以将不同操作系统平台,不同语言,不同技术整合到一起-WebService in Java source code examples for network communications for android development in Android, based on third-party companies to provide a webservice jar package: ksoap2-android-assembly-2.5.2-jar-with-dependencies.jar. This example demonstrates the use of Web Service to get weather information, does not appear on screen, if you feel uncomfortable, you can put the information displayed directly on the screen on it. Because I was troubled by the two days of this problem, get it to crash, so I can not continue to get. You can see for yourself. And then do not know what this is webService friend to explain, webService is a standard remoting protocol based SAOP different operating system platforms, different languages, different technologies can be integrated together via webservice
Platform: | Size: 699392 | Author: rpudn91 | Hits:

[ISAPI-IEBookManager

Description: java+Flex3 写的图书管理系统,数据库用SQL Server 2005,通过remoting连接数据库-Java+ Flex3 write books management system management system, database using SQL Server 2005, by remoting connect to the database
Platform: | Size: 6555648 | Author: 梦幻居 | Hits:

CodeBus www.codebus.net