The framework has changed slighty since the 0.7.10 release (see changes.txt). To convert you existing application please work through through this list and make these changes.
InternalCollection class is sought in
the org.nakedobjects.object.collection package.collections package has been moved and its name
changed; it is now a subpackage of org.nakedobjects.object
and is now org.nakedobjects.object.collection.TextString and into the new class Case.
Replace TextString.CASE_SENSITIVE with
Case.SENSITIVE
setText in TextString has
been deprecated. Use the method setValue instead which
is consistent across all the value classes.ClassSet has be replaced by
NakedClassList. This is used in the exploration
application (by subclassing Exploration).init method in Exploration should
not be used to setup exploration objects. There is now a method called
initObjects. In this method you can create new
instances before start up by calling the createInstance
utility method in the superclass. There is now no need to call
makedPersistent for each newly created object.Copyright (c) 2002 - 2004 nakedobjects.org
You may print this document for your own personal
use, or you may copy it in electronic form for access within your
organisation, provided that this notice is preserved.