Quantcast
Channel: Technical Findings
Browsing all 9 articles
Browse latest View live

What is web services? How to create a web service?

Web services provide a standard way of interoperating between different applications (heterogeneous), running on different platforms, and it provides the integration of web based application using the...

View Article



Parse and replace the XML elements using java

This example helps to find the xml tag values and replace with new values at runtimePrerequisitesFollowing jar files are required in the class path in order to run this application J1)...

View Article

Image may be NSFW.
Clik here to view.

MTOM (Message Transmission Optimization Mechanism)

MTOM (Message Transmission Optimization Mechanism)MTOM allows send and receives attachments (such as document, pdf and images) efficiently and in an interoperable manner. It uses XOP (XML-binary...

View Article

Setting up EhCache using Spring

Setting up EhCache using SpringEhcache is a pure Java cache with the following features: fast, simple, small foot print, minimal dependencies, provides memory and disk stores for scalability into...

View Article

Mule2.x - expression-recipient-list-router – Dynamic Endpoint in mule

Mule2.x - expression-recipient-list-router – Dynamic Endpoint in muleThe expression recipient list router can be used to send the same message to multiple endpoints over the same endpoint or to...

View Article


ActiveMQ integration with mule using spring

ActiveMQ integration with mule using springThere are different ways to integrate ActiveMQ with spring.1) Run separate ActiveMQ instance2) Embedded broker activeMQ instance orLet’s starts with first...

View Article

REST with CXF

REST with CXFTo understand more about rest with cxf please refer the following linkhttp://cwiki.apache.org/CXF20DOC/jax-rs.html#JAX-RS-IntroductionIn this sample code I am using apache-cxf-2.2.2...

View Article

Spring security Kerberos Integration

Spring Security Kerberos Extension, authenticated the users against web application just by opening the URL. There is no need to enter a username/password and no need to install additional software.To...

View Article


Groovy.... Creating an XML file

import groovy.xml.MarkupBuilderdef valuefile = new File('TestData.xml')def writer = new StringWriter()def xml = new MarkupBuilder(writer)Random random = new Random()xml.records() { for(int i=1; i

View Article

Browsing all 9 articles
Browse latest View live




Latest Images