wicket's equivalent of a service is a shared resource. you can register your
own shared resources through your webapplication subclass.

as far as selecting pages via javascript:

wicket doesnt really have a page service. urls for pages are resolved
internally. if you want a stable entry point into the page then you should
mount it, also via the webapplication subclass, and then the javascript can
redirect to the mounted url.

-igor


On 3/15/07, Robert . <[EMAIL PROTECTED]> wrote:

Hi,

I have been examining how I can convert a web application product from
Tapestry 3 to Wicket, and trying to adapt
myself to the Wicket way of thinking about web flow.

One part that I just can't seem to figure out from reading Pro Wicket and
browsing through the apidocs is how to
make something like Tapestry "services".

For example I have an action service in Tapestry that let's me send an
action command, including additonal parameters,
to the service by using javascript. I have such a service for both normal
requests and XMLHTTP requests. But thinking
about this further makes me realize I don't even know how to make
something like a PageService where the page is determined by javascript.

I feel like I am missing something.

Robert



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to