Re: GWT Dagger 2

2015-08-18 Thread Roger Küng


On Tuesday, February 24, 2015 at 4:36:24 PM UTC+1, Jens wrote:


 What's the best way to include your PR (
 https://github.com/google/dagger/pull/119) in a project?


 Its a branch in my dagger fork that you can simply build and install into 
 your local repo: https://github.com/jnehlmeier/dagger/tree/gwt-integration
  

 -- J.


Could you please be a little more precise? I didn't manage to install the 
fork, and since the pull request still hasn't been accepted it would be 
great if you could elaborate more on this.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [Request Factory]: 405 (HTTP method POST is not supported by this URL)

2015-07-17 Thread Roger Küng
Thank you, the correct setup with the help of the maven archetypes helped!

On Monday, July 13, 2015 at 11:25:15 PM UTC+2, Ignacio Baca Moreno-Torres 
wrote:

 You have various problems, your project layout is incorrectly 
 (WEB-INF/web.xml must be placed inside src/main/webapp), servlet name typo 
 (servlet and servlet-name has different names), client side request factory 
 are not pointing to the correct place (requesting 
 http://localhost:8080/pay-me-back/Example/Example.html but the servlet is 
 exposed http://localhost:8080/pay-me-back/gwtRequest), etc...

 Maybe you can use one of this sample projects as a starting point, and I 
 think that is easier to start with maven instead of gradle:
 https://github.com/tbroyer/gwt-maven-archetypes
 https://github.com/branflake2267/Archetypes

 On Monday, July 13, 2015 at 8:59:55 PM UTC+2, Roger Küng wrote:

 Good Day

 I am new to GWT and try to have the request factory server communication 
 working.

 I setup everything according to the documentation: 

 http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html

 But I receive the following error:

 POST http://localhost:9876/Example/gwtRequest 405 (HTTP method POST is 
 not supported by this URL)


 I looked everywhere and just can't figure out what I am missing.

 I hosted the project on github:

 https://github.com/Aranir/gwt-factoryRequest



 I tried now for hours to resolve the issue, maybe it has is due to the 
 way I wrote my gradle file. I am relatively new to java development and the 
 building tools aren't familiar to me, so it might simply be that I didn't 
 handle correctly all the necessary dependencies in the gradle file.


 Any help would be appreciated.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[Request Factory]: 405 (HTTP method POST is not supported by this URL)

2015-07-13 Thread Roger Küng
Good Day

I am new to GWT and try to have the request factory server communication 
working.

I setup everything according to the documentation: 

http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html

But I receive the following error:

POST http://localhost:9876/Example/gwtRequest 405 (HTTP method POST is not 
 supported by this URL)


I looked everywhere and just can't figure out what I am missing.

I hosted the project on github:

https://github.com/Aranir/gwt-factoryRequest



I tried now for hours to resolve the issue, maybe it has is due to the way 
I wrote my gradle file. I am relatively new to java development and the 
building tools aren't familiar to me, so it might simply be that I didn't 
handle correctly all the necessary dependencies in the gradle file.


Any help would be appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.