搜索资源列表
BPEL_Samples
- This a collection of sample processes that provide examples ranging from how to use a particular BPEL activity such as pick or scope, to more complex examples of processes that invoke external Web services or show techniques such as handling mu
java_rmi_example
- java rmi example. By using rmi to invoke remote method-java rmi example. By using rmi to invoke St ote method
java0010
- 这是一个java线程示例代码片段,示例在main方法中调用invoke方法-This a java threads examples of code fragments, Examples of the main method called invoke methods
ldapTest
- JAVA调用ldap,这是一个simple的例子 很好地介绍了java是如何调用ldap,从而取出ldap的信息-java invoke ldap infomation
Auth
- JAVA安全登陆体系的简单实现,根据预先设定的安全策略对用户权限进行验证,之后决定是否给与用户调用特权动作的权限。-JAVA safe landing system simple to achieve, in accordance with pre-set security policies for authentication of the user permissions, and then decide whether to invoke the privilege to give us
Cplusplus_invoke_Java_classes
- Cplus 调用Java类,jndi-C plus plus invoke Java classes
InvokeMethodDemo
- java 中反射应用的例子 通过反射可以取回类的方法的对象代表,可以用它的invoke方法动态到哦那个指定的方法 -java application examples in the reflection through the reflection-type method can recover the object on behalf of, you can use it to invoke methods dynamically Oh that designated Ways
JavaInvokeWebservice
- java调用webservice的源代码-java invoke webservice
hello
- Application delveloped in java which is user to invoke server method using rmi note : it a demo.
taxi-company-later-stage
- Project: taxi-company-later-stage This project provides a partial implementation of a simulation of taxis operating on a city grid to pick up and transport passengers. This is the fourth stage of this project. It illustrates the implementation
Java_neirong
- Java的代理模式 代理的实现机制问题。个人觉得这个似乎就是一个事件处理的机制,当代理对象调用某个方法的时候,就会触发相应的invoke方法。-Java implementation of the agent model agent mechanism. Personally feel that this seems to be an event handling mechanism, when the proxy object when a method call will invoke
doc
- 调用本地代码,java jini,里面包含有jar的调用-invoke native code java jini
catch
- 捕获异常方法 运行结果: <调用doSth()方法开始 > <调用loadClass()方法开始 > <try的自述:在这里监控可能出现异常的代码 > <catch的自述:出现异常在这里处理> <finally 的自述:不管是否出现异常,最后都要执行到这里 > <调用loadClass()方法结束 > <调用doSth()方法结束>-Catch exceptions method
6
- Invoke Method in Java
AssignmentSharp1
- Write a program that takes the x-y coordinates of a point in the Cartesian plan and print a message in a message dialog box telling either an axis in which the point lies or the quadrant in which it is found. Sample line of output: (-1.0, -2.5)
rmi
- 因为RMI允许调用程序将纯Java对象传给远程对象,所以,RMI将提供必要的机制,既可以加载对象的代码又可以传输对象的数据。在RMI分布式应用程序运行时,服务器调用注册服务程序以使名字与远程对象相关联。客户机在服务器上的注册服务程序中用远程对象的名字查找该远程对象,然后调用它的方法。-Romate Method Invoke
C-P-P-call-Java-classes
- 介绍了c++怎么调用java语言类,本资料对c++与java混合编程有很好的帮助。-Describes how invoke java c++ language class, the information on the c++ mixed programming with java a good help.
WeatherClient
- 天气预报客户端。用生成的类库来调用 Web 服务然后得到北京市的天气。-Weather forecast client. With the resulting library to invoke the Web service and then get the weather in Beijing.
JniDemo
- java通过jni方式调用C/C++写的dll实例源码!-This is a example which displaying that java invoke the C/C++ dll through jni!
xpdf-chinese-simplified.tar
- Ant is a build system that was developed for the Jakarta Tomcat project and was used internally at Sun. It was originally developed by James Davidson <duncan@eng.sun.com> and has been extended by others including myself. When Jakart