This is the Linux app named RMI over WebSockets whose latest release can be downloaded as rmi-websocket-1.0-javadoc.jar. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named RMI over WebSockets with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
RMI over WebSockets
Ad
DESCRIPTION
This project provides a library for remote method invocations between the browser and a Jetty Web Server using the HTML5's WebSocket. RMIWebSocket can be used as an alternative to XMLHttpRequest in developing rich Internet apps.RMI WebSocket enables tight method-level integration between the user interface and the server, where the Javascript can call Java methods on the server and the server can call Javascript methods on the browser. It takes care of serializing and de-serializing the requests and responses using the Jackson JSON processor. .
By modeling the communication between the Javascript and Java-server code as method calls, RMI WebSocket allows developers to apply UI patterns such as MVP (Model-View-Presenter) to their web application.
More information at http://sourceforge.net/p/rmiwebsocket/wiki.
Audience
Developers, Architects
Programming Language
JavaScript, Java
This is an application that can also be fetched from https://sourceforge.net/projects/rmiwebsocket/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.