Wednesday, June 8, 2011

Invoke Java Code from CPF

Hi All,

I like to share about the exploration that I was working Yesterday, invoking a Java code from CPF using Google App Engine(GAE). What GAE will do is deploying the piece of Java code over the Google Space(Hosting) and once its deployed, then the Java code keep on listening and will execute whenever it is called. We can invoke that piece of code form CPF by using REST web service, where the REST web service URL point to GAE space where the piece of Java code was deployed. This is not only thing that GAE can do but there are lot of things can be done using the GAE and Google Web Toolkit.

Thanks for reading...

Regards,
Ramesh Kumar Gurusamy

No comments:

Post a Comment