Thiago, your previous replies were the reason I dodged java web frameworks 
since early 2000 til now...you know your stuff...


on the below reply - because of this list's experience (as apposed to my 
lay(simple) outlook on it all), would it be possible to make a comparison page 
of "common requirements".   tapestry can do it all from what i can see in my 
experience.


On 26/01/2012, at 11:39 PM, Thiago H. de Paula Figueiredo wrote:

> On Thu, 26 Jan 2012 08:03:17 -0200, Christian Grobmeier <grobme...@gmail.com> 
> wrote:
> 
>> Hey guys,
> 
> Hi!
> 
>> love. On Struts side I enjoy the easiness: make up an action and return json.
> 
> I can't imagine how doing this in Tapestry wouldn't be easier than Struts, 
> any version:
> 
> package a.b.c.pages;
> 
> public class JsonResponse {
> 
>       JSONObject void onActivate() {
>               JSONObject object = new JSONObject();
>               ...
>               return object;
>       }
> 
> }
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and 
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to