Versions Compared

Key

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

...

To be easy, our solution must be:

  1. consise concise - code must do a single thing, and it must be obvious what it does
  2. minimal - it should only have code that is necessary
  3. implement a full stack - after a (simple) install, it should contain everything necessary to run a website (content management bits, content delivery bits, fully featured website)
  4. utilize the underlaying frameworks - use Java / Spring or Microsoft libraries where possible

...