3 Apr
2009
3 Apr
'09
4:01 p.m.
Hi Paul, On Apr 3, 2009, at 5:14 PM, Paul Libbrecht wrote:
Hello XWikiers,
do I have a possibility for a plugin to access the classes of another webapp?
AFAIK this is prohibited in the servlet spec. It used to be possible with getServlet() but has been deprecated a long time ago. Maybe there's something new in the new 3.0 spec. (I don't know it). I think it's not a good idea since webapp should be able to be deployed anywhere without making assumptions of deployments (would cause issue in clusters for ex). Thanks -Vincent
Can this other webapp maybe offer some services shareable to others? (JNDI?)
thanks in advance
paul