we are currently building a GWT UI based application which has C++ code in the backend/server. We use JNI to make these calls from within the GWT-RPC services.
Planning to move the C++ code behind a HTTP service to get more scalability. JNI failures can crush your whole JVM and bring the entire server down. Thanks, Subhro. On Thu, Nov 11, 2010 at 12:38 PM, jiang <[email protected]> wrote: > Dear expert, > I want to call C++ code from GWT server. How can it implement? > > Best Regards, > Jiang > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
