[19 May 2009 | 3 Comments | 37,642 Views]
Apache Maven: Creating a Basic Web Application (Screencast)

In this Web Application you’ll learn how to gernate a basic web application and run it inside of the Tomcat web container. You’ll explore the file structure and pom file for a web application, learn how to import the Servlet API into your project, and how to add resource files to your source code.

Read the full story »

headline, maven, screencast »

[19 May 2009 | 3 Comments | 37,642 Views]
Apache Maven: Creating a Basic Web Application (Screencast)

In this Web Application you’ll learn how to gernate a basic web application and run it inside of the Tomcat web container. You’ll explore the file structure and pom file for a web application, learn how to import the Servlet API into your project, and how to add resource files to your source code.

headline, maven, screencast »

[15 Apr 2009 | 2 Comments | 3,549 Views]
Maven Dependency and Repository Basics (Screencast)

This screencast explains the basics of how Maven repositories and artifact dependencies work. In this lesson you’ll learn how Maven coordinates are defined for an artifact in the Project Object Model (POM) file. Then you’ll learn how to reference a dependent artifact using the coordinate system. We’ll take a look at local and remote repositories and how they interact. We’ll also learn how artifacts are installed into the local repository and play around on the command line to see all of these features in action.

headline, jboss »

[12 Apr 2009 | One Comment | 1,336 Views]
Win a copy of JBoss in Action on Twitter

I’m giving away a copy of my book, JBoss in Action, on twitter.com. To enter you have to follow me and then retweet a message that I have prepared (see below). I’m sure people have done this sort of thing before on Twitter, but due to my naivety, and my neologistic tendencies, I’ll just call this a “Follow-Retweet-Contest” or FoRC since that lends itself to the idea that you are “forking” your message when others retweet it.
I’m doing this in part because I want to promote my book and …

featured, headline, maven, screencast »

[9 Apr 2009 | 3 Comments | 2,017 Views]
Screencast: Maven - Commands and Lifecycles

Learn about goals and lifecycle phase commands

headline, maven, screencast »

[7 Apr 2009 | 4 Comments | 1,540 Views]
Screencast: Maven - Generating a Basic Project

This screencast shows you how to get started with Apache Maven. First it points you to the Maven download and installation instructions. Then it shows you how to verify that Maven was installed. After that, the screencast walks through the generation of a basic project using the archetype:generate goal. The screencast concludes by taking a look at the generated directory structure and examining the contents of the pom.xml (Project Object Model) file.