Author Topic: GWT- Genesys development  (Read 2821 times)

Offline masa_dag

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
GWT- Genesys development
« 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
« Last Edit: August 19, 2014, 01:41:21 PM by masa_dag »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: GWT- Genesys development
« Reply #1 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#)?

Offline blakshmikanth

  • Newbie
  • *
  • Posts: 31
  • Karma: 0
Re: GWT- Genesys development
« Reply #2 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