<?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: Packaging Alfresco as a JEE Deployment Bundle in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222194#M175324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The example you use starts both client and server together so is a little contrived.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In fact its demonstrating the flexibility of Alfresco in that it can be configured via spring to run from a command line without the J2EE machinery.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you are missing the fact that Alfresco is already packaged as a WAR file and this is how 99% of alfresco instances will run.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunatly it's not possible to have an alfresco WAR without Alfresco Explorer.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There's two reasons for this one is that the primary means of communicating with alfresco are via http for which we need a web server anyway.&amp;nbsp;&amp;nbsp; And the Engineering has not yet been done to turn Explorer off.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes alfresco is now overdue a refactoring into "components".&amp;nbsp;&amp;nbsp; It started with the introduction of Share (A separate UI layer) in 3.0 and the introduction of "subsystems" in 3.2 and will continue.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There's a line called OSGi in the roadmap that will probably involve separating the dependencies between the various components of Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jul 2010 23:20:38 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-07-07T23:20:38Z</dc:date>
    <item>
      <title>Packaging Alfresco as a JEE Deployment Bundle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222193#M175323</link>
      <description>I would like to package Alfresco into a JEE Deployment Bundle (e.g. an EAR file) so that it can be deployed and managed in a JEE environment like other services already found there.&amp;nbsp; To this end, I've tried to package one of the Sample SDK Projects (AlfrescoRemote) but have discovered this is the wr</description>
      <pubDate>Wed, 07 Jul 2010 22:41:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222193#M175323</guid>
      <dc:creator>bpcamac</dc:creator>
      <dc:date>2010-07-07T22:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging Alfresco as a JEE Deployment Bundle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222194#M175324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The example you use starts both client and server together so is a little contrived.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In fact its demonstrating the flexibility of Alfresco in that it can be configured via spring to run from a command line without the J2EE machinery.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you are missing the fact that Alfresco is already packaged as a WAR file and this is how 99% of alfresco instances will run.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunatly it's not possible to have an alfresco WAR without Alfresco Explorer.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There's two reasons for this one is that the primary means of communicating with alfresco are via http for which we need a web server anyway.&amp;nbsp;&amp;nbsp; And the Engineering has not yet been done to turn Explorer off.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes alfresco is now overdue a refactoring into "components".&amp;nbsp;&amp;nbsp; It started with the introduction of Share (A separate UI layer) in 3.0 and the introduction of "subsystems" in 3.2 and will continue.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There's a line called OSGi in the roadmap that will probably involve separating the dependencies between the various components of Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 23:20:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222194#M175324</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-07-07T23:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging Alfresco as a JEE Deployment Bundle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222195#M175325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick reply.&amp;nbsp; It seems that the path I was attempting might need to be abandoned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ordinarily the WAR file deployment would be sufficient as it is a recognized deployment unit of JEE platforms.&amp;nbsp; Unfortunately in this particular deployment scenario that we have in mind the content to be saved/retrieved by Alfresco are large binary files.&amp;nbsp; Hence we wanted to avoid http requests containing these files as payload.&amp;nbsp; We had thought of introducing an Adapter in front of the Foundation API which act as the remote interface and receive save/retrieve requests but those requests would contain a URL to the binary file and not the file itself thus dramatically reducing the size of the http requests and improving performance.&amp;nbsp; The Adapter ofcourse would need to open the URL as a byte stream and read in the file contents before invoking the standard save() as a local (in-process) JVM call.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to deploy Alfresco without its regular http remote interface, which we intend to replace with our own (Adapter style)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 00:18:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222195#M175325</guid>
      <dc:creator>bpcamac</dc:creator>
      <dc:date>2010-07-08T00:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Packaging Alfresco as a JEE Deployment Bundle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222196#M175326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi could you please help me where to find code for editing URL so that can login from internet rather than from server. where should i change the port settings such that if we type a URl it will direct to the local host of server and map it, inorder for clients to login directly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 01:34:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/packaging-alfresco-as-a-jee-deployment-bundle/m-p/222196#M175326</guid>
      <dc:creator>shivasai</dc:creator>
      <dc:date>2010-07-13T01:34:47Z</dc:date>
    </item>
  </channel>
</rss>

