Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 278837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T01:18:08+00:00 2026-05-12T01:18:08+00:00

GWT RPC is proprietary but looks solid, supported with patterns by Google, and is

  • 0

GWT RPC is proprietary but looks solid, supported with patterns by Google, and is mentioned by every book and tutorial I’ve seen. Is it really the choice for GWT client/server communcation? Do you use it and if not why and what you chose? I assume that I have generic server application code that can accommodate for RPC, EJBs, web services/SOAP, REST, etc.

Bonus question: any security issues with GWT RPC I need to be aware of?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T01:18:08+00:00Added an answer on May 12, 2026 at 1:18 am

    We primarily use three methods of communications:

    1. GWT-RPC – This is our primary and prefered mechanism, and what we use whenever possible. It is the “GWT way” of doing things, and works very well.
    2. XMLHttpRequest using RequestBuilder – This is typically for interaction with non-GWT back ends, and we use this mainly to pull in static web content that we need during runtime (something like server side includes). It is useful especially when we need to integrate with a CMS. We wrap our RequestBuilder code in a custom “Panel” (that takes a content URI as its constructor parameter, and populates itself with the contents of the URI).
    3. Form submission using FormPanel – This also requires interaction with a non-GWT back end (custom servlet), and is what we currently use to do cross site communications. We don’t really communicate “cross site” per se, but we do sometimes need to send data over SSL on a non-SSL page, and this is the only way we’ve been able to do it so far (with some hacks).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried sending an ArrayList to an RPC service in GWT but keeps on
In my GWT app I have the following model class: import com.google.gwt.user.client.rpc.IsSerializable; public class
We're currently using GWT RPC for serialization on a GWT project but we're currently
We are running GWT using GWT-RPC. GWT-RPC is really JSON and is getting Eval()'ed
GWT's serializer has limited java.io.Serializable support, but for security reasons there is a whitelist
GWT seems like a really nice technology for Java developers who don't like (or
I was looking into GWT. It seems nice, but our software have the must
GWT RPC is a mechanism provided by gwt to communicate between client and server.
I am using GWT-RPC to populate Ext-GWT TreeGrids with data from a server. I
I am working on a GWT application which uses GWT-RPC. I just made a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.