URL-Rewriting mechanism in JSR168
Hi,
we have to integrate an existing homepage in a portal application. The code of the websites can't be changed, because the homepage is furthermore used outside of the portal, too. So we need a dynamic url-rewriting for all links, images, java script-blocks and so on. We already developed a solution with string replacement what appears as not fast enough.
Many articles about JSR168 mention, that there is an url-rewriting mechanism included, what would be very interesting for our purposes. I reviewed the portlet specification's java doc from http://www.jcp.org/en/jsr/detail?id=168 , but could not find any methods for url-rewriting. Do you have any ideas?
Bye, Florian

