Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3500:0300 [2023/04/05 05:50] – removed - external edit (Unknown date) 127.0.0.1 | docs:3500:0300 [2025/06/12 02:35] (current) – Rename to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ====== Adding custom processes ====== | ||
| + | The following section describes how to write extensions implementing custom processes and plug them into // | ||
| + | |||
| + | To implement custom processes and add them to the configuration of your application follow the steps below: | ||
| + | |||
| + | - Write the code for the process, compile it and add it to the jar file with your custom extensions. Make sure that the jar file is placed in the '' | ||
| + | - Add the process to your application configuration using the Configuration Tool (see [[docs: | ||
| + | |||
| + | The rest of the section describes how to write the code implementing the custom process (step 1 above). | ||
| + | |||
| + | |||
| + | |||
| + | {{simplenavi>: | ||