Categories
Tags → Method Invoke Java

Basics of .NET remoting

This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world....
DETAILS

jTask

jTask is task scheduler written in Java, designed for executing Java classes on a scheduled/unattended basis. Using jTask, it is possible to invoke the main() method of any Java class, pass it a list of arguments, and have it execute according to a f...
DETAILS
©2003-2019 jCay.com