Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Dec 2011 13:42:52 -0200, Xybrek wrote: Speaking of back-end, is you back-end loosely-coupled with the front-end, I mean, is it something like a "service", I am planning to migrate my full-blown GWT app, with services: connect, disconnect, createAccount, etc. all connecting to an

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Dec 2011 13:54:14 -0200, Xybrek wrote: Yah, that's what I mean. However I am not sure if with Tapestry I can implement a way to process URL parameters such that the rendered page is based on the URL parameter, like: http://mypage.com/user123 where, user123 is a user id that is

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Xybrek
On 12/2/2011 7:23 PM, Thiago H. de Paula Figueiredo wrote: On Fri, 02 Dec 2011 05:44:00 -0200, Xybrek wrote: Hello, Hi! I am really new to Tapestry, I just want to ask some questions before I embark deeper with the framework (although I like T5 already) Welcome! :) However, with Tapestr

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Xybrek
On 12/2/2011 8:16 PM, Barry Books wrote: GWT, Tapestry and jQuery are the only web development frameworks I use now. I really like GWT but I don't use it on public sites. I'm certain that you can it just requires more testing effort like what happens when it runs on an IPhone. Even when I use GW

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Barry Books
GWT, Tapestry and jQuery are the only web development frameworks I use now. I really like GWT but I don't use it on public sites. I'm certain that you can it just requires more testing effort like what happens when it runs on an IPhone. Even when I use GWT I have a Tapestry backend because I usual

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Dec 2011 05:44:00 -0200, Xybrek wrote: Hello, Hi! I am really new to Tapestry, I just want to ask some questions before I embark deeper with the framework (although I like T5 already) Welcome! :) However, with Tapestry it seems that the page is rendered from the server side

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread François Facon
Hi A Demo that use Tapestry and JQuery http://tapestry5-jquery.com/ How to contib a new component for this Lib https://github.com/got5/tapestry5-jquery/wiki/Creating-a-component-mixin-for-tapestry5-jquery aslo a great contib to use GWT with Tapestry http://code.google.com/p/trsvax-gmt/ check also

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-01 Thread Jon Williams
Absolutely simple to make your own components with custom css. Hooks for jQuery included too. Go boldly forward Xman! On Fri, Dec 2, 2011 at 1:44 AM, Xybrek wrote: > Hello, > > I am really new to Tapestry, I just want to ask some questions before I > embark deeper with the framework (although I

Questions with Tapestry from a GWT developer's perspective

2011-12-01 Thread Xybrek
Hello, I am really new to Tapestry, I just want to ask some questions before I embark deeper with the framework (although I like T5 already) My background is with GWT and jQuery, which in GWT, there is a thick UI which communicates to the server through RPC to get data. GWT is just the same