Hello all,

I am most likely going to be using wicket for our next project, so I
was thinking of getting some of the questions in my mind answered. I
had actually gotten some answers from ivaynberg on freenode's
##wicket, but it is always nice to see the other's point of view as well.


Question 1:
Was wicket ever tested within a high request volume environment, meaning a
site with lots of users and requests per second? If it was, are there
any stats or ideas on how much memory is required per user on average?

Question 2:
Our project is going to be using a different markup other than xhtml,
namely, XDIME, which is a device independent markup language usually
used to render the pages on mobile phones. They are quite similar,
except for things like forms, which contain different tags, as well as
different hierarchy within the markup (ie. the multiselect in a form
is defined as <xfmuselect> with the options following one by one.) How
much of a problem will this present? Will I have to write
wicket.markup.xdime.*? If yes, what would be a good pattern to use to
avoid code duplication? If no, how is the wicket team thinking about
supporting other markups?

Question 3:
In our design, we want the customer to be able to lay the
components in a simple, stacked, sequential layout for the future, so
we actually have one Page/PageLayer, which gets the order of the
components and calls them accordingly. So I will probably be using
something like ListView with sequential Panels inside, which will be
the actual components. Has anyone tried something similar, meaning a
one page app instead of the regular multiple pages approach? Will
there be any problems bugging me in the future if I choose this approach?


Thanks in advance,

Utku


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to