Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como GWT

[GWT] XMLHttpRequest cannot load. Origin is not allowed by Access-Control-Allow-Origin

I am developing an app front end  with GWT and this connect to other app that publish AppEngine Endpoints services.  (Estoy desarrollando una  aplicación   front end con GWT que se conecta a otra app que publica servicios rest en AppEngine usando Google Cloud EndPoints). But, I is generating some problems ( is not allowed by Access-Control-Allow-Origin. ):   (Pero, esto  me esta generando  algunos problemas). The app GWT  call endpoint using  RequestBuilder. and the Endpoint app is other app with other domain. and both was deployed in  https://appengine.google.com (La app GWT llama a los servicios rest' endpoints' usando RequestBuilder. y la app endpoint es otra app con otro dominio. Ambas fueron deployadas en  https://appengine.google.com ). Domains of the Apps: -xappgwtx.appspot.com ( GWT ). -xappendpointsx. appspot.com (Google Cloud Endpoints). GWT Code: public String getDevice(String id) { S...

Error Compilando un proyecto con GWT 2.2 y Restlet 2.1

Hoy probando Restlet 2.1 con GWT 2.2 me dio un error en la compilacion del proyecto usando  Google Plugin de Eclipse.  Computing all possible rebind results for 'org.restlet.example.gae.serialization.client.ContactResourceProxy'           Rebinding org . restlet . example . gae . serialization . client . ContactResourceProxy             Checking rule < generate - with class = 'org.restlet.rebind.ClientProxyGenerator' />                 Checking if all subconditions are true (< all >)                   < when - assignable class = 'org.restlet.client.resource.ClientProxy' />                       Yes , the requested type was assignable                   Yes : All subconditions were true      ...