Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Simple Example of using business rule in SOA

hello,
i am new to SOA suit. i just learned how to use file adapter and database adapter . now i want to use business rule. i have searched over the internet a lot but could not find any thing useful. here is what i want to do
i have this csv file like following
value,type
1,odd
2,even
3,odd
4,even
5,odd
6,even
i want to read this file and write only those numbers to output.txt file which are even. i guess for that i have to use business rule.
if any one can please provide some thing useful or a sample project i will be really thankful
-Usman
Answers
-
Hi Usman,
I don't believe you will find a sample that will be of exact fit to what you need to do.
What i would recommend you doing is going through the Business Rules Developer's Guide which provides extensive information to help you implement your requirement (http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_decision.htm)
Antonis
-
Thanks for replying Antonis
I have see this link but i am unable to get the hang of it. if can you provide a sample project of using business rule then i would be thankful.
-
You could get few sample business rules in the following link
(http://www.oracle.com/technetwork/middleware/business-rules/learnmore/index.html)http://www.oracle.com/technetwork/middleware/business-rules/learnmore/index.html
-
Thanks for replying user11274260
i saw them , what i am struggling in is how do i implement business rule in my case.