Roni,
Thanks for pointing that out.
I been using the MVP framework and the java client interface coding in
eclipse.
In my EntryPoint class I use the following call.
VisualizationUtils.loadVisualizationApi ("1.1", onLoadCallback,
CoreChart.PACKAGE, AnnotatedTimeLine.PACKAGE,
IntensityMap.PACKAGE, MapVisualization.PACKAGE);
This call uses the following import in my .java file.
import com.google.gwt.visualization.client.VisualizationUtils;
I needed to include gwt-visualization.jar file in my project to build
the client and server portions of my application which was downloaded
from the tools site as you mentioned.
If I understand you correctly, if I use the "1.1" call in the load,
then even though I use the gwt-visualization.jar from 1.1.2 that I
download on Oct 27th, the latest Release Candidate javascript included
in the crosscompiled code for the client side is downloaded from
google. Which is quite cool.
I wonder because I am using java-style programming techniques, MVP,
etc, if I need to wait for the official release to download into my
eclipse project.
Best Regards,
Owen
On Dec 1, 1:17 am, Roni Biran <[email protected]> wrote:
> Hi there,
>
> The site you posted is the GWT API download site, whereas here the RC
> stands for the Visualization API. This API cannot be downloaded but to be
> used online only.
>
> In order to run the RC version, just state that the version used is 1.1
> instead of 1 in your code.
> Here is the gallery
> link:http://code.google.com/apis/chart/interactive/docs/gallery.html
>
> Or just view the source code of the demo
> page:http://savedbythegoog.appspot.com/?id=95a33bec3bbe0e88f1f38d86855cf0a...
>
> Best of luck,
>
>
>
>
>
>
>
> On Thu, Dec 1, 2011 at 1:46 AM, McCGJ <[email protected]> wrote:
> > I have downloaded RCs from the following link in the past.http://
> > code.google.com/p/gwt-google-apis/downloads/list
> > I haven't seen a file there for the RC mentioned in this thread -
> > *Candidate release date*: November 22, 2011
> > The last file there is gwt-visualization-1.1.2.zip. dated Oct 27th.
>
> > How can I get this RC to run some tests with.
> > The new features look great. Can't wait to check it out.
>
> > Best,Owen
>
> > On Nov 22, 12:31 pm, Erez Bixon <[email protected]> wrote:
> > > We have pushed a new release
> > > candidate<
> >http://code.google.com/apis/visualization/documentation/release_notes...>
> > > (RC).
> > > This RC introduces many new features and some bug fixes.
> > > Take a look at some examples
> > > here<
> >http://savedbythegoog.appspot.com/?id=95a33bec3bbe0e88f1f38d86855cf0a...>
> > > .
>
> > > *Candidate release date*: November 22, 2011
>
> > > *Anticipated production release date*: December 7, 2011
>
> > > *New features*:
>
> > > 1. Transition Animation.
> > > 2. Line and Area charts now support Annotations.
> > > 3. Most axis charts now support visualization of out-of-scope,
> > certainty
> > > level, emphasis and intervals on data points.
> > > 4. Axis and pie charts: revise our visual effects on hovering and
> > > selection of data points / series.
> > > 5. Geo chart: add maps for US provinces and metros, improve
> > > visualization of disputed areas.
>
> > > If your system uses the Visualization API for commercial and / or
> > > important production purposes we recommend you test the RC and use the
> > > opportunity to provide feedback to us prior to the production release.
> > > If there are any issues, these can be communicated back to our team by
> > > replying to this message.
>
> > > Enjoy,
> > > The Google Chart Tools team
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Visualization API" group.
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group at
> >http://groups.google.com/group/google-visualization-api?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.