we want to embed alfresco as content repository in a web application, primarily using the jsr-170 api. I couldn't find docu about how to embed alfresco as minimal as possible. I started with the embedded sample in the sdk, but this starts various services that I am sure I won't need, just increasing startup time.
The "FirstFoundationClient" sample in the SDK is probably the best place to start. In terms of disabling various services in Alfresco, I would suggest you start by enumerating the services you want to disable (virtual file servers, RMI registry, …) then look at the relevant pages on the wiki for how to disable each of those pieces individually.
thanks for your reply. This was not quite the answer that I was hoping for 😉 The FirstFoundationClient uses SDK Alfresco embedded with its around 170 jar files. I already searched the wiki for any hints. But it is not so easy to find what I am looking for.