Transports and Interfaces: Siebel Enterprise Application Integration > Java Business Service >

About Restrictions for Implementing JBS


When implementing a Java business service, keep in mind the following recommendations:

  • Each business service method invocation should be atomic and stateless.
  • The explicit creation of Threads is discouraged. It is not recommended that customers invoke a multi-threaded component from a Java business service.
  • All data and context required to perform the necessary business functions must be provided as input to the class. The external Java class cannot call back into the Siebel application to obtain additional context.
Transports and Interfaces: Siebel Enterprise Application Integration