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 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 depends on the meaning

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 ap

Re: tapestry by JEE standard

2012-08-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 16:30:06 -0300, Lodorvonhal 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 C, V are their te

Re: tapestry by JEE standard

2012-08-17 Thread Lodorvonhal
context: http://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

Re: tapestry by JEE standard

2012-08-17 Thread Michael Prescott
sage 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. > > - > To unsubscribe, e-mail: users-uns

Re: tapestry by JEE standard

2012-08-17 Thread Lodorvonhal
ation 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 Nabbl

Re: tapestry by JEE standard

2012-08-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 12:41:10 -0300, Lodorvonhal 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'

Re: tapestry by JEE standard

2012-08-17 Thread tapestry.kung.fu
tion. Best of luck. -- 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-

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 wrote: > I'm currently writing a bachelor thesis about tapestry. > I'm trying to classify tapestry by JEE standard. But I can't find

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