In our project, we are using Vertx and want to process our request with a workflow engine because we have different tasks in our request.
I went through activiti WFE but found only spring integration example.
How can I integrate it with Vertx?
Related
is there eclipse/sts plugin for Spring Integration flow GUI (designer)? if yes which version of STS has that?
I have installed latest STS 4-4.2.2.RELEASE, not seeing support for Spring Integration flows, not able to see the graphical representation of the flow. How we can spring integration projects to see the integration flow in STS (View the design of the integration flow.)
the applicationcontext.xml file is representation in a clear text, not like a graphical interface.
I have tried to find the plugins, but I couldn't for STS.
I am trying to build a standalone cinder service. I would like to build a custom authentication middleware and use that instead of Keystone.
Does anyone know of any blog posts, articles, etc. that documents the process of building custom authentication and using it with an Openstack service?
I have an application, which is designed using spring rest controller and front end it is developed through angular.To integrate this we have used restful web services. To deploy this application Apache tomcat server was used. What is the better way to monitor my application?
I have a requirement to connect Mule ESB with Hybris. I didnt find Hybris connector provided by Mule( Also didnt find sample examples as well). This is the 1st time going to try Mule with Hybris..Please let me know the steps or efficient procedural way to connect Hybris.
Is the hybris URL enough to connect?. Please suggest me with your thoughts to implement. Thanks in advance.
Hybris has many ways to integrate with their platform. If you have a login you can access their docs which details examples of integration with the platform including JMS and the Platform Web Services.
There is no connector supplied by Mule, but you can access their Platform Web Services which are implemented with a HTTP Restful API using the Mule http transport or by building your own connector using the Mule DevKit.
The hybris wiki has pages dedicated to most of the endpoints and the request/response formats. You can view this here if you have a login: https://wiki.hybris.com/display/release5/WebService+API+-+Reference
Also, in your hybris installation there are a bunch of examples in /bin/ext-platform-optional/platformwebservices/src...
and /bin/ext-platform-optional/platformwebservices/testsrc which show the actual web service implementations and their test cases using Jersey client.
Any body implemented workflow with apache Sling before? How easily to integrate third party workflow engine such as activiti with Apache Sling?
I don't know activiti but if you can package it in an OSGi bundle, it should be possible to use it in Sling.
The JCR and Sling observation mechanisms are very helpful in integrating with workflow systems, as they can call back into your code when content is modified in the JCR repository, in a very decoupled event-based way.