Requirements for server-side graph layout

Server-side code for the graph layout web service relies on the following components:
  • Oracle/Sun and IBM Java JDKs version 1.5 and later
  • JAX-RS V1.1 implementation
    For its JAX-RS provider, the sample application uses Apache Wink, which consists of the following JAR files:
    • ibm-wink-jaxrs-1.2.0.jar
    • jsr311-api-1.1.jar
    • slf4j-api-1.6.1.jar
    • slf4j-jdk14-1.6.1.jar
  • IBM ILOG JViews Diagrammer V8.8 (jviews-framework-all-8.8.jar and jviews-diagrammer-all-8.8.jar)
  • IBM JSON4J V1.1 (JSON4J-1.1.0.0.jar)
Note
To use the server-side graph layout feature, you must design your application for asynchronous graph layout execution. Your application must not modify the graph while the layout is running. Otherwise, all the changes made on the client side are overwritten when the layout completes.