Hi Savio,
GWT is a set of tools and libraries for building Ajax applications. Using
the Java programming language, you code up your GWT application with the
exposed UI libraries, and then invoke the GWT compiler to translate your GWT
Java code into optimized JavaScript that you can then deploy on your web
server.

>From the description of what you're trying to do, it seems like you're
either trying to create a standalone desktop application or a server-side
component. GWT would not work in either of those cases as it is purely a
client-side technology, aside from the GWT RPC subcomponents which allow for
easier client-server communication if you've selected Java as the technology
for your server-side.

With this in mind, it seems that what you're trying to do isn't possible,
unless I've misinterpreted what you're trying to accomplish. If so, please
feel free to post up more details and we'd be happy to help.

Hope that helps,
-Sumit Chandel

On Mon, Oct 20, 2008 at 2:21 AM, savio <[EMAIL PROTECTED]> wrote:

>
> hi there,
> im just start to use a GWT library to make a java project and i would
> want
> to know if is possible to integrate this kind of library in java
> project contest.
> In other world, i need to call GWT's function in my java project main
> like:
>
> import com.google.gwt.core.client.*;
>
> public static void main(...)
> {
>            SearchControlOptions options = new SearchControlOptions();
>             .......
>             .......
> }
>
>
> Is this possible????
>
> thanks
>
> >
>

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