Hi,
I'm trying to find a solution to build a new webapp next to the Alfresco one (or even on another server) and I was wondering if someone already tried to expose the alfresco service beans via the Spring RMI remoting feature. Indeed, for me those beans are the most interesting ones because they are at the top of the feature capabilities list (since not all services are exposed in the webservices and even less via JCR). Also, I could call the webservices from my second webapp but I guess that RMI calls would be quicker than going through all the webservice layers.
Does anybody already tried this and if yes is there any issue (transactional, securtity, other) ?
Thanks for your feedback