A Gwt application is compiled into javascript and run on client
browser, then it isn't possible to directly call any external java API
(well, you can if that api is also compiled into javascript).

Instead, your GWT application have to call a server service which call
your API. To do that you can use any kind of request (see HTTPRequest
class) but it's by far easier to use a GWT RPC call.

Vincent

On 29 sep, 06:56, Manish Kumar <[EMAIL PROTECTED]> wrote:
> Hi,
> i am new to this GWT, i searched the net also for my problem but didnt
> got any solution.
>
> In my gwt application there is a textbox. i m calling weblogic APIs to
> get some value from weblogic server, and i want to put that value in
> that gwt textbox. But it seems like it is not possible in gwt..is
> it.. !!!
> i have put weblogic.jar file in the gwt application classpath.
>
> please help me to do this.
>
> Thanx,
> Manish Kumar
--~--~---------~--~----~------------~-------~--~----~
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