If I'm understanding what you're attempting correctly, that's the
easiest way to do it.  Your ServiceImpl is still running in pure Java,
and that's where an existing Java app can live.  Your client will be
compiled out into Javascript, so if you wanted your existing Java
classes to be available on the client, the will be subject to the GWT
compilation process.  An amazing and powerful process, but it might
yield references to Java libraries that are not compatible with the
GWT Java/Javascript library.

Good luck!

Later,

Shaffer

On Feb 14, 9:21 am, hermis <[email protected]> wrote:
> Hello all,
>
> I am developing a Java application which will eventually embed a HTTP
> server and then act as the server for my GWT application.
>
> I need help with getting the GWT app to access a method in the Java
> app :)
>
> Until now, just for the sake of developing I have been instantiating
> my java app in the ServiceImpl and calling the required method from
> there.
>
> What is the proper way of doing this? How do I connect the ServiceImpl
> to my app?
>
> Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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