[TYPO3-ect] lib supports Presentation-Abstraction-Control (PAC) WAS: Subcontrollers

Elmar Hinz elmar07 at googlemail.com
Wed Aug 8 13:06:01 CEST 2007


Hi,

> At first it looks like the widget-pattern (1 view + 1 controller + 1
> model). Struts does use this (HTMLbutton + JSPview + Struts mapping +
> Java class with function actionPerformed).

The resultbrowser will be the first example of such a widget. It will have a
model, view and controller part. The controller is a regular
tx_lib_controller with a defaultAction.

An SPL wrapper around the controller will be provided, so that you can
plugin in the result browser into the chainn of SPL objects.

That means, that I have altered the order of the development process:

1.) MVC Implementation
2.) SPL wrapper

Going to beta here.

3.) General Service: Make it an service for external extensions.
4.) SPL services: A generalized system of services working automatically for
all SPL classes.

Regards

Elmar













More information about the TYPO3-team-extension-coordination mailing list