Prova 3.0 to be released as Compact Edition enabled for OSGi

To streamline development, documentation, packaging and deployment, the decision has been made to release a completely rewritten Prova as a "Compact Edition", version 3.0.0. This version does not include ANY old Prova code or examples. The upside of this is that the binary distribution is reduced to about 2.1M, the Prova OSGi-enabled bundle jar to only 460K with only 8 external dependencies (also OSGi bundles). The release candidate is available at http://www.prova.ws/downloads as ws.prova.compact-3.0.0-all.zip and the Prova bundle alone is ws.prova.compact-3.0.0.jar.

The source repository is now at https://mandarax.svn.sourceforge.net/svnroot/mandarax/prova3/prova-compact/trunk.

We have changed the maven group and artifact to ws.prova and ws.prova.compact, respectively. The maven repository is at the old location http://www.prova.ws/maven2:

<repository>
	<id>prova</id>
	<name>Prova repository</name>
	<url>http://prova.ws/maven2</url>
</repository>

but your dependency should look like:

<dependency>
	<groupId>ws.prova</groupId>
	<artifactId>ws.prova.compact</artifactId>
	<version>3.0.0</version>
</dependency>