[TYPO3-mvc] is there some backend module example available? (blog_example is buggy)
Bastian Waidelich
bastian at typo3.org
Tue Feb 15 19:58:25 CET 2011
Stefano Cecere wrote:
Hi Stefano,
>> [...] But would you mind trying out the
>> new version I'm about to push to Gerrit [...]
> sure!
Cool. Here it is https://review.typo3.org/#change,807
(see my latest thread for a description on how to install it).
> isn't there a forge project for bugs?
Yes there is:
http://forge.typo3.org/projects/typo3v4-mvc/issues/new
(Just make sure to set the Category to "- BlogExample -")
> since i'm willing to study extbase, i'm also willing to debug existing
> tutorials!
Thats great!
> ps: but is extbase/fluid really ready for production, right?
Yes, many people (including me) use it in big projects.
We're trying to avoid breaking changes where possible.. Sometimes that's
not possible as we also need to keep in sync with FLOW3. But if you mind
the public API and keep an eye on the deprecation log, you should be
fine (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/Breaking_Changes)
Also keep in mind, that the DDD approach of always working with objects
has an impact on the performance - especially if you deal with a lot of
data. In those cases you should consider bypassing the persistence layer
(e.g. for import/export services)
Goof luck and feel free to ask
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list