modifications added to changes.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@486629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2006-12-13 12:46:13 +00:00
parent 4711af4ef3
commit d775297874
1 changed files with 9 additions and 1 deletions

View File

@ -17,7 +17,12 @@ Build management (Ant)
- including configured IoC descriptors in war distribution
- improved dependency fetching (on demand)
- fixed some spelling errors
4. Changed project structure
- Applied new structure of the gdata-server project.
- All source and test-sources are located under the ./src/ folder.
- Created GData Object Model (GOM) folder ./src/gom, Core-Folder ./src/core and ./src/hivemind
- Sources and Tests now splitted into their "sub" projects.
New Features
@ -26,4 +31,7 @@ New Features
- created hessian servlet as a generic http interface for provided services
- services can be exposed via HessianSkeletonProvider by defining a mapping key, Interface and an implementation instance.
2. GData Object Model
- The GOM will replace the Google Client API as a internal and extensible object representation.
- GOM provides a easier extension mechanimn for creating custom GData feeds and entries