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

|
<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:

|
<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:
Class Loading
System in the Architecture Manual
