Re: Wickedcharts (Wicked charts) Best Practice

2014-12-05 Thread tom.hombergs
Probably a better place to post this is the Wicked Charts Mailing list, since
not all Wicket users know Wicked Charts:
http://wicked-charts.2319560.n4.nabble.com/ 

However, if I understand you correctly, you want to handle common chart
configurations that is shared between several charts differently from the
actual chart data that comes from the DB.

If that is the case, then the Theme mechanism is the solution to you
problem. In a theme you can define pretty much everything you wish.

See the following links:
Themes in Highcharts: http://www.highcharts.com/demo/line-basic/dark-unica
(click on the View Visual Theme button)
Themes in Wicked Charts:
https://github.com/thombergs/wicked-charts/wiki/Feature%3A-Themes

Hope this helps.

Regards,
Tom

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wickedcharts-Wicked-charts-Best-Practice-tp4668654p4668663.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket Security examples

2013-06-13 Thread tom.hombergs
 Also, I'm interested in hearing anyone's insight into using Apache Shiro
with Wicket.  Our senior management is pretty keen on seeing us implement a
security framework that has a more powerful set of features.  I've found
Shiro to be mostly easy to implement, with the exception of managing
multiple authentication realms.  I was also curious to know, considering the
age of Wicket Shiro, whether or not that plug-in will work with Wicket 6.8
or if it's restricted to 1.5 or earlier.  Are there any problems with Wicket
Auth/Roles that might be better handled with a security framework like
Apache Shiro? 

You might want to have a look at Spring Security, when you are comparing
different Security Frameworks. For most use cases, Wicket Auth/Roles will
probably suffice, though. If you want to have look, I made a little example
project integrating Spring Security and Wicket at
https://github.com/thombergs/wicket-spring-security-example.

Regards,
Tom



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Security-examples-tp4659398p4659470.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs
Hi Sebastien,

 Wouldn't be possible to have/use a DataProvider? 
I hadn't thought of that. However, I want to keep the API independent of
Wicket. That way, it is possible to use the same API for different web
frameworks. We already used that to create a JSF component. But there will
be a way to use DataProvider nonetheless...I will think about this.

Thanks for the idea!

Regards, Tom



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655532.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: [Announce] Introducing Wicked Charts

2013-01-19 Thread tom.hombergs

 Highcharts itself is only free to use for non-profit/non-commercial
 applications and requires purchase of a license otherwise

Yes, you are right of course. Sorry for not pointing that out. I will add a
notice to the project's front page to close the trap door you mentioned.
Thanks for the hint.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519p4655534.html
Sent from the Users forum mailing list archive at Nabble.com.

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



[Announce] Introducing Wicked Charts

2013-01-18 Thread tom.hombergs
Hi Wicket users,

i would like to introduce to you the Wicked Charts library, consisting of a
java wrapper for the Highcharts javascript charting library and a component
for Wicket (and for JSF as a by-product). Wicked Charts supports most of the
features Highcharts supports, including many different chart types,
drilldown, ajax interaction between charts and Wicket and more.

If you ever need fancy charts in your Wicket application, have a look at the
project site at http://wicked-charts.org or the showcase at
http://wicked-charts.appspot.com. We'd love to hear your feedback.

Best Regards,
Tom







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Announce-Introducing-Wicked-Charts-tp4655519.html
Sent from the Users forum mailing list archive at Nabble.com.

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