Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Documentation
    • Syntax Page - We need a page devoted to syntax, preferably we'll have an explanation of the syntax and a big table with some examples.
      • Placeholder createdMostly done
    • Examples Page - Keep the small example on the front page, we'll need a quick page that reads like a small user's guide with a section demonstrating every usage situation.
      • Placeholder created
    • Related Resources on Index Page - Develop this related resources section put some more links to Velocity resources.
    • package.html - Some of the packages have package.html content. We need to make sure that a developer has the necessary tools to use Jexl from the Javadoc alone.
    • JavaDoc - We need some explanation about Pre and Post resolvers. Esp. why and how someone would ever want to use them. Also, keep an eye out for informal JavaDoc - the jexl package had some JavaDoc that sounded like development planning.
  • Refactoring
    • Unused Classes - There was one class (sort sort of LogAdapter) which was not referenced in thie commons-jexl project. Make sure that each class in jexl is relevant.
      • Other than unused parser classes, all now appear to be used.
    • General Refactoring - How's that for a catch all bullet point?