Introduction If there's a question that we get more often than When [INSERT_NEXT_PRODUCT_RELEASE_HERE] is going to be available?, it is Should I use Task Flows...
Introduction If there's a question that we get more often than When [INSERT_NEXT_PRODUCT_RELEASE_HERE] is going to be available?, it is Should I use Task Flows or Portlets?. I can't remember of a single WebCenter engagement that we on the A-Team have worked on that this question hasn't been asked. Let's see what's currently written up on the internet on the subject and build on top of that. Main Article What's on Task Flow vs Portlets on the inter-webs? Not surprisingly, if...
Introduction If there's a question that we get more often than When [INSERT_NEXT_PRODUCT_RELEASE_HERE] is going to be available?, it is Should I use Task Flows or Portlets?. I can't remember of a...
Introduction A common problem in SOA Suite and one that we have a variety of tools to solve, is the need to obtain a reference or some kind of tracking id of...
Introduction A common problem in SOA Suite and one that we have a variety of tools to solve, is the need to obtain a reference or some kind of tracking id of the process (or processes) that processed some activity, for use in an external system. For example, I have a composite that processes orders. I wish to know which composite instance relates to which order in my order monitoring system. To do so, I would need to obtain some sort of reference identity within the composite...
Introduction A common problem in SOA Suite and one that we have a variety of tools to solve, is the need to obtain a reference or some kind of tracking id of the process (or processes) that processed...
Introduction What I hope to do in this article is to demonstrate how easy EDN is to use and where I believe its advantages lie. Main Article Let's begin by...
Introduction What I hope to do in this article is to demonstrate how easy EDN is to use and where I believe its advantages lie. Main Article Let's begin by describing a trivial (and highly contrived) Business Process (BP) for a particular message. We will make the BP requirements slightly more complex later in order to demonstrate the flexibility that EDN offers. Our message needs to be defined in terms of its structure and we do this in the traditional way with an XML Schema...
Introduction What I hope to do in this article is to demonstrate how easy EDN is to use and where I believe its advantages lie. Main Article Let's begin by describing a trivial (and highly...
Introduction What does it take to change WebLogic 10.3.x server mode from development to production? Main Article You quickly search on the Internet and find...
Introduction What does it take to change WebLogic 10.3.x server mode from development to production? Main Article You quickly search on the Internet and find documentation such as : http://docs.oracle.com/cd/E21764_01/web.1111/e13814/wls_tuning.htm#i1111053. The document says you just need to go to the WebLogic Console to make the change. That is easy, right? But then the next link or so you may found a blog...
Introduction What does it take to change WebLogic 10.3.x server mode from development to production? Main Article You quickly search on the Internet and find documentation such as...
Introduction Say you have a simple BPEL process that gets messages from a JMS queue through a JMSAdapter, transforms the message, and then calls a down stream...
Introduction Say you have a simple BPEL process that gets messages from a JMS queue through a JMSAdapter, transforms the message, and then calls a down stream service via SOAP. For such a simple BPEL process, are there any optimizations that can be made to improve performance? The answer is "yes". We can gain some performance by understanding what is happening in the software layers between the inbound JMSAdapter and BPEL process. Main Article The Problem Open up the WSDL...
Introduction Say you have a simple BPEL process that gets messages from a JMS queue through a JMSAdapter, transforms the message, and then calls a down stream service via SOAP. For such a simple...
Introduction Oracle BPM 11g & Case Management - PRE PS6 I've seen many customers using BPM 11g to develop a case-management solution, and I've seen many...
Introduction Oracle BPM 11g & Case Management - PRE PS6 I've seen many customers using BPM 11g to develop a case-management solution, and I've seen many questions on forums asking whether BPM 11g supports case-management. The current plan is, that BPM PS6 & more specifically, BPM 12g, will be a much better fit for more dynamic case-management than BPM 11g, however using BPM 11g is not trying to force a square peg into a round hole, more like fitting it in a rectangular...
Introduction Oracle BPM 11g & Case Management - PRE PS6 I've seen many customers using BPM 11g to develop a case-management solution, and I've seen many questions on forums asking whether BPM 11g...
Introduction As customers prepare to move SOA 11g applications from development and testing into production, we have been asked often about the recommendations...
Introduction As customers prepare to move SOA 11g applications from development and testing into production, we have been asked often about the recommendations for a PolicyStore in SOA 11g. This post addresses the various policy store options, helps evaluate the pros and cons of each of these options and describes the configuration steps required for using the database as a policy store in SOA 11g. Main Article READ MORE >>
Introduction As customers prepare to move SOA 11g applications from development and testing into production, we have been asked often about the recommendations for a PolicyStore in SOA 11g. This...
Introduction This post relates to the custom BPM worklist sample presented in this blog. In this post, we will look at how to add support for viewing a list of...
Introduction This post relates to the custom BPM worklist sample presented in this blog. In this post, we will look at how to add support for viewing a list of the attachments for a Human Task. Main Article You may recall from the post on creating the domain layer that we created a wrapper to simplify access to the Human Task object. In that wrapper class, com.oracle.ateam.domain.MTask, we had a property called attachments which is a java.util.List of the attachments....
Introduction This post relates to the custom BPM worklist sample presented in this blog. In this post, we will look at how to add support for viewing a list of the attachments for a Human Task. Main...
Introduction If you work a lot with complex ADF pages in JDeveloper, you may get tired of waiting for it to open your pages in the Design view, I know I do! ...
Introduction If you work a lot with complex ADF pages in JDeveloper, you may get tired of waiting for it to open your pages in the Design view, I know I do! Fortunately, there is a simple solution. Main Article You can change the default editor so that they will open in source view (which is very fast) and then you can switch to design view only when you actually want to. To do this, select Preferences from the Tools menu, then select File Types in the navigation tree on the...
Introduction If you work a lot with complex ADF pages in JDeveloper, you may get tired of waiting for it to open your pages in the Design view, I know I do! Fortunately, there is a simple solution....