2006-02-02 Rutgers
Attendees
Eric Dalquist, William G. Thompson, Jr., Faizan Ahmed, ScottS. Jason Jason
Notes
- uP3 Architecture overview
- URL construction, syntax, XSL functions
- layered preferences implementation
- registry implementation, transfer objects
- UI
BREAK
Work Items
- ICacheable - necessary? do objects need to implement caching support logic? Is it different from hashcode? Where is this used? RenderingComponenets only context we might have. Should caching be applied as part of pipeline configuration or some other scope.
- Rendering Stages, pipeline what do they do?
- pipeline connectors? SAX->String
Work Items
- automated tools to determine if code is ever used? (checkstyle? pmd?)
- CompositePipelineComponenetManager, order of config for Spring important? setPipeline
- List.toArray or Spring instead of iterating through lists to create arrays.