Tutorials
aus eecoo wiki, der freien Wissensdatenbank
JavaEE
- Tutorial: Getting started with JBoss Seam and Maven on JBoss Application Server
In this tutorial you can learn how to setup a Maven 2 project for developing a JBoss Seam based application. JBoss Seam is a framework on top of JSF for building next generation web applications easily. The resulting webapplication will be ready for deployment on JBoss Application Server.
Java
- Setting up Java projects with Maven2 and Eclipse
This tutorial describes how to get started with Maven2 projects for Java developement. Basicly it covers creation of projects, integration of them into the Eclipse IDE and performing basic tasks like compiling, cleaning and updating dependencies. - Configuring a Maven2 project for team development
- Configuring a Maven2 webproject to simplify team development and testing
- Share a project on a SVN remote repository from within Eclipse
- Setting up continuous integration on a shared Maven2 project
- Participate in a Maven2 based, shared webproject
In this tutorial you learn how to participate in a Maven2 based, shared webproject that is stored in a remote Subversion repository. The project uses a webproject with Maven2's default layout and shows basic tasks like compiling and testing webprojects locally.
Maven
- Tutorial: Configure the Cargo deployment plugin
This is not really a tutorial but rather an example configuration for configuring a Maven project to get deployed on Tomcat5 with the help of the Maven2 Cargo plugin.
