On Feb 6, 2008 5:12 AM, René Samselnig <[EMAIL PROTECTED]> wrote:
>
> Hi people,
>
> currently I'm evaluating wicket as the future framework in our company. I
> already found a lot of information but still there is some missing. I hope
> you can help me out answering these questions.
>
> * What experience do you have regarding performance of wicket applications?
> * Is there a way to cluster wicket applications?

as of 1.3.1 wicket is clustered the same way any other webapp is.

> * Does wicket use any proprietary, non-standard technologies?

it is an apache project, so the answer to proprietary is no.
non-standard? wicket is not a sun standard itself...

> * How does wicket care about session hijacking or sql injection?

it doesnt. sql injection should be handled by using prepared
statements with parameters. how would a webapp framework help you
here? dont see how it cna help with session hijacking since that
happens at a layer above wicket - servlet container.

> * Is there an easy way to implement SSO?

ssos usually work as a filter that is above your app. since wicket
itself is a filter i dont see any major problems.

> * Can I integrate wicket applications into any content management system?

*any* is a very broad category, so the answer would be 'no' since im
sure it is possible to find at least one cms there that will not play
nice :)

-igor

>
> If you have an answer to any of these questions don't hesitate to ignore the
> others - any input is welcome!
>
> Thanks in advance,
> René
> --
> View this message in context: 
> http://www.nabble.com/Evaluating-Wicket-tp15306535p15306535.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to