Click here to Skip to main content
15,886,026 members
Everything / Invocation

Invocation

invocation

Great Reads

by Marius Iulian Mihailescu, Stefania Loredana Nita
The main purpose of this article is to describe the advantages of using RMI in the process of developing distributed applications using Java. RMI is one of the classic methods compared to other modern methods (e.g. .NET Remoting, WCF Services etc.), used for accessing objects remotely.
by Sander Rossel
Did you know about Apply and Call in JavaScript? Or Bind? They might come in handy!

Latest Articles

by Sander Rossel
Did you know about Apply and Call in JavaScript? Or Bind? They might come in handy!
by Marius Iulian Mihailescu, Stefania Loredana Nita
The main purpose of this article is to describe the advantages of using RMI in the process of developing distributed applications using Java. RMI is one of the classic methods compared to other modern methods (e.g. .NET Remoting, WCF Services etc.), used for accessing objects remotely.

All Articles

Sort by Score

Invocation 

8 Mar 2015 by Marius Iulian Mihailescu, Stefania Loredana Nita
The main purpose of this article is to describe the advantages of using RMI in the process of developing distributed applications using Java. RMI is one of the classic methods compared to other modern methods (e.g. .NET Remoting, WCF Services etc.), used for accessing objects remotely.
8 Feb 2017 by Kinna-10626331
I have an app and it freezes after a long period of use . I have read a lot about posible causes ( overload UI thread , leaks, ect... ). But instead of get the root of the problem I would like to detect when its in a frozen state and restart/reload it. I can check when the process its not...
27 Oct 2015 by Sander Rossel
Did you know about Apply and Call in JavaScript? Or Bind? They might come in handy!
9 Nov 2015 by MrGlass3
My main form takes a long time to create so I added it into my splash form which shows a loading screen. My main form creates its own view model who's properties are databound to a lot of controls. Within the view model constructor, I capture the SynchronizationContext.Current and...