component is a component framework. it's components are vertical components bringing the whole structure they need with them. there are some frameworks/libs which are horizontal assembling their parts as a plugin systems. Express is built on top of Connect, which is a middleware-chain framework. Express integrates the template-engines in it, but you can use plain Connect and wire them together. Also nodejitsus http://flatironjs.org/ might be something you like, which is a modular, but also a full-stack web-application framework.
i think it could be easier to give you tips, if you name your requirements exactly. "something like Wicket" is not that exact and says nothing to non-java ppl. i worked with java, but never with it. What are the key features you're looking for? Wicket seems to offer much, at first glance i see "web-programming as swing programming" and Component is offering you exactly that: ready to use and ready to combine ui-modules Am Donnerstag, 7. März 2013 14:12:16 UTC+1 schrieb Ernesto Reinaldo Barreiro: > > Hi. > > Thanks for your answer... > > On Thu, Mar 7, 2013 at 1:55 PM, greelgorke <[email protected]<javascript:> > > wrote: > >> you may be find this interesting http://component.io/ >> >> > Thanks for the pointer! As far as I can see these are "isolated" > components, which is nice;-), but not a "component framework + template > engine" to assemble them... Or I'm missing some important bit? > > > >> Am Donnerstag, 7. März 2013 10:42:57 UTC+1 schrieb Ernesto Reinaldo >> Barreiro: >> >>> Hi, >>> >>> I have been learning NodeJS for a couple of days and exploring around... >>> I have a question regarding the "view" layers that can be used in >>> combination with NodeJS. I have read about Express (http://expressjs.com >>> ), >>> https:**//github.com/visionmedia/**consolidate.js<https://github.com/visionmedia/consolidate.js>, >>> >>> Jade, EmberJS, and even played a bit with Jade + AngularJS. But none of the >>> above has anything to offer that compares to what Wicket offers for "server >>> side" in JAVA (i.e componentization-templating+**state management). >>> From the little I have seen AngularJS is what resembles more to Wicket... >>> I know my question might be stupid and originated out of my ignorance >>> but... Is there a components framework similar to Wicket (at least on the >>> componentization+templating part) on NodeJS ecosystem? >>> >>> P.S. I have no intention of creating a "frameworks war" as I'm a >>> contributor to OpenSource myself and I have the highest respect for >>> anything you can use for "free". I'm just someone trying to learn and >>> seeking the advice of more experienced NodeJS users/developers. >>> >>> Best Regards, >>> >>> Ernesto >>> >>> -- >> -- >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > 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.
