Building Java Services in Your Own IDE
As an alternative to creating Java Services using the Designer Java Service Editor, you can use your own IDE.
When you use your own IDE, you must create the Java code yourself, compile it, and store the compiled class file and other service information in Integration Server. To help you with these tasks, Integration Server provides the jcode utility.
The following describes the basic steps for building a Java service with your own IDE.
2. Optionally create an empty Java service using
Designer that you can use as a guideline for coding your own service. For more information, see
Building Java Services.
3. Write the Java code for your service using your own IDE.
4. Use the jcode utility to compile the Java service and store its service information in Integration Server.
5. Reload the package to load the compiled Java service into memory so that it is executable.