Actually, what you HAVE to do is "ask your server to get the data from your database", whether that is RPC, or FormPost or HTTP GET or some form of XHR is really a decision for you to make based upon your server technology. GWT doesn't really care.
As for accessing MySQL, that is a problem more between you and your server choice than it is between GWT and RPC, so try looking for examples that demonstrate how to connect to MySQL from your type of server (leave GWT out of it for now) then once you've got that sorted add in the client/server communication (RPC, XHR, Form, etc) with GWT. Jason Essington Java Software Engineer ................................................. C A L Y P S O 215 West Pine St Pinedale, WY 82941 OFFICE 307-367-2276 MOBILE 307-749-8788 ................................................. www.calypso.com This electronic-mail might contain confidential information intended only for the use by the entity named. If the reader of this message is not the intended recipient, the reader is hereby notified that any dissemination, distribution or copying is strictly prohibited. P Please consider the environment before printing this e-mail On Jan 26, 2010, at 9:18 PM, Jay wrote: > I understand that I have to use > RPC -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
