Google
 
Web unafbapune.blogspot.com

Thursday, April 20, 2006

 

Beanlib in maven2

Thanks to Joe D. Velopar, beanlib is now available in the maven 2 repository.

The original request can be found here, and here is the how-to guide.

Simply add to the pom.xml something like:
  <dependencies>
...
<dependency>
<groupId>net.sf.beanlib</groupId>
<artifactId>beanlib</artifactId>
<version>3.1.1</version>
</dependency>

<dependency>
<groupId>net.sf.beanlib</groupId>
<artifactId>beanlib-hibernate</artifactId>
<version>3.1.1</version>
</dependency>
....
</dependencies>
and your are all set.

Go maven 2!

Saturday, April 01, 2006

 

How to make a software engineer excel ?

What do you think ? What's the ideal working environment for you as a software engineer ?

This page is powered by Blogger. Isn't yours?