Entering content frame

Procedure documentation Making it Work

Procedure

...

       1.      In the service provider.xml, specify the name of your VisualRuntimeControl implementation. Use the <runtime-editor> tag:

Example

<runtime-editor>

      the full-packaged name of the class

</runtime-editor>

 

       2.      Make a reference from your service to the visual_administration interface. Add the following lines to the provider.xml:

Example

<reference type= "interface" strength= "weak" >

        visual_administration

</reference>

 

The Swing classes that will be loaded on the client side must be packed in a JAR on the server side. The Visual Administrator will then be able to get them using a URL class loading (for this purpose it needs the default application JarsDownload, which must be automatically deployed at installation time).

 

See also:

 

Structure linkClass Loading System in the Architecture Manual

 

 

Leaving content frame