Hi,
One refactoring idea: we could probably replace our Block
implementation by the JCR API.
This would allow to benefit from already existing code (JackRabbit for
ex) such as the query manager, navigation in the XDOM tree, etc.
Pros:
- less code to write
- more powerful API
- standard-based
Cons:
- Need to rewrite our Block implementation
- more external dependencies (jackrabbit and what it draws)
WDYT?
Thanks
-Vincent