Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:common:setup:plugins [2018/02/03 09:41] admin |
jvx:common:setup:plugins [2020/06/19 11:33] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTRANS~~ | ||
~~Title: Server Plugins~~ | ~~Title: Server Plugins~~ | ||
- | It's possible to use custom plugins to extend or configure the JVx' server implementation. Since JVx 2.1 it's possible to implement custom plugins. The interface is ''com.sibvisions.rad.server.plugin.IServerPlugin'' and has a small number of methods: | + | It's possible to use custom plugins to extend or configure the JVx' server implementation. Since JVx 2.1, it's possible to implement custom plugins. The interface is ''com.sibvisions.rad.server.plugin.IServerPlugin'' and has a small number of methods: |
<file java> | <file java> | ||
Line 11: | Line 12: | ||
</file> | </file> | ||
- | The server will load all plugins from the server zone. Simply register your plugin via config.xml: | + | The server will load all plugins from the [[jvx:common:setup:zones|server zone]]. Simply register your plugin via config.xml: |
<file xml> | <file xml> |