How about grails + gwt

View: New views
6 Messages — Rating Filter:   Alert me  

How about grails + gwt

by cattydady :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm start working on a new project , and I trying grails and gwt , how about grails as service layer and gwt at UI layer ? grails can develop service layer quickly and can export controller as json , gwt have rich UI component, and can talk JSON, http method easy . anyone trying this combine?

Re: How about grails + gwt

by chanwit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm working on Grails+GWT via JSON too.
Very glad to hear that there's someone getting this approach.
If I get a good result, I'll post my example here.

Cheers,

-ck

On 22/12/06, cattydady <zjinys@...> wrote:

>
> I'm start working on a new project , and I trying grails and gwt , how about
> grails as service layer and gwt at UI layer ? grails can develop service
> layer quickly and can export controller as json , gwt have rich UI
> component, and can talk JSON, http method easy . anyone trying this combine?
> --
> View this message in context: http://www.nabble.com/How-about-grails-%2B-gwt-tf2867231.html#a8013463
> Sent from the grails - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: How about grails + gwt

by fjanon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just came across this framework and the comparison with GWT...

http://thinwire.com/thinwire_vs_gwt.html
http://thinwire.com

It's Open Source, LGPL licensed.

I only read the page, never used it. I just thought that people who
used GWT might have some feedback. Thinwire could be a candidate as a
plugin as well??

Fred

--- Chanwit Kaewkasi <chanwit@...> wrote:

> Hi,
>
> I'm working on Grails+GWT via JSON too.
> Very glad to hear that there's someone getting this approach.
> If I get a good result, I'll post my example here.
>
> Cheers,
>
> -ck
>
> On 22/12/06, cattydady <zjinys@...> wrote:
> >
> > I'm start working on a new project , and I trying grails and gwt ,
> how about
> > grails as service layer and gwt at UI layer ? grails can develop
> service
> > layer quickly and can export controller as json , gwt have rich UI
> > component, and can talk JSON, http method easy . anyone trying this
> combine?
> > --
> > View this message in context:
>
http://www.nabble.com/How-about-grails-%2B-gwt-tf2867231.html#a8013463
> > Sent from the grails - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: How about grails + gwt

by chanwit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Fred,

My reason for using GWT is simple.
GWT is a client-side, not like Thinwire which needs to maintain
server-side sessions for its GUI elements.
(I mean we can choose to use only the client part of GWT.)

I was trying to use Dojo as a client-side at the beginning,
but I found some difficulties when using it with Grails (I think it's
Jetty issues), so I switched to GWT.

Cheers,

-ck


On 28/12/06, Fred Janon <fjanon@...> wrote:

> I just came across this framework and the comparison with GWT...
>
> http://thinwire.com/thinwire_vs_gwt.html
> http://thinwire.com
>
> It's Open Source, LGPL licensed.
>
> I only read the page, never used it. I just thought that people who
> used GWT might have some feedback. Thinwire could be a candidate as a
> plugin as well??
>
> Fred
>
> --- Chanwit Kaewkasi <chanwit@...> wrote:
>
> > Hi,
> >
> > I'm working on Grails+GWT via JSON too.
> > Very glad to hear that there's someone getting this approach.
> > If I get a good result, I'll post my example here.
> >
> > Cheers,
> >
> > -ck
> >
> > On 22/12/06, cattydady <zjinys@...> wrote:
> > >
> > > I'm start working on a new project , and I trying grails and gwt ,
> > how about
> > > grails as service layer and gwt at UI layer ? grails can develop
> > service
> > > layer quickly and can export controller as json , gwt have rich UI
> > > component, and can talk JSON, http method easy . anyone trying this
> > combine?
> > > --

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: How about grails + gwt

by Marcel Overdijk2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ck,

If you have some comments on your Grails+GWT experience I'm interesting to see a post on this forum.


Cheers,
Marcel

Chanwit Kaewkasi wrote:
Hi,

I'm working on Grails+GWT via JSON too.
Very glad to hear that there's someone getting this approach.
If I get a good result, I'll post my example here.

Cheers,

-ck

On 22/12/06, cattydady <zjinys@gmail.com> wrote:
>
> I'm start working on a new project , and I trying grails and gwt , how about
> grails as service layer and gwt at UI layer ? grails can develop service
> layer quickly and can export controller as json , gwt have rich UI
> component, and can talk JSON, http method easy . anyone trying this combine?
> --
> View this message in context: http://www.nabble.com/How-about-grails-%2B-gwt-tf2867231.html#a8013463
> Sent from the grails - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Re: How about grails + gwt

by rvakkada :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

HAs any one mde progress in this area
cattydady wrote:
I'm start working on a new project , and I trying grails and gwt , how about grails as service layer and gwt at UI layer ? grails can develop service layer quickly and can export controller as json , gwt have rich UI component, and can talk JSON, http method easy . anyone trying this combine?