web analytics
free online training

Java Embedding Activity in BPEL

Java embedding activity is a means of embedding Java and J2EE code directly inside Oracle process. Even though java embedding can provide enhanced functionality (since you can plug in any java code here!!), this should be avoided as much as possible – since the code would be harder to manage and will not be “SOA” like. Since this is an Oracle extension, it is not part of standard spec – hence won’t be portable!!

Related posts

Vacation Approval Request Example

Vacation Approval Request is an example usecase showcasing the capabilities of Oracle Task component and provides an overview of different features available with component, assign users dynamically/statically for a use case and how to customize the task UI of the work list application.

In this example, an employee raises a vacation request and the request will be approved or rejected by his manager. Manager UI for approving or rejecting the task is customized to add company branding and the look and feel changed as per the requirements. The approval or rejection comments are propagated back to the caller.

Related posts

BPEL Security and OPSS

SOA Suite 11g benefits from OPSS (Oracle Platform Security Services) to externalize application security. OPSS provides a unified security layer to Oracle Fusion Middleware products like Weblogic Server, SOA Suite, Webcenter, ADF etc., The major advantage is the single centralized security framework that can be used for both Oracle and non-Oracle environments thus reducing maintenance and integration costs.

In this example, we are going to explore how to secure process using an authentication and encryption policy: “oracle/wss10_username_token_with_message_protection_service_policy”.

Steps to implement this example:

  1. Create key stores for client and server.
  2. Import server key store into Weblogic server.

Related posts

BAM Alerts

This lesson explains how to create and use alerts in SOA Suite 11g. It defines an alert on “Employees By Department” report created using Lesson07 on the blog. Alert is activated when no. of employees in a specific department exceed 5. Alert action is to invoke Hello World process.

Pre-requisites for this lesson are:

  1. Helloworld BPEL process (http://www.orafmwschool.com/hello-world-bpel-process/)
  2. Lesson07 – BAM Tutorial (http://www.orafmwschool.com/bam-tutorial/)

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related posts

EJB Binding Example

This tutorial explains how to consume a simple session EJB in a SOA composite using EJB binding.

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related posts

Page 1 of 1212345...10...Last »