Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Industry best practice
  • Simplifies maintenance
  • Promotes code reuse
  • Stability
  • Manageability of complex applications

Touch Points - all integrations are made of 2 or more touch points

Standardized Internal File Format

Benefits:

  • allows maximum reuse of programs
  • simplifies addition of future programs

Integration Types

Not long ago, the text book anser was that the only valid SOA communication is SOAP based web services.

In practice this is not realistic

Not all systems support web service...

In practice there are a number of communication systes that are commonly used

Oracle SOA will support all of these

  1. Web Services (SOAP or REST)
  2. Queues
  3. File Drop

Recommendations:

  1. Use SOAP web services for all communication outside of the Enterprise
  2. Standardize on either REST or SOAP fo web services within the Enterprise
  3. Most commucations will be quick with resonable sized docs Use Web services fr these
  4. for very large docs use files
  5. for batch processing use ques
  6. more to add

Oralce SOA is an Integration Suite.