jar

io.github.jistol : jistol-spring-remote

Maven & Gradle

May 20, 2017
1 stars

Custom Spring Remote Annotation · You can set up Spring RMI and HttpInvoker in only two steps. Step 1. Set @EnableRemoteType on application main. Step 2. Add @RemoteType on your service(or component, resource ...)

Table Of Contents

Latest Version

Download io.github.jistol : jistol-spring-remote JAR file - Latest Versions:

All Versions

Download io.github.jistol : jistol-spring-remote JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jistol-spring-remote-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jistol.remote.configuration

├─ io.github.jistol.remote.configuration.RemoteClientConfiguration.class - [JAR]

├─ io.github.jistol.remote.configuration.RemoteServerConfiguration.class - [JAR]

io.github.jistol.remote

├─ io.github.jistol.remote.Protocol.class - [JAR]

io.github.jistol.remote.annotation

├─ io.github.jistol.remote.annotation.EnableRemoteClient.class - [JAR]

├─ io.github.jistol.remote.annotation.EnableRemoteServer.class - [JAR]

├─ io.github.jistol.remote.annotation.HttpInvokerClient.class - [JAR]

├─ io.github.jistol.remote.annotation.HttpInvokerServer.class - [JAR]

├─ io.github.jistol.remote.annotation.RemoteContext.class - [JAR]

├─ io.github.jistol.remote.annotation.RmiClient.class - [JAR]

├─ io.github.jistol.remote.annotation.RmiServer.class - [JAR]

io.github.jistol.remote.exception

├─ io.github.jistol.remote.exception.RemoteException.class - [JAR]

io.github.jistol.remote.util

├─ io.github.jistol.remote.util.FactoryBeanUtil.class - [JAR]

io.github.jistol.remote.handler

├─ io.github.jistol.remote.handler.RemoteClientInvocationHandler.class - [JAR]

io.github.jistol.remote.model

├─ io.github.jistol.remote.model.RemoteClient.class - [JAR]

├─ io.github.jistol.remote.model.RemoteServer.class - [JAR]

Advertisement