1.1

  • Refactor twiff-core so its HTTP servlet and page caching routines are removed to two separate projects. This keeps the code bases small and to the point.
  • Refactor twiff-core so its Token routines are removed into a separate project. This keeps the code bases small and to the point.
  • Since ehcache is put in because of Hibernate, make use of it instead of LRUMap from commons-collections for the page lookup cache.
  • Support for multiple mappings per servlet.