Re: Anyone know a Wiki component?

2015-06-02 Thread Christoph Läubrich

Why should wicket not be able to handle this kind of urls?

YOu can simply create a WikiPage mount it like 
mountPage(WikiPage.class, /wiki/${pagename}); and you will receive 
that name as a page Parameter.

You then can
 a) load a Page if found (e.g in DB) under this name
 b) present the user with something like Create page if not found

Then add some Edit Links and a Textbox and your super-simple-wiki is 
done. For Markup you will find severla JavaProjects, eg. you can use 
Velocity or some kind of BB-Code or support simply a subset of HTML Tags 
or its all up to you ;-)


Am 01.06.2015 12:11, schrieb Wayne W:

I suppose what I am asking is, does anyone know of a wiki markup engine
that plays well with wicket. I need to create wiki pages from within a
wicket application. I'm not looking for a WYSIWG editor. Basically I'd like
to create a (wicket) page that once you land there, enables the user to
create wiki pages. So really I'm looking for a some form of wiki
engine/markup thats going to be able to handle links jumping from user
generate content page to other user generated content. At the moment wicket
would not be able to handle the URLs I don't think. I'd like to wrap these
user generated pages within a wicket page (that has other wicket
components/panels such as header and main menu, search etc).

   



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



Re: Graphing Framework for Wicket

2015-06-02 Thread Francois Meillet
You have also Wicket-chartjs that combines Apache Wicket and Chart.js
free for all private AND commercial projects (Apache Licence v2).

https://twitter.com/apache_wicket/status/591569565760561153


François Meillet








Le 2 juin 2015 à 10:38, Johannes Renoth johannes.ren...@gmx.de a écrit :

 Please be aware that wicked-charts uses highcharts to do the actual
 plotting. Highcharts is not free for commercial use and requires a
 license (see http://shop.highsoft.com/highcharts.html).
 
 
 On 06/01/2015 05:47 PM, Mihir Chhaya wrote:
 One correction; it is called Wicked Charts (
 http://wicked-charts.appspot.com/)
 
 
 
 On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya mihir.chh...@gmail.com
 wrote:
 
 Hi Lois,
 
 Not aware of current status but, you might want to look at wicket charts.
 
 Thanks,
 -Mihir.
 
 On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:
 
 Hi Lois,
 
 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js
 
 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional
 libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really
 simple
 to use and it just works! :)
 
 I am already busy with some other wicket integrations so I don't know
 (now)
 if I will make it a public project... But if someone would like to dig
 into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...
 
 Best regards,
 Sebastien
 
 
 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:
 
 Hi Martin,
 
 I looking for a framework or a set of classes that will allow me to
 create
 graphs.
 
 Thanks
 
 Lois
 
 -Original Message-
 From: Martin Grigorov [mailto:mgrigo...@apache.org]
 Sent: Monday, June 01, 2015 9:40 AM
 To: users@wicket.apache.org
 Subject: Re: Graphing Framework for Wicket
 
 Hi,
 
 Please give us more details.
 Do you mean graphics or graphs?
 
 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov
 
 On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:
 
 Hi All,
 
 I need some recommendations on a graphing framework for wicket.
 
 Thanks
 
 Lois
 
 -
 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: Training slides/presentation for work colleagues?

2015-06-02 Thread Martijn Dashorst
I don't have a training available (I tried to find a deck from way
back), but you can look at these slides:

http://www.slideshare.net/dashorst

Wicket and JavaEE is a rather complete deck I was able to go through
in roughly 60 minutes, but if you want to explain things more in
depth, you can easily make it 2 hours. It should go down much better
in 2 hours than 1 hour IMO.
http://www.slideshare.net/dashorst/wicket-and-java-ee-in-a-tree

Another nice deck is the Introducing Wicket presentation from 2010
(http://www.slideshare.net/dashorst/wicket-2010).

Martijn

On Tue, Jun 2, 2015 at 10:23 AM, Chris Colman
chr...@stepaheadsoftware.com wrote:
 Given that I rave about Wicket so much to most of the developers at one
 of my clients I was asked to give a presentation on the benefits of
 Wicket to the Java development team.

 Does anyone know of an up to date (Wicket 6) slide presentation or
 similar that I could use for this?

 I could create my own but I'm very much into reusability and I'm sure
 many have already created such things ;)

 Regards,
 Chris

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




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

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



Re: Graphing Framework for Wicket

2015-06-02 Thread Johannes Renoth
Please be aware that wicked-charts uses highcharts to do the actual
plotting. Highcharts is not free for commercial use and requires a
license (see http://shop.highsoft.com/highcharts.html).


On 06/01/2015 05:47 PM, Mihir Chhaya wrote:
 One correction; it is called Wicked Charts (
 http://wicked-charts.appspot.com/)



 On Mon, Jun 1, 2015 at 11:46 AM, Mihir Chhaya mihir.chh...@gmail.com
 wrote:

 Hi Lois,

 Not aware of current status but, you might want to look at wicket charts.

 Thanks,
 -Mihir.

 On Mon, Jun 1, 2015 at 11:08 AM, Sebastien seb...@gmail.com wrote:

 Hi Lois,

 I am not aware of this... But I'm interested to the answer :)
 I was looking for a nice js graph, based on jQuery possibly and found that
 best matches my requirement: vis.js, arbor.js  cytoscape.js

 arbor.js is highly deprecated,
 cytoscape.js is good and jQuery oriented, but requires additional
 libraries
 depending on what type of graph we want to display,
 so I'll probably go for vis.js (ASFv2 licensed) because it is really
 simple
 to use and it just works! :)

 I am already busy with some other wicket integrations so I don't know
 (now)
 if I will make it a public project... But if someone would like to dig
 into
 a wicket-vis project, and maintain it, I will be glad to help... In the
 meantime, will I try to publish a showcase in a week or two...

 Best regards,
 Sebastien


 On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

 Hi Martin,

 I looking for a framework or a set of classes that will allow me to
 create
 graphs.

 Thanks

 Lois

 -Original Message-
 From: Martin Grigorov [mailto:mgrigo...@apache.org]
 Sent: Monday, June 01, 2015 9:40 AM
 To: users@wicket.apache.org
 Subject: Re: Graphing Framework for Wicket

 Hi,

 Please give us more details.
 Do you mean graphics or graphs?

 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov

 On Mon, Jun 1, 2015 at 4:27 PM, Lois GreeneHernandez 
 lgreenehernan...@knoa.com wrote:

 Hi All,

 I need some recommendations on a graphing framework for wicket.

 Thanks

 Lois

 -
 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



Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
Given that I rave about Wicket so much to most of the developers at one
of my clients I was asked to give a presentation on the benefits of
Wicket to the Java development team.

Does anyone know of an up to date (Wicket 6) slide presentation or
similar that I could use for this?

I could create my own but I'm very much into reusability and I'm sure
many have already created such things ;)

Regards,
Chris 

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



RE: Training slides/presentation for work colleagues?

2015-06-02 Thread Chris Colman
Thanks for these. I'll take a look.

17 people so far have said they are coming... yikes - I think I'll need
to book a bigger room.

-Original Message-
From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
Sent: Tuesday, 2 June 2015 7:26 PM
To: users@wicket.apache.org
Subject: Re: Training slides/presentation for work colleagues?

I don't have a training available (I tried to find a deck from way
back), but you can look at these slides:

http://www.slideshare.net/dashorst

Wicket and JavaEE is a rather complete deck I was able to go through
in roughly 60 minutes, but if you want to explain things more in
depth, you can easily make it 2 hours. It should go down much better
in 2 hours than 1 hour IMO.
http://www.slideshare.net/dashorst/wicket-and-java-ee-in-a-tree

Another nice deck is the Introducing Wicket presentation from 2010
(http://www.slideshare.net/dashorst/wicket-2010).

Martijn

On Tue, Jun 2, 2015 at 10:23 AM, Chris Colman
chr...@stepaheadsoftware.com wrote:
 Given that I rave about Wicket so much to most of the developers at
one
 of my clients I was asked to give a presentation on the benefits of
 Wicket to the Java development team.

 Does anyone know of an up to date (Wicket 6) slide presentation or
 similar that I could use for this?

 I could create my own but I'm very much into reusability and I'm sure
 many have already created such things ;)

 Regards,
 Chris

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




--
Become a Wicket expert, learn from the best: http://wicketinaction.com

-
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



Panels not refreshing when calling AjaxRequestTarget.add(), only in production mode

2015-06-02 Thread lucast
Dear Forum,
On a form which is inside a modal window, I have an ajax checkbox where if I
tick the box, I display a number of panels and if the checkbox is not
ticked, I hide said panels.

The functionality works well on development mode and does not work at all on
deployment mode.

I call 
FormComponentPanel.setVisible( True/False ); and then,

AjaxRequestTarget.add( FormComponentPanel );

Has anyone experienced anything similar where ajax works on development mode
but not on deployment mode?


Thanks in advance,
Lucas


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panels-not-refreshing-when-calling-AjaxRequestTarget-add-only-in-production-mode-tp4671035.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: Panels not refreshing when calling AjaxRequestTarget.add(), only in production mode

2015-06-02 Thread Sven Meier

Do you call formComponentPanel#setOutputMarkupPlaceholderTag(true)?

Sven


On 02.06.2015 17:52, lucast wrote:

Dear Forum,
On a form which is inside a modal window, I have an ajax checkbox where if I
tick the box, I display a number of panels and if the checkbox is not
ticked, I hide said panels.

The functionality works well on development mode and does not work at all on
deployment mode.

I call
FormComponentPanel.setVisible( True/False ); and then,

AjaxRequestTarget.add( FormComponentPanel );

Has anyone experienced anything similar where ajax works on development mode
but not on deployment mode?


Thanks in advance,
Lucas


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panels-not-refreshing-when-calling-AjaxRequestTarget-add-only-in-production-mode-tp4671035.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




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