Table of Contents

About

A framework is an application that permits to build another application:

  • that has extension point to run your code
  • generally declaratively with strong convention (you need to create files in a certain structure at a certain location)

1)