Oracle BPM and Oracle ADF
NickName:Roy Tang Ask DateTime:2011-07-06T16:38:06

Oracle BPM and Oracle ADF

We're developing a BPM application to be run on Weblogic, and all the tutorials point to using Oracle ADF for rendering the task forms. My question is: is it feasible to use some other framework other than Oracle ADF for this? We're not really that familiar with either Oracle BPM or Oracle ADF, but we can't avoid using Oracle BPM (contract reqt), so we would like to see if we can avoid Oracle ADF instead to minimize the learning effort.

Copyright Notice:Content Author:「Roy Tang」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6593628/oracle-bpm-and-oracle-adf

Answers
Amr Gawish 2012-02-26T09:34:26

Yes you can, and in fact there is a great application using Struts to create your own BPM Client.\n\nFind the link in here:\nhttp://redstack.wordpress.com/2011/03/09/worklist-overview/\nAnother link to use .NET app as your worklist app in here:\nhttp://redstack.wordpress.com/2012/02/10/writing-a-human-task-ui-in-net-casp-net-or-in-fact-anything-other-than-adf/",


abdiel 2016-10-24T12:47:46

If you can't avoid using Oracle BPM then you should use ADF, especially because as you say you are not very familiar with Oracle BPM neither. ADF is the only option given by Oracle and therefore the only with the Oracle support for BPM integration. \n\nI'm pretty sure that could be another alternatives but you will lost a lot of integration advantages, and taking a big risk, and generally choosing Oracle BPM is for people who do not want to take risks. ",


Greg Harley 2016-10-27T21:16:43

I am not an expert on Oracle BPM, but have built dozens of BPM solutions using other platforms both commercial and open source.\nIf Oracle BPM exposes a Rest API (as ALL decent BPM systems do these days) then you are free to create your UI in whatever technology you choose.\n\nBy separating the UI from the business logic (i.e. BPM) layer using a consistent interface layer such as the Rest API, you will be able to take advantage of UI skills you may already possess in house.\n\nLet me know if you need any specific assistance.\n\nRegards,\nGreg",


Omid Mohebbi 2019-01-23T10:14:17

At first we consumed Oracle ADF 12c for generating Human tasks.\nIt was so easy to create Human tasks with BPM suite's wizards but It was semi difficult:\n\n\nit was not easy to change payloads and forms after create.\ndebugging was so hard\ndeployment was not as fast as what we need.\netc\n\n\nFinally we decided to use angular 4+ for generating human tasks with Oracle BPM API. That was very nice experience and finally we decided to made a custom workspace by angular.",


More about “Oracle BPM and Oracle ADF” related questions

Oracle BPM and Oracle ADF

We're developing a BPM application to be run on Weblogic, and all the tutorials point to using Oracle ADF for rendering the task forms. My question is: is it feasible to use some other framework ot...

Show Detail

Oracle Bpm integration/configuring with oracle jet

I created a UI using Oracle JET... and now how do I configure it with Oracle Bpm instead of loading a ADF it should load my own Oracle JET UI ... Can anyone help me with this?

Show Detail

Alfresco process service with Oracle ADF

I need a quick help. Is it possible to embed Alfresco process service with Oracle ADF? If so how can we do that? Is there any blog about using Alfresco BPM with Oracle ADF? Please help. Thank you.

Show Detail

How to create bpm vacation rule on Oracle BPM by using adf platform?

While trying to create users' vacation rule on BPM, I have written a method (snipper can be seen below) but when jaxb object instance creates occurred exception. ruleInfoType.setCreatedDate(

Show Detail

oracle adf or oracle forms

What are the advantages of oracle forms over adf, and also disadvantages. Does some companies replaces oracle forms with adf and why? Regards

Show Detail

Oracle BPM Suite 12c

I'm beginner in Oracle BPM Suite and i want use this 12c when go to download page i see this messages : This page contains the download for evaluating Oracle BPM Suite and includes only the generic

Show Detail

Oracle BPM, Workspace

I recently have started working with oracle bpm and trying to make some changes on my workspace page which will be shown to the users. I want to customize the name of the application that I deploye...

Show Detail

Oracle BPM 11g: Creating businessObjects from ADF Model

bpm 10g allowed creating bpm objects based on introspected database entities. Is there a similar way in bpm 11g to base your business objects on an entity from a model project? Similarly, what is ...

Show Detail

Oracle SOA BPM issue

I created instance at user level.but I am not getting same instance in oracle SOA BPM 11g workspace. these same issue facing in all the BPM interfaces in (DEV Environment ). please give me the solu...

Show Detail

Is Oracle ADF Essential and OEPE Eclipse is discouraged by Oracle?

Based on search in internet web sites, Whenever I tried to find a sample or advanced Task Flow based ADF Application created purely using Oracle Enterprise Pack for Eclipse and Glassfish I only end...

Show Detail