First two (of three) steps of commons-->shared refactoring is done:

Step 1: All former commons classes have been copied to a new shared
module and have been refactored to package
"org.apache.myfaces.shared.*"

Step 2: An intermediate myfaces-shared-impl-2.0.0-SNAPSHOT.jar is now
built automatically. It includes all shared classes auto-refactored to
"org.apache.myfaces.shared_impl.*" namespace.
Note: The "org.apache.myfaces.shared_impl" package is different to the
originally proposed "org.apache.myfaces.impl.shared". I will explain
the reasons why I chose another package name later in separate mail.
All impl classes in branch 1_1_2 have been refactored as well and now
use those "org.apache.myfaces.shared_impl" classes. In addition to
that the shared_impl classes are now automatically bundled together
with the impl classes and included in the
myfaces-impl-1.1.2-SNAPSHOT.jar.

Step 3 is pending: Do all that was done for impl in Step 2 for the
tomahawk classes.


To try out you will need:
 shared (trunk)
 impl (branch 1_1_2)


Regards,
Manfred

Reply via email to