I've been working to extend Alfresco Share to go along with changes I've made to Explorer. I've been working to integrate an existing GWT-based app into share and have been very frustrated trying to find any docs on available services and practices for re-implementing the GWT RPC interfaces.
For explorer this was easy, but all of the documentation I can find on Share points to JavaScript, which I cannot use in this case and whose names under JavaScript don't help much in locating their Java counterpart. While I've managed to hunt down the Java equivalents so far,I've found it incredibly time-consuming, tedious, and frustrating.
Is there any decent guide out there on extending Share through Java code?
Thanks!
-Patrick