JSF ViewScoped tutorial

The @ViewScoped has been introduced by JSF 2.0 specification. In a nutshell the data which is @ViewScoped will keep living as long as you don’t navigate to another pagee to itself. The view scope is very convenient, since it allows the pattern of initializing data when you first access a page (via a non-faces request, which is typically a GET request) and then keep that data when you work on the page, doing postbacks, AJAX requests, etc.

Read more

Categories JSF

Accessing Hibernate Session in JBPM 3

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

Java EE 6 tutorials on JBoss / WildFly

Basic course ( Eclipse Tools, EJB-JSF ) Step 1 Installing JBoss Tools on Eclipse Step 2 Develop a Java EE 6 application on JBoss AS 7 Step 3 Add Rich JSF Libraries (Richfaces) Add Rich JSF Libraries (Primefaces) Step 4 Cluster a Java EE 6 Application on JBoss AS 7 Step 5 Add Data Grid … Read more

JBoss Books

WildFly Administration Guide WildFly is the most popular open-source Java application server. This book is an in-depth guide to the administration and management of the of the application server, covering all of the latest architectural and management changes such as: How to achieve High Availability of your WildFly cluster How to configure the newest subsystems (agroal, … Read more

Clustering JBoss AS 7

Important Notice: There is a more updated tutorial about Clustering with WildFly Application Server: Clustering WildFly Application Server In this article we will show how to configure in a nutshell JBoss AS 7 for clustering. Then we will deploy a sample Java EE 6 application on the top of it. Earlier JBoss users used to … Read more

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 tutorial about one year ago, now we will explore a newer … 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