Re: How to debug server side code

2015-08-28 Thread Magnus
Solved after reinstalling eclipse. No idea what it was.
Sorry for the noise...

-- 
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: GWT MVP and UiBinder Question

2015-08-28 Thread Alain Ekambi
This is how we do it.
Easy to understand. Easy to maintain

https://www.youtube.com/watch?v=kilmaSRq49g


On 28 August 2015 at 12:43, Abel Oszwald  wrote:

> Hello,
>
> I read the documentation of MVP and i have a question about UiBinder
> ClickListener.
> Is it make sense if i define the ClickListener in the UiBinder java file
> like in the docs,
> which in turn call the presenter.OnItemClicked() or i define the
> Clicklistener in Presenter
> where all the logic is and from the UiBinder java, i just define methods
> which return only
> the button for example, and in the Presenter i call those methods and
> define the ClickListener
> for that button? So in the UiBinder java file i only have @UiField and a
> couple
> methods which returns those UiFIelds.
>
> Thank you!
>
> --
> 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.
>



-- 

Alain Ekambi

Co-Founder

Ahomé Innovation Technologies

http://www.ahome-it.com/ 

-- 
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.


GWT MVP and UiBinder Question

2015-08-28 Thread Abel Oszwald
Hello,

I read the documentation of MVP and i have a question about UiBinder 
ClickListener.
Is it make sense if i define the ClickListener in the UiBinder java file 
like in the docs,
which in turn call the presenter.OnItemClicked() or i define the 
Clicklistener in Presenter 
where all the logic is and from the UiBinder java, i just define methods 
which return only 
the button for example, and in the Presenter i call those methods and 
define the ClickListener
for that button? So in the UiBinder java file i only have @UiField and a 
couple 
methods which returns those UiFIelds.

Thank you!

-- 
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: Recommended GWT Map Library?

2015-08-28 Thread Greg
In my projects I used mostly OpenLayers 2 with custom bindings for GWT (At 
the beginning I used GWT-OpenLayers but then I switched to own impl.).

OpenLayers 3 looks very nice and it's built with performance and new 
technologies in mind so you could check that.
Other alternative is Leaflet - very simple but maybe it will be enough for 
your purposes.

BTW I'm not sure but I think that gwt-google-apis were not created / are 
maintained by GWT Team.

On Tuesday, August 25, 2015 at 8:16:34 PM UTC+2, Kevin Workman wrote:
>
> I've been using gwt-google-apis 
>  as a GWT wrapper of the 
> Google Maps JavaScript API. I've been using the jar from here 
> .
>
> It works okay, but I'm starting a new GWT project that requires a map 
> display, and I noticed that the jar hasn't been updated since 2012.
>
> I'm starting a new project from scratch, so I'm in a position to start 
> over with a new wrapper, if that's the correct way to go. I've come across 
> GWT-OpenLayers , which looks promising, 
> but I'm not sure how much of a change it will be from using the Google API 
> wrapper. I've also come across branflake2267's wrapper 
> , but that hasn't been 
> updated in over a year.
>
> So, my question is: what would you consider the "best" approach to 
> displaying a map in a GWT application? Should I stick with the "official" 
> google product? All I really need to do is display some polygons and 
> circles on the map, but adding stuff like weather would be a really nice 
> feature as well. Are there any libraries that I missed that are worth 
> checking out?
>

-- 
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.