The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hints for Mavenization of Java Web Applications

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Karich

Posts: 468
Nickname: pettar
Registered: Apr, 2008

Peter Karich is Physicist and Java Software Developer
Hints for Mavenization of Java Web Applications Posted: Nov 10, 2008 12:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Peter Karich.
Original Post: Hints for Mavenization of Java Web Applications
Feed Title: Java and more ...
Feed URL: https://karussell.wordpress.com/category/java/feed/
Feed Description: Just another weblog. Its about my developer experiences with Java in general. In detail I will blog about NetBeans, Eclipse, Design Patterns, News, Web Frameworks and other tools. My focus will be open source tools, which make the life of a Java developer easier.
Latest Java Buzz Posts
Latest Java Buzz Posts by Peter Karich
Latest Posts From Java and more ...

Advertisement
I discovered that it is not that easy to transform a web application from a native eclipse/netbeans project to a maven project. Here are some hints which can make your life easier: To create the project structure for the web application use this command: mvn archetype:create -DgroupId=de.mycompany.app123 -DartifactId=mywebapp -DarchetypeArtifactId=maven-archetype-webapp Be sure you replaced the 2.3 header with <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" [...]

Read: Hints for Mavenization of Java Web Applications

Topic: September 2008 New Java Performance Tips Previous Topic   Next Topic Topic: Get Next Gen Browsing Experience With Mozilla Firefox 4

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use