Migrating from Jena1 to Jena 2

Jena 2 supports the Jena 1 API. However a number of changes have been made that will cause existing code not to run out of the box. The Jena team expect that there will be tools to help with the migration of Jena 1 code, but they don't exist yet, as we are not encouraging folks to migrate.

The changes are conceptually minor, mostly just renaming things into a more sensible pattern.

What Must be changed:

package renaming:

new model factory:

iterators now implement java.util.iterator

What Should be Changed

new SimpleSelector

*Impl classes