Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: masa_dag on August 19, 2014, 09:31:21 AM

Title: GWT- Genesys development
Post by: masa_dag on August 19, 2014, 09:31:21 AM
Hello guys,

Has anyone used GWT (Google Web Toolkit) to develop applications working with Genesys servers? I'm trying to do that and I'm confronted with the famous error:"No source code is available for type com.genesyslab.platform.commons.protocol.ProtocolException. Did you forget to inherit a required module?" and other errors of the same type but with different classes. Of course, I've already searched for solutions and all I've understood is that this error is recurrent in GWT and it's inherent to the framework. GWT tries to translate my java code to javascript, and the GWT compiler needs to get access to the source code to make those translations.
So my question is: Has anyone had this problem before? If so, have you been able to solve it and how so?
Thank you!

Masa
Title: Re: GWT- Genesys development
Post by: Kubig on August 20, 2014, 02:07:17 PM
Unfortunately, don't know GWT in general. And personally, do not see any reason for using it for this type of developement. Did you try to use standard language directly -  Java or .Net (C#)?
Title: Re: GWT- Genesys development
Post by: blakshmikanth on August 21, 2014, 11:07:12 AM
Masa,

You answered it in your question itself. GWT needs access to source code but you have binary library files only.

Regards,
Lucky