Technical skills are a hygiene factor for architects. You need to have them to be accepted for the job. But emotional intelligence and ability to understand organizations are the skills that define how good you really are.
Here is the complete original post.
Friday, April 30, 2010
Saturday, April 24, 2010
Create a template project with gwt-maven-plugin archetype
I wanted to use maven for my GWT project. In the beginning, I ran archetype to create a project template with gwt-maven-plugin.
mvn archetype:generate -DarchetypeRepository=http://repository.codehaus.org -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=1.2 -DgroupId=myGroupId -DartifactId=myArtifactId
Subscribe to:
Posts (Atom)