SOA interview questions (2022)

Here’s a collection of SOA interview questions which could be useful before going for a technical interview. SOA Interview questions – general What is SOA ? Service-oriented architecture is a style of software design where services are provided to the other components by application components, through a communication protocol over a network. The basic principles … Read more

JBoss ESB tutorial for beginners

Important note: JBoss ESB is an archived project and its latest release dates back to Mar 2013. The replacement technology for it is JBoss Fuse which is an open source enterprise integration platform and service bus. You can find here a quickstart tutorial: Getting Start with JBoss Fuse This tutorial is a rewritten version of … Read more

SwitchYard JSF Integration tutorial

In this tutorial we will discuss about JSF integration with SwitchYard using the Order example contained in the distribution. The Bean Component is the core SwitchYard component. Built as an extension to Weld component it allows you to use the same programming model of CDI beans, with a few extra annotations. By adding Switchyard annotations … Read more

SwitchYard tutorial

In this tutorial we will describe how to create your first SwitchYard Service. We will then show how to consume it through a JSF interface or a SOAP based client.   SwitchYard is a lightweight service delivery framework which provides support for developing, deploying and managing service oriented applications. You can download SwitchYard from JBoss … Read more