[TYPO3-50-general] Rebuilding Backend GUI
Michael Feinbier
typo3 at feinbier.net
Wed Mar 19 15:01:46 CET 2008
Hey everybody,
For my AOPBrowser for FLOW3 I'm using the extJS Framework. I am very
happy with that because it is a very strong and usefull framework.
> as the extJS object interfaces sometimes seem a bit chaotic to me, all objects have lots and lots of configuration options (many of which could be encapsulated more cleanly, ...), and some seemingly easy tasks are quite daunting with extJS.
Well, the main Problem with that is, that nobody (of 'us' as PHP
Developers etc) are not used on the Syntax and Objects JavaScript is
using. JS is a very object orientated language (even if you dont see
that at once ;)) so you can work with objects, methods and inheritance
as well.
Most of the demos you can see on the extJS page are written in 'dirty
spaghetti code' which contains many nested objects with much
configuration to make the use clear.
But if you take some time to understand the architecture you can build
well arranged objects.
I will try to demonstrate how this could look like in the AOPBrowser. A
small preview for that will be aviable soonish :)
cheers
Micha
Sebastian Kurfuerst schrieb:
> Hey,
>
> I am currently working with extJS on a project, and have used Dojo
> before. Both of them have their pros and cons, but I currently tend more
> to suggest dojo over extJS - as the extJS object interfaces sometimes
> seem a bit chaotic to me, all objects have lots and lots of
> configuration options (many of which could be encapsulated more cleanly,
> ...), and some seemingly easy tasks are quite daunting with extJS.
> The API doc is better with extjS currently, but on the other hand, Dojo
> has a really good book from start to end with lots of examples:
> http://dojotoolkit.org/book/dojo-book-1-0
>
> Maybe (If we decide to use either of these frameworks), we can discuss
> the pros and cons on the snowboard tour!
>
> See you in the snow,
> Sebastian
More information about the TYPO3-project-5_0-general
mailing list