Camel swf integration - apache-camel

At camelone 2012 a session was on camel with amazon web Services. In particular an example was on integration with simple workflow. Where can i find the code of that example or something similar regarding these integration?
Thanks in advance F.

At the Camel documentation you can find details about the camel-asw components at
http://camel.apache.org/aws.html
And about the SNS
http://camel.apache.org/aws-sns.html
And then unit tests of these components often have some examples of their usage
https://svn.apache.org/repos/asf/camel/trunk/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/
And you can find all the videos and presentations from CamelOne 2012 at: http://fusesource.com/apache-camel-conference-2012/camelone_speakers_2012/

Related

Apache Camel Drill component issue with credentials and setup

I'm tinkering a little with Apache Camel, specifically, I'd like to connect it and query an hive database via Apache Drill. I'm struggling with something very simple as "how to pass credentials" to the driver.
I've read the doc online https://camel.apache.org/components/3.12.x/drill-component.html, checked examples online, but could not find any hint that would point me in the right direction.
The version I'm using the latest apache camel on Quarkus.

SuiteCRM authentication with third party OAUTH2 server

I want to integrate OAUTH2 server with SuiteCRM, Please anyone have idea about process or steps OAUTH2 integration.
Please help me.
You need to read the section called "Connectors" in the official Sugar CRM 6.5 guide (suiteCRM is based on it), it's very detailed.
You can then integrate the results of whatever you get back from the API into a dashlet. Here's the guide http://support.sugarcrm.com/Documentation/Unsupported_Versions/Sugar_6.5/index.html

AngularJS + Rule Engine

Is there any way to integrate Rule Engine (or Rule Engine concept to apply Business Rules) with AngularJS application?
I have heard about Drools. Is there any API provided by Drools which can be used in Angular Project?
My requirement is any input given by the user should first go to match the applicable rules, then it should pass to the angular-controller. Is this possible?
Thanks in advance.!
You just need to write a REST (or other HTTP-based) service to wrap your Drools rules. That way a client-side JavaScript framework such as Angular JS can call your REST operations.
The following is an example of an Angular JS client-side application integrating with Drools on the server: https://github.com/gratiartis/qzr
Although I should warn you that it's a work in progress, so please don't complain about lack of features or documentation. :)
you can also try IBM ODM (Operational Decision Manager), available on-premise or in IBM Cloud Bluemix.
http://bluemixtips.blogspot.co.uk/2014/05/rules-on-bluemix.html
http://www.ibm.com/developerworks/cloud/library/cl-hotel-rules-app/index.html (NodeJS sample)
Cheers
--Yves
#ylecleach
For drools, there are two possibilities:
First solution, as mentioned by Steve, is to write your own REST service to wrap drools engine.
The other solution is to use Drools Camel Server, which provides REST interface out of the box.
In contrary to other drools' document, the document of Camel server is a bit too short.
You can use JavaScript client to talk to a decision-as-a-service platform. Which the business rule/decision server hosts all your related business rules and make them available as a REST API interface. Then you can execute, manage and monitor those business rules via REST API interface.

How to use codenameone cloud features?

I have been using parse for backend for my codenameone project. I will like to use the codenmaeone cloud services instead. IS there any documentation and examples of how to do this?
Page 111 in the developer guide: http://www.codenameone.com/developer-guide.html
There is also JavaDoc: https://codenameone.googlecode.com/svn/trunk/CodenameOne/javadoc/com/codename1/cloud/package-summary.html
And some additional info in the blog regarding new tools: http://www.codenameone.com/3/post/2013/04/cloud-object-viewer.html
There is always the discussion forum where you can search and ask questions: http://www.codenameone.com/discussion-forum.html

Silverlight Google Analytics Integration

We have a Silverlight LOB that we need to integrate Google analytics. I have been exploring the Microsoft Silverlight Analytics Framework (MSAF) for the past few days. Unfortunately, I don’t get any response to many of my questions in the MSAF discussion forum. Now I'm forced to find a decent alternative to MSAF. I gave up MSAF due to the following reasons:
Not getting any answers to many of my questions
Not sure if MSAF support Google’s E-commerce tracking. If so how
Do you have any experience integrating Google analytics with Silverlight? Especially the e-commerce tracking part of it? Any inputs/links/resources in this regard will be very helpful. Sincerely appreciate your help.
I have created a widget for blogengine.net to show total visits on the blog from Google Analytics. You need to use GData - Google Data API for this. Have a look at this widget. May be it is not of lot of help but at least it can get you started.
http://midnightprogrammer.net/post/Blog-Analytics-Widget-For-BlogEngineNET-Powered-By-Google-Analytics.aspx

Resources