[TYPO3-ect] TS Action chains for SPL objects

Elmar Hinz elmar07 at googlemail.com
Sat Aug 4 15:48:54 CEST 2007


> 
> That looks really interesting. In this example TS is used in a more
> complex way as normally when TS is used as configuration-part.
> 
> For practical use I want ask if this is only part of abstraction layer or
> does it have a pratical usage ?
> I ask that in a "provocant" way to clearify the usage. my first thought
> was: - this is part of programming logic and can lead very simple to
> mislead - where do you see a practical example where you change this logic
> ? - how to debug such constructs ?
> 
> I really like the possibilities given here, but i also see a danger in it.

Hi Steffen,

well there are several resons. A write them down as a simple list. 

* Technically it would be an controller extending tx_lib_controller. 
* Similar concept to successfull JAVA struts, but goes some steps further.
* The vision helps to keep the API of SPL objects simple and stringent.
* It can be used in praxis. The use is optional. A feature.
* It speeds up development.
* It's can become the fundament of an enhanced rapid development framework,
  somewhere between mailformplus, plain php coding and Ruby on Rails.
* It a discussion impuls for the lib/div community.
* Debugging, should mainly happen during the development of the underlying
objects. On TS level only simple dumping will be available.

sessionLoad = tx_my_sessionClass
sessionLoad.do.1 = loadFromSession
sessionLoad.dump = 1

Regards

Elmar






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