A blog about my daily tech ramblings.
Friday, 20 March 2015
Saturday, 14 March 2015
Custom Invocation Handler for Gatein WSRP
We'll be creating a custom invocation handler for WSRP using the Gatein WSRP Extension. For this example code we'll be sending two custom attributes (CustomerID & OrderID) from our consumer to the producer.
Source code available at Github
Consumer
Producer
Utility class
Deployment
Source code available at Github
Consumer
Producer
Utility class
Deployment
Monday, 9 March 2015
OSS plans for Continuous Integration, Code coverage and many more
A list of online tools which provide free OSS plans for GitHub.
Wednesday, 12 November 2014
Masking Sensitive Information using CXF Logging Interceptor
November 12, 2014
Posted by Unknown
Apache Karaf, cxf, Fuse ESB, logging interceptor, Masking, Sensitive Information
No comments
In this article we'll see how to mask/hide sensitive information when using CXF Logging IN/OUT Interceptor.
The solution was built to run on Apache Karaf / Fuse ESB, but a similar approach can be utilised to run the custom logging interceptor on other environments.
The solution was built to run on Apache Karaf / Fuse ESB, but a similar approach can be utilised to run the custom logging interceptor on other environments.
Alternative approach by parsing SOAP XML Payload : Source Code
Wednesday, 5 November 2014
A simple job scheduler using camel-quartz component
A simple scheduler using camel-quartz component.
Thursday, 23 October 2014
Manage Roles and Groups using Gatein Organisation Service
Managing groups and roles/permission in Gatein Picketlink using Organisation Service.
Source code: