<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java Foundation API -- references? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287616#M240746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not quite, but it's a good starting point.&amp;nbsp; There's more to the Java public api than the service registry.&amp;nbsp;&amp;nbsp; I think the term Foundation API is obsolete,&amp;nbsp;&amp;nbsp; What's being discussed now is the java public api.&amp;nbsp;&amp;nbsp;&amp;nbsp; Currently the public api methods are being annotated to make it clear what is and what is not public api.&amp;nbsp;&amp;nbsp;&amp;nbsp; In the meantime java doc is a good starting point.&amp;nbsp; And most of what's on the service registry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 11:40:00 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2014-01-07T11:40:00Z</dc:date>
    <item>
      <title>Java Foundation API -- references?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287613#M240743</link>
      <description>Hi, After investigating the various ways to interact with Alfresco (Explorer, Share, CMIS, JCR, FreeMarker, etc.), we have settled on Java Foundation API. However, the two popular books, &amp;lt;em&amp;gt;Professional Alfresco&amp;lt;/em&amp;gt; from Wrox and &amp;lt;em&amp;gt;Alfresco Developer Guide&amp;lt;/em&amp;gt; by our own</description>
      <pubDate>Mon, 06 Jan 2014 18:23:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287613#M240743</guid>
      <dc:creator>heisenberg</dc:creator>
      <dc:date>2014-01-06T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java Foundation API -- references?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287614#M240744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another useful link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-api-java-examples/" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-api-java-examples/&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 00:41:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287614#M240744</guid>
      <dc:creator>heisenberg</dc:creator>
      <dc:date>2014-01-07T00:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Java Foundation API -- references?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287615#M240745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All&amp;nbsp; available public foundation services&amp;nbsp; can be found in:the interface org.alfresco.service.ServiceRegistry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java doc about fondation api can be found at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_JavaDoc" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_JavaDoc&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 05:16:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287615#M240745</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-01-07T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Java Foundation API -- references?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287616#M240746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not quite, but it's a good starting point.&amp;nbsp; There's more to the Java public api than the service registry.&amp;nbsp;&amp;nbsp; I think the term Foundation API is obsolete,&amp;nbsp;&amp;nbsp; What's being discussed now is the java public api.&amp;nbsp;&amp;nbsp;&amp;nbsp; Currently the public api methods are being annotated to make it clear what is and what is not public api.&amp;nbsp;&amp;nbsp;&amp;nbsp; In the meantime java doc is a good starting point.&amp;nbsp; And most of what's on the service registry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 11:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287616#M240746</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-01-07T11:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Java Foundation API -- references?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287617#M240747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks &amp;lt;strong&amp;gt;kaynezhang&amp;lt;/strong&amp;gt; for the ServiceRegistry tip, that was very useful. Poking around it, I found the NodeService. A handy cookbook for Node references is here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/NodeRef_cookbook" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/NodeRef_cookbook&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 22:29:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-foundation-api-references/m-p/287617#M240747</guid>
      <dc:creator>heisenberg</dc:creator>
      <dc:date>2014-01-07T22:29:38Z</dc:date>
    </item>
  </channel>
</rss>

