Re: Google Charts integration

2010-04-13 Thread Major Péter
It's available here:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/googlecharts-parent/

Regards,
Peter

2010-04-12 22:28 keltezéssel, Major Péter írta:
 I've just started to move the application into wicketstuff-core. I will
 check also, whether the API has enhanced in the meantime. Stay tuned..
 
 Regards,
 Peter
 
 2010-04-12 16:01 keltezéssel, nino martinez wael írta:
 So someone should bump the version.. Anyone knows if the project are
 still active?.. I might be headed down the googlecharts road and if I
 go there. I'll make sure the project works on wicket 1.4.7 and update
 the project ..

 2010/4/12 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I've just checked out the project from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
 and after changing the wicket version in the pom, it still compiles, so
 it worth a try. :)

 Regards,
 Peter

 2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But 
 they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Google Charts integration

2010-04-12 Thread Alexander Monakhov
Hi, guys.

Is there currently any integration of google charts with wicket?
I've found some articles like that
http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
are really old.
So, I'm curious whether there is any active integration with google charts.

Best regards, Alexander.


Re: Google Charts integration

2010-04-12 Thread Martin Makundi
Hi!

There was a simple example at:
http://cwiki.apache.org/WICKET/showing-a-remote-image-on-wicket-site.html

It's quite trivial.

**
Martin

2010/4/12 Alexander Monakhov domin...@gmail.com:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Charts integration

2010-04-12 Thread Major Péter
Hi,

I've just checked out the project from
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
and after changing the wicket version in the pom, it still compiles, so
it worth a try. :)

Regards,
Peter

2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.
 
 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
 are really old.
 So, I'm curious whether there is any active integration with google charts.
 
 Best regards, Alexander.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Charts integration

2010-04-12 Thread nino martinez wael
So someone should bump the version.. Anyone knows if the project are
still active?.. I might be headed down the googlecharts road and if I
go there. I'll make sure the project works on wicket 1.4.7 and update
the project ..

2010/4/12 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I've just checked out the project from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
 and after changing the wicket version in the pom, it still compiles, so
 it worth a try. :)

 Regards,
 Peter

 2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Charts integration

2010-04-12 Thread Major Péter
There is nothing much wicket specific in the project, it only extends a
WebComponent. As far as I saw, the Google Chart didn't change much too.
So it's most probably going to work without any issue after bumping.

Regards,
Peter

2010-04-12 16:01 keltezéssel, nino martinez wael írta:
 So someone should bump the version.. Anyone knows if the project are
 still active?.. I might be headed down the googlecharts road and if I
 go there. I'll make sure the project works on wicket 1.4.7 and update
 the project ..
 
 2010/4/12 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I've just checked out the project from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
 and after changing the wicket version in the pom, it still compiles, so
 it worth a try. :)

 Regards,
 Peter

 2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Charts integration

2010-04-12 Thread Alexander Monakhov
Thanks for replies, guys.

Yes, I've checked this project. As I understand it hasn't been updates a lot
of time. I guess it has lived without update from 2007. I can see that it's
supporting not so many types of chart as Google Charts is providing
currently. And Major Peter is right, it depends only on WebCompont of
wicket. So, I guess it won't have problem with new wicket releases.

Best regards, Alexander.


Re: Google Charts integration

2010-04-12 Thread Major Péter
I've just started to move the application into wicketstuff-core. I will
check also, whether the API has enhanced in the meantime. Stay tuned..

Regards,
Peter

2010-04-12 16:01 keltezéssel, nino martinez wael írta:
 So someone should bump the version.. Anyone knows if the project are
 still active?.. I might be headed down the googlecharts road and if I
 go there. I'll make sure the project works on wicket 1.4.7 and update
 the project ..
 
 2010/4/12 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I've just checked out the project from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
 and after changing the wicket version in the pom, it still compiles, so
 it worth a try. :)

 Regards,
 Peter

 2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Charts integration

2010-04-12 Thread nino martinez wael
Yeah, the things I usually change are, just bumping wicket version and
Javascript dependency version. And most times that just works.

2010/4/12 Major Péter majorpe...@sch.bme.hu:
 There is nothing much wicket specific in the project, it only extends a
 WebComponent. As far as I saw, the Google Chart didn't change much too.
 So it's most probably going to work without any issue after bumping.

 Regards,
 Peter

 2010-04-12 16:01 keltezéssel, nino martinez wael írta:
 So someone should bump the version.. Anyone knows if the project are
 still active?.. I might be headed down the googlecharts road and if I
 go there. I'll make sure the project works on wicket 1.4.7 and update
 the project ..

 2010/4/12 Major Péter majorpe...@sch.bme.hu:
 Hi,

 I've just checked out the project from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-googlecharts/
 and after changing the wicket version in the pom, it still compiles, so
 it worth a try. :)

 Regards,
 Peter

 2010-04-12 15:00 keltezéssel, Alexander Monakhov írta:
 Hi, guys.

 Is there currently any integration of google charts with wicket?
 I've found some articles like that
 http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts. But 
 they
 are really old.
 So, I'm curious whether there is any active integration with google charts.

 Best regards, Alexander.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org