Last Version

RMIWebSocket 1.0

RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment.

GroupId

GroupId

com.lambdazen.websocket
ArtifactId

ArtifactId

rmi-websocket
Version

Version

1.0
Type

Type

jar
Description

Description

RMIWebSocket
RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment.

Download rmi-websocket 1.0


<!-- https://jarcasting.com/artifacts/com.lambdazen.websocket/rmi-websocket/ -->
<dependency>
    <groupId>com.lambdazen.websocket</groupId>
    <artifactId>rmi-websocket</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lambdazen.websocket/rmi-websocket/
implementation 'com.lambdazen.websocket:rmi-websocket:1.0'
// https://jarcasting.com/artifacts/com.lambdazen.websocket/rmi-websocket/
implementation ("com.lambdazen.websocket:rmi-websocket:1.0")
'com.lambdazen.websocket:rmi-websocket:jar:1.0'
<dependency org="com.lambdazen.websocket" name="rmi-websocket" rev="1.0">
  <artifact name="rmi-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lambdazen.websocket', module='rmi-websocket', version='1.0')
)
libraryDependencies += "com.lambdazen.websocket" % "rmi-websocket" % "1.0"
[com.lambdazen.websocket/rmi-websocket "1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.jackson : jackson-mapper-asl jar 1.9.7
org.codehaus.jackson : jackson-core-asl jar 1.9.7
org.eclipse.jetty : jetty-websocket jar 8.1.3.v20120416
org.eclipse.jetty : jetty-util jar 8.1.3.v20120416
org.eclipse.jetty : jetty-server jar 8.1.3.v20120416

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.