Changes for page Web Services (KWebS)

Last modified by Richard Kreissig on 2023/09/14 10:34

From version 39.1
edited by Richard Kreissig
on 2023/09/14 10:34
Change comment: There is no comment for this version
To version 28.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:25
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -KIELER.Discontinued Projects.WebHome
1 +KIELER.Home.Discontinued Projects.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.stu230980
1 +XWiki.als
Content
... ... @@ -1,10 +1,12 @@
1 -== Project Overview ==
1 +{{panel borderStyle="dashed" title="Project Overview"}}
2 2  Related Theses:
3 3  
4 4  * Stephan Wersig, //Ein Web Service für das automatische Layout von Graphen//, October 2011 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/swe-dt.pdf||shape="rect"]])
5 +{{/panel}}
5 5  
7 +\\
6 6  
7 -The KWebS project aims at delivering the automatic layout of the KIELER project to users on a platform independent basis. The main component of the project is the //server//. It is based on an Eclipse Rich Client Application (RCA) and encapsulates the KIELER Infrastructure for Meta Layout ([[KIML>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]) in order to expose the layout over a network. To make the layout accessible for other platforms, the server hides the java nature of the layout behind a web service and supports a variety of //formats// for the representation of user models. The server provides access to the layout based on two architectures:
9 +The KWebS project aims at delivering the automatic layout of the KIELER project to users on a platform independent basis. The main component of the project is the //server//. It is based on an Eclipse Rich Client Application (RCA) and encapsulates the KIELER Infrastructure for Meta Layout ([[KIML>>doc:Kieler.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]) in order to expose the layout over a network. To make the layout accessible for other platforms, the server hides the java nature of the layout behind a web service and supports a variety of //formats// for the representation of user models. The server provides access to the layout based on two architectures:
8 8  
9 9  * the HTTP-based service which uses simple POST requests to retrieve the layout. We provide several language bindings to connect from any language.
10 10  * the SOAP web service uses the reference implementation of the //Java API for XML - Web Services (JAX-WS)//, which is being maintained by the Metro project ([[jax-ws.java.net>>url:http://jax-ws.java.net/||shape="rect"]]), and provides the layout on a sessionless basis
... ... @@ -12,14 +12,15 @@
12 12  
13 13  The following subpages first show how we can download and set up a layout server on our own, e.g. to provide layout inside a companies network. Further pages discuss the specific properties of either the SOAP- or HTTP-based solution. There is also a page on the supported graph formats.
14 14  
17 +\\
15 15  
16 16  Then we get to know the API provided by KWebS, after which the integration of the service-based layout with KWebS into our own projects is discussed. The last section gives us a list of configuration options supported by the server of KWebS.
17 17  
18 -1. [[Setting up your own server>>doc:KIELER.Discontinued Projects.Web Services (KWebS).KWebS Server.Setting up Your Own Server.WebHome]]
19 -1. [[HTTP-based>>doc:KIELER.Discontinued Projects.Web Services (KWebS).HTTP-based Service.WebHome]]
20 -1. [[SOAP-based>>doc:KIELER.Discontinued Projects.Web Services (KWebS).SOAP-based Service.WebHome]]
21 -1. [[doc:KIELER.Discontinued Projects.Web Services (KWebS).Graph Formats.WebHome]]
21 +1. [[Setting up your own server>>doc:KIELER.Home.Discontinued Projects.Web Services (KWebS).KWebS Server.Setting up Your Own Server.WebHome]]
22 +1. [[HTTP-based>>doc:KIELER.Home.Discontinued Projects.Web Services (KWebS).HTTP-based Service.WebHome]]
23 +1. [[SOAP-based>>doc:KIELER.Home.Discontinued Projects.Web Services (KWebS).SOAP-based Service.WebHome]]
24 +1. [[doc:KIELER.Home.Discontinued Projects.Web Services (KWebS).Graph Formats.WebHome]]
22 22  
23 -[[doc:KIELER.Discontinued Projects.Web Services (KWebS).Downloads - KIELER Layout Web Server.WebHome]]
26 +[[doc:Kieler.Discontinued Projects.Web Services (KWebS).Downloads - KIELER Layout Web Server.WebHome]]
24 24  
25 -
28 +{{excerpt-include/}}