Changes for page Remoting
Last modified by christoph_lechleitner@iteg_at on 2022-08-08 10.40:02
From version 1.1
edited by christoph_lechleitner@iteg_at
on 2012-06-14 06.08:08
on 2012-06-14 06.08:08
Change comment:
There is no comment for this version
To version 3.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 07.28:17
on 2013-02-02 07.28:17
Change comment:
svn and jira links
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,37 +1,42 @@ 1 -(% class="contentLayout" data-atlassian-layout="{~"name~":~"pagelayout-two-right~",~"columns~":[~"large~",~"aside~"],~"header~":true,~"footer~":true}" %) 2 -((( 3 -(% class="header" %) 4 -((( 5 -This is the home of the Remoting space. 1 += {{id name="RemotingHome-Introduction"/}}Introduction = 6 6 7 -To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, blogging and commenting you'll see the macros below fill up with all the activity in your space. 8 -))) 3 +Remoting is a framework issuing remote calls over TCP/IP with optional TLS support. It provides for callback patterns, broadcating and bean support and interoperates well with the [[spring framework>>url:http://www.springframework.org/||shape="rect"]] and [[OSGi>>url:http://www.osgi.org||shape="rect"]]. 9 9 10 -(% class="columnLayout twoColumns" %) 11 -((( 12 -(% class="cell large" %) 13 -((( 14 -(% class="innerCell" %) 15 -((( 16 -{{recently-updated/}} 17 -))) 18 -))) 5 +Furthermore, it offers two alternative wire protocols. One is based on java.io.ObjectOuputStream while the other protocol uses a highly optimized binary data stream, which additionally features C++ interoperability through the fancysock library. 19 19 20 -(% class="cell aside" %) 21 -((( 22 -(% class="innerCell" %) 23 -((( 24 -====== {{id name="RemotingHome-Navigatespace"/}}Navigate space ====== 7 +The source code can be checked out from the SVN repository located here: 25 25 26 -{{locationSearch reference="WebHome"/}} 9 +{{code language="none"}} 10 +http://svn.clazzes.org/svn/remoting 11 +{{/code}} 27 27 28 -{{documentTree root="document:REM.WebHome"/}} 29 -))) 30 -))) 31 -))) 13 +For manual installation you may download the .jar files from the maven repository: 32 32 33 -(% class="footer" %) 34 -((( 15 +{{code language="none"}} 16 +http://maven.clazzes.org/org/clazzes/remoting/ 17 +{{/code}} 18 + 19 += {{id name="RemotingHome-Mavenintegration"/}}Maven integration = 20 + 21 +We recommend to build your project with [[Maven>>url:http://maven.apache.org/||shape="rect"]]. Just add the following snippets to your {{code language="none"}}pom.xml{{/code}} file: 22 + 23 +{{code language="none"}} 24 +<repository> 25 + <id>clazzes.org</id> 26 + <url>http://mvn.clazzes.org/</url> 27 +</repository> 28 + 29 +<dependency> 30 + <groupId>org.clazzes</groupId> 31 + <artifactId>remoting</artifactId> 32 + <version>yourversion</version> 33 +</dependency> 34 +{{/code}} 35 + 36 += {{id name="RemotingHome-Sourcecodeandissuetracker"/}}Source code and issue tracker = 37 + 38 +Subversion: [[http:~~/~~/svn.clazzes.org/svn/remoting>>url:http://svn.clazzes.org/svn/remoting||shape="rect"]] 39 + 40 +Jira: [[REMOTING>>url:https://jira.clazzes.org/browse/REMOTING||shape="rect"]] 41 + 35 35 36 -))) 37 -)))
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -65927 11 +659267 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/REM/pages/65927 1/Remoting Home1 +https://clazzes.atlassian.net/wiki/spaces/REM/pages/659267/Remoting Home