Monday, February 16, 2009

Wicket Requests as RPC

When you look at a Wicket URL, it's usually something like this:
<prefix>:page:version:<path to elmement>:AnInterface
The first part is an identifier of a particular version of an object, the second the method to be called. So in a general way, we can understand a request of a Wicket URL as a remote method invocation.

No comments: