Changes between Version 2 and Version 3 of BolsenaDraft2012
- Timestamp:
- 05/12/12 16:22:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BolsenaDraft2012
v2 v3 27 27 Considering GeoNetwork's functionality, you might expect there exist a class called Metadata, representing metadata. Sadly, this is not the case. The lack of a domain model makes doing changes to GeoNetwork very much more difficult and encourages source code pasta. Let's model our domain, and while at it, use [http://www.hibernate.org/ Hibernate] to have the domain classes hide the database. 28 28 29 == logging == 30 31 There is no point in maintaining a home-made logging facility when there are de facto standard libraries for this. Let's replace GN logging with [http://www.slf4j.org/ slf4j], and back it by the venerable [http://logging.apache.org/log4j/1.2/ log4j]. 29 32 30 33 === Wishlist ===