On Thu, Mar 7, 2013 at 11:28 PM, Ernesto Reinaldo Barreiro < [email protected]> wrote:
> Hi, > > On Thu, Mar 7, 2013 at 4:44 PM, greelgorke <[email protected]> wrote: > >> well most of node template engines don't want to copy desktop gui >> frameworks, because html is already a gui framework. what your examples do, >> is solved in engines like jade via partials et al. Jade supports >> reusability of template componentes via partials, inheritance and mixins. >> in jade it is handled like this: >> >> > 1. its a layout and your wicket components here are *block* statements >> 2. it's a partial, that implements a component >> 3. its a normal view, which extends the layout and includes the partials >> or mixings >> >> Yes mixings are some form of components... But not as powerful as I was > hoping for: IMHO this is far away from what Wicket component models offer. > > >> i think it's not that hard to use the components from Component wrapped >> in partials : >> > > I would like everything (e.g. my "extended" mixings) to behave as > components as well. > > Maybe I should give it a try and create want I want myself;-) > You might want to take a look at Mojito: https://github.com/yahoo/mojito -- Martin Cooper -- > Regards - Ernesto Reinaldo Barreiro > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
