| ... |
... |
@@ -1,8 +1,8 @@ |
| 1 |
1 |
{{panel title="Project Overview" borderStyle="dashed"}} |
| 2 |
2 |
Responsible: |
| 3 |
3 |
|
| 4 |
|
-* {{mention reference="XWiki.msp" style="FULL_NAME" anchor="XWiki-msp-SVAbF"/}} |
| 5 |
|
-* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-uUgJT"/}} |
|
4 |
+* {{mention reference="XWiki.msp" style="FULL_NAME" anchor="XWiki-msp-SrHif"/}} |
|
5 |
+* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-xiKkz"/}} |
| 6 |
6 |
|
| 7 |
7 |
Related Theses: |
| 8 |
8 |
|
| ... |
... |
@@ -13,7 +13,7 @@ |
| 13 |
13 |
|
| 14 |
14 |
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:Infrastructure for Meta Layout (KIML)]]) 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: |
| 15 |
15 |
|
| 16 |
|
-* the HTTP-based service which uses simple AJAX requests to retrieve the layout. We provide several language bindings to connect from any language. |
|
16 |
+* the HTTP-based service which uses simple POST requests to retrieve the layout. We provide several language bindings to connect from any language. |
| 17 |
17 |
* 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 |
| 18 |
18 |
** //Clients// enable using the service-based layout inside existing applications. As a good starting point, try the [[command-line layout tool>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]. |
| 19 |
19 |
|