InterPlay 2.3.0 User Guide Define services While exits are custom code that modifies existing features, InterPlay services are custom Java classes that implement complete features. InterPlay provides default implementation for the services but you can provide your own implementation if needed. You can redefine the following services: Import reader Export writer Monitoring Security Transformer You must register services the same way as exits. To add a new service: Navigate to the <InterPlayInstall> or <DesignerInstall> directories. Add the service Java classes to the war/WEB_INF/classes directories. Add your supporting libraries to the war/WEB_INF/lib directory. These libraries must not interfere with the existing libraries. Register the services in the war/ WEB_INF/classes/ interplayPublicContext.xml file by adding a bean XML element. Related topics Tracing service Security service Export services overview Import services overview How to modify the database connection Related Links
Define services While exits are custom code that modifies existing features, InterPlay services are custom Java classes that implement complete features. InterPlay provides default implementation for the services but you can provide your own implementation if needed. You can redefine the following services: Import reader Export writer Monitoring Security Transformer You must register services the same way as exits. To add a new service: Navigate to the <InterPlayInstall> or <DesignerInstall> directories. Add the service Java classes to the war/WEB_INF/classes directories. Add your supporting libraries to the war/WEB_INF/lib directory. These libraries must not interfere with the existing libraries. Register the services in the war/ WEB_INF/classes/ interplayPublicContext.xml file by adding a bean XML element. Related topics Tracing service Security service Export services overview Import services overview How to modify the database connection