Maven 3 installation and configuration
In this tutorial we are going to show how to set up a working maven 3 installation. Follow this steps: - Download maven 3 - Install maven 3 - Configure maven 3 - Check setup 1. Download maven 3 •...
View ArticleMaven 3 Eclipse plugin setup
In this tutorial we are going to setup maven 3 eclipse plugin quickly and smoothly. The whole process goes well under Eclipse Indigo IDE. 1. Maven plugin installation • Start Eclipse • Navigate to...
View ArticleAxis2 Java2WSDL approach
In this tutorial we are going to code a WebService based on Axis2 java2wsdl approach – exposing POJO as a WebService. If you haven’t do so yet configure your development environment based on Eclipse...
View ArticleMaven 3 – How to deploy a WAR package
When you are using an auto deploy directory of an application server have you ever wondered how much time you waste while switching through windows while building and deploying web application while...
View ArticleAxis2 WSDL2Java approach
In this tutorial we are going to create a WebService based on Axis2 wsdl2java approach. A WSDL file will be taken from our previous tutorial Axis2 Java2WSDL approach In this tutorial we are going to...
View ArticleAxis 2 client
In this tutorial we are going to code an axis 2 client based on wsdl2java approach. We are going to connect to a HighScores Service which we have created in previous tutorial – Axis2 WSDL2Java approach...
View ArticleJenkins installation and configuration with Maven, Ant and GitHub
In this tutorial we are going to describe Jenkins installation and configuration with Maven, Ant and GitHub. We are going to use a Tomcat Application Server 7. If you don’t have Tomcat installed please...
View ArticleJSF 2, Spring 3 example – The Registration App
Today we are going to show you how to integrate JSF 2 with Spring 3. Our JSF 2 Spring 3 example application is the implementation of the Workshop registration use case. Here is how it looks like. JSF 2...
View ArticleJSF 2 custom validation – the email validation example
Today’s topic is JSF 2 custom validation. We are going to show you how to create and use a custom JSF 2 validator – the email address validator. Our sample application is consists of a simple form...
View Article