On 6/14/06, Bruno Borges <[EMAIL PROTECTED]> wrote:
Sharing data, for example user info.

Pass one object from a page to another, POJO-like... etc...

you can use underlying http session or servletcontext as a whiteboard depending on what scope you need.

you can lookup the servlet and access it directly - ie from servlet get application object and from there use your own getters/setters -servletcontext.getservlet()

some sockets communication through localhost.

there are some other alternatives probably if these wont do.


Setting a link from app1/PageA to app2/PageB with "new PageLink( PageB.class)"... How would that be handled by wicket?

you would have to use external link that points to a mounted page of the other application.
 
-Igor

_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to