I see now. Thanks for the help.

On Tue, Apr 21, 2009 at 1:53 PM, Adam T <[email protected]> wrote:

>
> GWT only implements a subset of Java:
>
> http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/RefJreEmulation
>
> You should also think of it as client side web code (after all it gets
> compiled to JavaScript) as such you wouldn't normally be able to
> connect to a database directly - you'd go through the server which
> connects.
>
> Hope that helps.
>
> //Adam
>
> On 21 Apr, 15:34, Jonathan Kushner <[email protected]> wrote:
> > Hi there! I'm sure this is a pretty naive question, but is there a list
> > somewhere of what java objects I can ( or cannot ) use? I tried creating
> a
> > connection to an oracle instance in the onModuleLoad function, in hopes
> of
> > using the resultset to populate basic datasets for gwt, but apparently i
> was
> > wrong. I stumbled upon some of the google-gears gwt source code, and they
> > are using various classes that instantiate custom JavascriptObject(*)
> > classes, which leads me to believe I'm totally lost. I just want to use
> my
> > java data structures :(
> >
> > Besides that, very pleased!
> >
> > Regards,
> >
> > Jonathan
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to