Maybe you should use GWT instead...

Michael



MattyDE <ufer.mar...@gmail.com> schrieb:

>We have to implement a Wicket-driven webapp which could be easily
>included in
>any other customer HTML-"WebPage" without a java-driven webserver
>(could be
>also php or only html or anything else).
>
>My first idea: iframe. But iframes are not allowed cause of accessibly
>for
>handicaped people.
>My second one (and last): JSONP. So on customer-side the customer just
>has
>to include a script-Tag to our java-wicket-webserver and we let wicket
>submit the rendered page output to json, transfering it back to the
>customer, on which side the json would be unpacked, interpreted and
>injected.
>
>But what is with the user-actions on this side. They all have to be
>transfered through JSONP again back to our java-server and so on.
>
>Did anybody of you did this before? Any ideas how to "pack" the
>rendered
>page-markup in json (should i implement my own "WicketFilter"?)
>
>Thanks in Advance for any help, and apologise for my horrible English.
>
>Its not my mothers tongue.
>
>- Matt
>
>
>
>--
>View this message in context:
>http://apache-wicket.1842946.n4.nabble.com/Wicket-6-through-JSONP-tunneling-tp4655501.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

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Reply via email to