how about another tiny limitation which is the programming model. gwt is
essentially client+server so you cannot use hibernate lazy loading, you
cannot use data locality to your advantage either. you have to serialize all
your data so you can only use simple objects to communicate between your
server and ui.

but those are not at all important are they?

-igor


On 9/25/07, Sam Hough <[EMAIL PROTECTED]> wrote:
>
>
> Another big GWT limitation is that you have a very small subset of java
> runtime to write your UI in. Lots of your favourite things are probably
> missing.
> --
> View this message in context:
> http://www.nabble.com/Questions-about-GWT%2C-JSF-and-Wicket-tf4514338.html#a12879789
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to