I am new to WSO2 BRS. WSO2 BRS claims to support Drools. But I couldnt find a way to upload a drools file(.drl extension file). How do I support Drools with WSO2 BRS.
you can checkout this entry in my blog:
http://desarrollosoa.blogspot.com/2013/07/wso2-brs-y-wso2-developer-studio-para.html
I hope it help you!!
Please follow documentation at http://docs.wso2.org/display/BRS200/Creating+and+Deploying+the+Rule+Service and use the corresponding version of product mentioned in the doc.
Related
We use Apache CXF in our application with jax-rs to build REST Api. As of now, there is no documentation about the various endpoints available and is deployed on Tomcat 8.5 server.
I have done some R&D on how to find a solution. I understand that Swagger can be used.
But, I did not find enough documentation to user swagger with Apache CXF.
I understand that these type of questions are prohibited in the site. At the same time, I am not sure which chat room to use for this purpose.
Any information on this would help me a lot.
Depending on the CXF version that you are using, I would suggest to use OpenApiFeature (OpenAPI is newer than Swagger) as described here: http://cxf.apache.org/docs/openapifeature.html
You can also find multiple sample projects with Swagger or OpenAPI here: https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs
I found corresponding nuget package in visual studio, but my client is not c#. As i am new to SSO concept i am having trouble to get things started. Any help in this regard would be good.
thanks in advance.
We (disclaimer: I work for Ping) have a great "how to" article that should give you all the considerations and option for how to SSO enable your application regardless of the language and framework you've built it with.
Please have a read here: https://www.pingidentity.com/content/developer/en/resources/application-integration-overview.html
We have recently upgraded our Siebel CRM application from version 8.1.1.11 PS16 ( IP13) to latest Siebel CRM version Innovation Pack 16 and are planning to implement "RESTful API for Siebel IP16"
Please help me to understand how to start building RESTful API for Siebel CRM along with some examples if possible.
Regards,
Sombir Sheoran
You will find the best articles on SiebelHub, those guys have totally dissected the REST api and have posted working code. Siebel IP16 achieves REST via an additional TomCat server, which converts the REST to SOAP passing it to Siebel. So you need to look at its installation as well.
I'm trying to deploy a new workflow in Alfresco Community 4.2.C using Activiti. I found out that the "workflow console" comes only with the Enterprise edition. So, is there anyway to deploy an Activiti workflow in Alfresco Community?
Thanks,
Yes you can manually place all the files under
/tomcat/shared/classes/alfresco/extension
It should be picked up by alfresco.
I just started learning workflows myself. I'm following the Jeff Potts tutorial and this explains how to deploy the workflow in community edition, among other things. More or less what Mitpatoliya answered.
You should make Alfresco bootstrap your activiti configuration file during startup. In order to do so the context file should be places in %ALFRESCO%/tomcat/shared/classes/alfresco/extension folder.
Here is everything you need to know about deploying workflow model and workflow definition in Alfresco
Hope it helps.
Also, Jeff Pots tutorial is also a great start, it helped me a lot, too.
I would like to configure Oracle db to Drools Guvnor.
Please let me know how to do this. Any links also will be helpful.
Thanks in anticipation
Bala Krishna.N
In case you still have not figured out, just select Administration -> Repository Configuration then enter your connection details. A configuration file will be generated for you. See Drools Guvnor manual for details.