Openshift installation quick tutorial

IMPORTANT: This tutorial is now outdated. Openishift origin has been renamed to OKD (Origin Distibution of Kubernates) and this tutorial contains everything to get started on Openshift: Getting started with Openshift using OKD Openshift Origin is the upstream community project that builds up OpenShift platform. Openshift origin is built around a core of Docker container, … 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

Manage Docker Images from Eclipse

This tutorial shows how you can use Eclipse JBoss tools to manage Docker images and deploy applications on the top of it. Installing Docker Tooling So first of all you need to install Docker tooling. Search “JBoss Tools” on Eclipse Market place and flag the components you need (In this tutorial we will use Docker … Read more

Getting started with OpenShift and WildFly

Note: This article reflects an old version of Openshift which has been deprecated. This is the latest updated tutorial on WildFly and Openshift: Running WildFly on Openshift This tutorial will show how to deploy an application on Openshift Platform-as-a-Service (PaaS) cloud hosting using WildFly 8.1.0 cartridge.   OpenShift Express enables you to create, deploy, and manage applications … Read more

Cloud Computing and Mobile Devices

Cloud computing is a recent technology that seeks to provide users with access to their personal data and applications whenever they need it. Simplification of the access would mean a shorter time for the users to make full used on it; hence, leading to greater marketability of the product. Smartphones and tablets make up to … Read more

Cloud computing basics

Cloud Computing Basics You hear about cloud computing all the time, probably. They tried pumping it around the beginning of 2011, like it was some kind of new boom, but it was bad marketing; the people who heard about it – aside from a small percentage of techsters – probably had no idea what the … 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