Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
3500:0300 [2026/08/13 01:10] – external edit 127.0.0.13500:0300 [2026/08/13 01:11] (current) – ↷ Links adapted because of a move operation 127.0.0.1
Line 8: Line 8:
  
   - 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 ''AwareIM/CustomJars'' directory (see section 2)   - 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 ''AwareIM/CustomJars'' directory (see section 2)
-  - Add the process to your application configuration using the Configuration Tool (see [[docs:2500_config_apps:0900_add_edit_processes|Adding/Editing Processes]] section). When adding the process click on the “Implementation” property in the list of process properties and select the "Process is implemented by custom component" radio button. Then specify the fully qualified name of the class that implements the component, for example ''com.myextensions.MyProcessExtension''+  - Add the process to your application configuration using the Configuration Tool (see [[2500_config_apps:0900_add_edit_processes|Adding/Editing Processes]] section). When adding the process click on the “Implementation” property in the list of process properties and select the "Process is implemented by custom component" radio button. Then specify the fully qualified name of the class that implements the component, for example ''com.myextensions.MyProcessExtension''
  
 The rest of the section describes how to write the code implementing the custom process (step 1 above). The rest of the section describes how to write the code implementing the custom process (step 1 above).