Re: tapestry by JEE standard

2012-08-18 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 20:40:59 -0300, Jay Ginete killer.tila...@gmail.com wrote: I have always thought that Tapestry5 was classified as a Compontent-oriented web framework and not as MVC web framework. Tapestry 5 is definetely a component-oriented framework. Whether it is also MVC or not

tapestry by JEE standard

2012-08-17 Thread Lodorvonhal
I'm currently writing a bachelor thesis about tapestry. I'm trying to classify tapestry by JEE standard. But I can't find any information about it. A tapestry application is based on the Java-Servlet-API, but unlike servlets tapestry pages are no singletons. Could you please give me information

Re: tapestry by JEE standard

2012-08-17 Thread Lenny Primak
It's a web framework. You can think of it as a replacement for JSF and to some extent, CDI On Aug 17, 2012, at 10:41 AM, Lodorvonhal lodorvon...@aol.com wrote: I'm currently writing a bachelor thesis about tapestry. I'm trying to classify tapestry by JEE standard. But I can't find any

Re: tapestry by JEE standard

2012-08-17 Thread tapestry.kung.fu
. -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-by-JEE-standard-tp5715543p5715545.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tapestry by JEE standard

2012-08-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 12:41:10 -0300, Lodorvonhal lodorvon...@aol.com wrote: I'm currently writing a bachelor thesis about tapestry. Nice! :) Count on us for questions, explanations, etc. ;) I'm trying to classify tapestry by JEE standard. But I can't find any information about it. I'd

Re: tapestry by JEE standard

2012-08-17 Thread Lodorvonhal
is ready. Unfortunately, in a bachelor thesis must always be a theoretical approach may be included. :-| -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-by-JEE-standard-tp5715543p5715548.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: tapestry by JEE standard

2012-08-17 Thread Michael Prescott
.nabble.com/tapestry-by-JEE-standard-tp5715543p5715548.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: tapestry by JEE standard

2012-08-17 Thread Lodorvonhal
://tapestry.1045711.n5.nabble.com/tapestry-by-JEE-standard-tp5715543p5715550.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands

Re: tapestry by JEE standard

2012-08-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 16:30:06 -0300, Lodorvonhal lodorvon...@aol.com wrote: distributed systems have a particular architecture. Web applications can be classified according to the MVC-pattern. I know how that looks in Tapestry. Tapestry implements MVC: pages and components classes are the

Re: tapestry by JEE standard

2012-08-17 Thread Jay Ginete
I have always thought that Tapestry5 was classified as a Compontent-oriented web framework and not as MVC web framework. I tend to think that each page in a Tapestry5 app is a single stand alone app that has components within it that respond to events. I even sometimes think of Tapestry5 apps