SOA Suite Tuning Guide for SPARC

If you run your SOA Suite on SPARC make sure you read the SOA Suite Tuning Guide for SPARC. The guide contains details about:

  • Oracle SOA Suite BPEL Test Overview
  • Oracle Service Bus Microbenchmark Test Overview
  • Test Configuration
  • Hardware Configuration
  • Software Configuration
  • Partitioning Using Oracle VM Server for SPARC
  • Generalized Performance Data
  • Performance Tuning Methods
  • BPEL Infrastructure Tuning Parameters
  • Oracle Service Bus Performance Tuning
  • Conclusion
  • Links and Further Resources

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Podcast Show: The State of SOA By Bob Rhubart

Service Oriented Architecture may not get the attention it used to get, but it is still alive and kicking – and more important than ever.

The latest OTN ArchBeat Podcast program features a panel discussion on the State of Service Oriented Architecture. The panel for this conversation consists of four gentlemen who collectively represent exactly half of the team of experts behind Industrial SOA, a new series of articles available on OTN.

The Conversation

  • Listen to Part 1: The panel discusses why SOA is more important than ever.
  • Listen to Part 2: The panel discuss SOA in the context of business/IT alignment challenges and shares insight on the differences in SOA approaches between Europe and the US.
  • Listen to Part 3: (May 8) The panel explains the concept of Industrialized SOA and discusses what it means for Cloud computing, Mobile, Big Data, and other trends.

Jürgen KressHajo NormannClemens Utschig-UtschigTorsten WinterbergDanilo SchmiedelGuido SchmutzBernd TropsBerthold Maier

For further SOA publications please visit our wiki. Please feel free to add your SOA & BPM publications!

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Cloud Computing Book Concepts, Technology & Architecture published by Thomas Erl & Ricardo Puttini

imageDuring my holiday I read this book, here is my quote “Cloud Computing: Concepts, Technology & Architecture is an excellent resource for IT professionals and managers who want to learn and understand cloud computing, and who need to select or build cloud systems and solutions. It lays the foundation for cloud concepts, models, technologies and mechanisms. As the book is vendor-neutral, it will remain valid for many years. We will recommend this book to Oracle customers, partners and users for their journey towards cloud computing. This book has the potential to become the basis for a cloud computing manifesto, comparable to what was accomplished with the SOA manifesto." Jürgen Kress

Clouds are distributed technology platforms that leverage sophisticated technology innovations to provide highly scalable and resilient environments that can be remotely utilized by organizations in a multitude of powerful ways. To successfully build upon, integrate with, or even create a cloud environment requires an understanding of its common inner mechanics, architectural layers, and models, as well as an understanding of the business and economic factors that result from the adoption and real-world usage of cloud-based services.

In Cloud Computing: Concepts, Technology & Architecture, Thomas Erl, one of the world’s top-selling IT authors, teams up with cloud computing experts and researchers to break down proven and mature cloud computing technologies and practices into a series of well-defined concepts, models, technology mechanisms, and technology architectures, all from an industry-centric and vendor-neutral point of view. In doing so, the book establishes concrete, academic coverage with a focus on structure, clarity, and well-defined building blocks for mainstream cloud computing platforms and solutions.

Subsequent to technology-centric coverage, the book proceeds to establish business-centric models and metrics that allow for the financial assessment of cloud-based IT resources, and their comparison to those hosted on traditional IT enterprise premises. Also provided are templates and formulas for calculating SLA-related quality-of-service values and numerous explorations of the SaaS, PaaS, and IaaS delivery models.

With over 260 figures, 29 architectural models, and 20 mechanisms, this indispensable guide provides a comprehensive education of cloud computing essentials that will never leave your side.

The book is available at Service Tech Books or at Amazon. Looking for additional SOA books or You published a book feel free to add it to our publications wiki!

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

SOA Advisory Webcasts: SOA Evaluation & Planning – SOA Diagnostics – SOA Domain setup – Extending SOA Domain

Our global dedicated SOA Support team will run several SOA webcasts, make sure you attend them:

Missed a Webcast on-demand versions are available Oracle Fusion Middleware Advisor Webcast Schedule and Archived Recordings [ID 1456204.1].

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Additional new content SOA & BPM Partner Community

 

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Improve performance and maintenance of heavily used SOA composites by Cattle Crew

As stated in a previous post, heavily used transient BPEL processes should be configured with some well-defined parameters in order to avoid storing too much data in the database, thus optimizing performance.

However, even if BPEL processes inside the composite are configured this way, data of other components like mediators and the composite itself are all stored in the database. How much information is stored can be influenced by the audit level setting. As of documentation, the audit levels are defined as follows:

  • Off: No composite instance tracking and payload tracking information is collected. No more composite instances can be created. No logging is performed. Note that disabling logging and the display of instances in Oracle Enterprise Manager Fusion Middleware Control Console can result in a slight performance increase for processing instances. Instances are created, but are not displayed.
  • Development: Enables both composite instance tracking and payload detail tracking. However, this setting may impact performance. This level is useful largely for testing and debugging purposes.
  • Production: Composite instance tracking is collected, but the Oracle Mediator service engine does not collect payload details and the BPEL process service engine does not collect payload details for assign activities (payload details for other BPEL activities are collected). This level is optimal for most normal production operations.

faultsGenerally, the SOA Infrastructure audit level is set to Production or Development – depending on the environment – and the composites are set to inherit this audit level. In case of an intensively used composite this means that a lot of data is persisted in the database.
The audit level, however, can be overridden for every composite. Since the data from the transient, short-lived composites is not needed, the setting Off for the relevant composite should be an interesting option to consider. Three questions must be answered:

  • How much information is persisted from the composite instance?
  • How much information is persisted from the component instances inside the composite?
  • What happens in case of an error?

Read the full article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

C2B2 educational webinars – Oracle SOA Suite 11g

C2B2 educational webinars - Oracle SOA Suite 11gC2B2 is running a new series of short and snappy educational webinars about Oracle SOA Suite 11g.

Delivered by C2B2 experienced middleware consultants, the webinars provide insight and ideas for the performance tuning of Oracle SOA Suite 11g.

Oracle SOA Suite 11g Webinars:

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Fusion Middleware for Apps Reference Guide & Inside Oracle Applications with Oracle Fusion Middleware

At our SOA Community Workspace (SOA Community membership required) you can find the latest Fusion Midddleware for Applications presentations:

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

SOA Made Simple by Lonneke Dikmans , Ronald van Luttikhuizen

SOA Made SimpleSOA is an industry term which is often preached like a religion rather than taught like a technology, and over time, grasping the concept has become unnecessarily difficult.

Many companies proclaim that they do not know where to begin with SOA, while others have begun their SOA effort but have not reaped the benefits they were convinced it would bring.

SOA Made Simple” explains what SOA is in simple terminology and by using real-life examples. Service-orientation is already a very natural way of thinking for business stakeholders that want to realize and sell services to potential clients, and this book helps you to realize that concept both in theory and practice. After reading “SOA Made Simple” you will have a clear understanding of what SOA is so you can implement and govern SOA in your own organization. If you are an architect who wants to be completely clear in your understanding of what SOA is, then this book is essential. In fact, anyone (designer, developer, administrator or team lead) who is implementing or about to implement an architecture in an IT environment should not miss out on “SOA Made Simple”.

If you published a book feel free to add it to our publications wiki!

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum

Insurance SOA & BPM DSS Demo

For access to the Oracle demo systems please visit OPN and talk to your Partner Expert Highlights.
Introduction This demo is a business solution for Insurance domain and showcases how Insurance companies can sell Insurance online. This enables users to quote and buy the policy online. The solution covers the breadth of Fusion Middleware stack. We have WebCenter Spaces for Intranet Site, WebCenter portal application for Customer interfacing site, IDM for Security, SOA/BPM to orchestrate the business use case, UCM as Content Server, OBIEE for reporting and OBIEE Publisher to generate summary pdf reports on the fly. Java Mail Server to relay email messages to customers.

Highlights

  • BPM plays a critical role by providing proactive real-time insight through a flexible real-time decision engine
  • Reduces data entry redundancy and improves quote-to-sale ratios
  • Manages complete process to reduce service cost for end customers
  • Helps businesses to shift from a product-focused to a customer-focused business model
  • Uses MDM for business data and Insbridge for Insurance data capture

Demo Flow Client requests for a quote by entering cover details, employment details, personal details in the alamere portal application. Request quote data is evaluated and decision is taken whether to generate quote or forward the quote for approval before confirming it. Manual approval of the quote by underwriters. Communication between underwriters using BPM Process Spaces. Tracking of the BPM Process instance in Process Spaces. Communication to the client by emails. Buying the Insurance policy by the client. Policy confirmation to the client in the account of the client and through email. For more information and access visit OPN.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki Mix Forum