Got a few questions
> Link here:
> - http://docs.codehaus.org/display/GEOTOOLS/Feature+Model+Branch
>
>1. Builder vs Factory
> * XFactory does what it does *exactly* with no logic
> * XBuilder maintains state and can do the logic you wanted to
> put in the fa
Link here:
- http://docs.codehaus.org/display/GEOTOOLS/Feature+Model+Branch
1. Builder vs Factory
* XFactory does what it does *exactly* with no logic
* XBuilder maintains state and can do the logic you wanted to
put in the
factory
2. DataStore and