Get in touch with Mastertheboss.com

Are you a young student that wants to gain fame and recognition? are you already running a blog about Java EE topics ? read on this as it might interest you! Mastertheboss.com started 4 years ago and since then it kept growing more and more. Today we have over 6000 daily page views so you … Read more

Develop Java EE applications on WildFly

In this tutorial we will learn how to develop a basic Java EE 8 application on WildFly which uses Maven to compile and deploy your project.The prerequisites to run this tutorial are: JDK 1.8 or higher Maven WildFly Application Server The technology we are going to use in this basic demo are: JSF: for the … Read more

Activiti BPMN on JBoss AS 7

In this tutorial we show how to install the Activiti BPMN platform on JBoss AS 7 and how to deploy and test a sample process in it. Activiti is a light-weight workflow and Business Process Management (BPM)  engine. We have already published an Activiti BPMN Quickstart guide about one year ago, now we will explore a … Read more

JBoss Maven example: building a Java EE 6 application

In this tutorial we will show how to create a basic Java EE 6 application which will run on JBoss AS 7 using Maven. Apache Maven can provide benefits for your jave ee projects by employing standard conventions and practices to accelerate your development cycle while at the same time helping you achieve a higher … Read more

soapUI tutorial for Eclipse

In this tutorial we will show how to deploy and test your Web Services on WildFly /JBoss application server using soapUI plugin. soapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, soapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, … 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

What is a rule engine ?

A rule engine is a piece of software that executes rules according to some algorithm. A rule engine combines a set of facts that are inserted in to the system with its own Rule Set to reach a conclusion of triggering one or several actions. These rules typically describe in a declarative manner the business logic which needs to be implemented in our environment (which we assume rarely changes). The facts, on the other had, describe the conditions of the system that is to be operated on; they may change frequently.

Read more

BPMN tutorial part 2

Have you completed the BPMN introduction tutorial?  In this second part tutorial we will discuss about the two other core BPMN elements: Activities and Gateways. An activity, represented with a rounded-corner rectangle, describes a kind of work which must be done. It commonly includes Tasks and Subprocesses. BPMN Tasks A BPMN Task is essentially an … Read more

How to call a method with parameters in JSF

The simplest (and most powerful) way to pass parameters is via JSF method expression which has been introduced in JSF 2.0 and EL 2.2. So this is only possible if you’re running on a Servlet 3.0 / EL 2.2 capable container like Tomcat 7, Glassfish 3, JBoss AS 6, etc and your web.xml is been … Read more

Categories JSF

jBPM handlers code examples

This tutorial has been written for an old version of jBPM which is now deprecated. If you want to get started quickly with jBPM, we recommend the following quickstarts: jBPM 7 tutorial: getting started with the opensource BPM Developing a jBPM 7 Web application example Design jBPM Processes with Eclipse designer plugin Getting started with … Read more