chkal / mvc-spec-migration-test

0 stars 0 forks source link

Application class in MVC #19

Closed chkal closed 9 years ago

chkal commented 9 years ago

Original issue MVC_SPEC-19 created by Santiago Pericas-Geertsen:

JAX-RS applications may optionally subclass the Application class to register classes and singletons. Should an MVC application follow the same pattern or should there be a new base MvcApplication class for this purpose.

chkal commented 9 years ago

Comment by Santiago Pericas-Geertsen:

There doesn't seem to be a need to subclass Application for MVC. We can revisit this later.