Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
HI David, Thanks a lot for your answer. Your explanations are clear and I think they will help me a lot. I will work again on my classes ans methods, taking in account your remarks. I understand much better what happen and I understand why few weeks ago it was working and now no more: Because I

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread David Nouls
Hi Antonio, The “load”method that you showed in the code snippet starts the invocation of an RPC method on the spotDataService. But the AsyncResponse object that you provide in the loadDataServer will only get invoked after the method already returned. Any async operation that you do is not

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
Hi David, For your last remark: *Another one is that you seem to want to use java introspection to dynamically load classes in GWT, which is not supported (Class.forName). * I think it's not a pb because this part is executed on the server side and all Java in this case is available. Thanks for

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
Hi David, Thanks a lot for your remarks, but I need some explanation, as tell in my message i am bot confortable with http/server/remote, 1. You say: *The most important being that you are ignoring the fact that an rpc call is asynchronous. So the load method will ralways return null

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread David Nouls
I see multiple problems with your code. The most important being that you are ignoring the fact that an rpc call is asynchronous. So the load method will ralways return null because the request has not been executed when the method returns. Another problem is the fact that the async is

2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
HI all, I am not comfortable with client-server and RPC and HTTPServlet operation at all. I get the following message after my request: *200 - POST /spotgwt/spotData (127.0.0.1) 496 bytes Request headers Host: 127.0.0.1:8887 User-Agent: