Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP vs GWT
RAP vs GWT [message #688031] Thu, 23 June 2011 18:22 Go to next message
Ronald So is currently offline Ronald SoFriend
Messages: 198
Registered: April 2011
Senior Member
Are there any recent reviews that compare RAP and GWT? I know there was a presentation about this in EclipseCON 2008 but I am trying to see if there is a more updated comparison presentation between the two.

Thanks a lot!
Re: RAP vs GWT [message #689840 is a reply to message #688031] Tue, 28 June 2011 12:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by:

Ronald,

at EclipseCon 2009 the same authors gave a talk about "RAP or GWT -
Which Java-Based AJAX Technology is for You?". A recording can be found
here [1]. Not sure though how much new content the updated presentation
offers.

The main conceptual difference outlined in the presentation still holds
true: With GWT, your application is translated into Javascript and sent
to the client. As a consequence your application must explicitly do
remote calls obtain or send back data from/to the server.

RAP acts like an X-Server. Application code lives on the server and you
can use all the libraries and frameworks (e.g. databinding, spring, ...)
that make sense in your application.
The client sends events like "button clicked", "focus lost", "text
entered" to the server and the server responds with information about
which properties of which widgets have changed. These changes are then
applied by the client.

Most things that were missing in 2009 are available now: GC, Drag&Drop,
FormText, StyledText (read-only), Tooling for WAR Deployment. See the
new & noteworthy for more details [2], [3]

If you have further (specific) questions feel free to ask.

HTH
Rüdiger

[1] http://live.eclipse.org/node/722
[2] http://eclipse.org/rap/noteworthy/1.3
[3] http://eclipse.org/rap/noteworthy/1.4

On 23.06.2011 20:22, Ronald So wrote:
> Are there any recent reviews that compare RAP and GWT? I know there was
> a presentation about this in EclipseCON 2008 but I am trying to see if
> there is a more updated comparison presentation between the two.
>
> Thanks a lot!


--
Rüdiger Herrmann

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: RAP vs GWT [message #689900 is a reply to message #689840] Tue, 28 June 2011 15:05 Go to previous message
Ronald So is currently offline Ronald SoFriend
Messages: 198
Registered: April 2011
Senior Member
Thanks a lot for your information, Rüdiger. I will review all the links you provided and send the questions along.

Regards,
Ronald
Previous Topic:Commercial RAP products
Next Topic:problems deploying org.eclipse.rap.demo
Goto Forum:
  


Current Time: Fri Apr 19 06:42:47 GMT 2024

Powered by FUDForum. Page generated in 0.02982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top