I'm not a bitbucket user, but I am trying to get the source code for the showcase, and I don't know how I can download the showcase code.
There are a handful of great examples, and I'd like to incorporate some of that into an app I am working on.
When I get the selectfeatureexample, it seems incomplete, I don't have the contentPanel and I don't have the AbstractExample class.
I also get a nasty error with the way some of the code is written:
rbDrawPoint.addValueChangeHandler(new ValueChangeHandler<,Boolean>() {
public void onValueChange(ValueChangeEvent<,Boolean> event) {
activateControls();
}
});
I did try the demo, and I think there might have been some bugs with this example, but not 100% sure.
One of the other things I'd like to do is save my point, line or polygon to my database which is MySQL right now.
Can I do this? Is there an example on how to do this?
I am sure I will have a lot more questions about this later on as well.
FYI ... I usually like to create SmartGWT 2.5 projects, with Hibernate/JPA, and Spring 3.1, with GWT-RPC.
I am moving away from GWT-RPC, and will be doing web-services soon.
Thanks for any help in advance!!!!