The Apache CXF framework helps you to develop web services using standards based programming model and also provides a flexible deployment model for deploying web services. In this blog, I would provide an overview of CXF Architecture. The architecture of CXF is built upon the…
In SOA, we generally talk about identifying the services, implementing it, composing it and governing the services. The key factor that missing out here is service classification and service capability model. Understanding what type of service exists like technical, common…
I am happy to share with you the preface and sample chapter of my Apache CXF Web Service Book.Comments welcome. Download the Sample Chapter for Apache CXF Book
AJAX enables a dynamic, asynchronous Web experience without the need for page refreshes. It incorporates the following technologies: - XHTML and CSS provide a standards-based presentation. - Document Object Model (DOM) provides dynamic display and interaction. - XML and XSLT…
Spring web services at a glance - Spring web services is focused on creating contract-first document oriented web services. Spring web services, being a product of Spring, offer first class support of using Spring configurations and integrating with Spring framework. Spring…
In this blog we will look at how to develop a simple web service using CXF and Spring-based configurations. We will take a use case of a Order Processing Application and than develop a web service and client for this use case. The Order Processing Application The objective of…
Are you interested in delivering web services to mobile applications. Read the following hands-on tutorial on . :- Deliver Web services to mobile apps using KXML This article of mine was first published by IBM developerWorks. All rights reserved…
Application integration is the biggest challenge today for many enterprises. Building an Enterprise Service Bus (ESB) is probably the quickest and most cost-effective way to address this challenge. In this article, you gain insight on ESBs, and how to model and construct ESB…
There are lots of web service frameworks available today which lets you create and deploy web services. The choice of selecting a web services stack depends on multiple factors like standards compliance, ease of development , deployment options, unit testing options, integration…
In general, semantics is the study of meaning. (The word "semantic" comes from the Greek semantikos, or "significant meaning," derived from sema, or "sign.") Semantic Web technologies help separate meanings from data, document content, or application code, using technologies…
In this article, you'll learn how to design and develop service-oriented architecture (SOA) frameworks using the Java 2 Platform, Enterprise Edition (J2EE). By adapting an SOA framework, your organization can maximize loose coupling and reusability between systems. This article…
Using Java API for XML Web Services (JAX-WS) technology to design and develop Web services yields many benefits, including simplifying the construction of Web services and Web service clients in Java, easing the development and deployment of Web services, and speeding up Web…
The Model-View-Controller (MVC) pattern is fairly useful in software engineering of object-oriented applications. This article takes a look at how it can be applied to the call static or dynamic Web services. - Web services architecture using MVC…
WesternDigitalOne day, my western digital external drive, all of sudden stopped working.The USB drive was not being detected in bios also. I wasn't sure if my external SATA-USB connector was problematic or the SATA drive…
Spring is an open source framework created to address the complexity of enterprise application development. Start to build lightweight, robust J2EE applications using Spring technology with the following Spring series articles. The Spring series articles was rated as the best…
DB2 Everyplace is an offering from IBM for pervasive computing. The series of articles will get you started with DB2 Everyplace on Java and .NET environment and would share my experiences on the product. 1. Building Wireless Java Applications Using DB2…
The following articles of mine are some of the resources to get started on developing mobile applications. A series of article for building J2ME applications. - Build Smart J2ME Apps Part 1 - Build Smart J2ME Apps…
This article provides an architecture and sample application for using JMS as the transport for Web service invocations. Although the articles using AXIS framework , but overall architecture remains same for web service communication over JMS tutorial This article assumes that…
Learn how to dynamically invoke resource adapters using WebSphere® Business Services Fabric’s policy framework. Scenario overview Company XYZ recently acquired Company ABC to expand its printing business. Company XYZ uses a DB2 Enterprise Information System (EIS) to store and…
This tutorial shows you how to build a database application using J2ME Record Management System. You will also learn how to craft a MIDlet that performs the necessary logic of creating and accessing the DB2 database application and deploys it to a J2ME environment. This tutorial…