The integration of Alfresco with Ephesoft 4.0.2 - import

so i've installed Alfresco community edituion 5.2 and Ephesoft community edition 4.0.2 .
I want to configure Ephesoft to scan automatically to alfresco with metadata , (and i dont get the CMIS thing , should i download a CMIS or what for the configuration ) .

Ephesoft contains already an export CMIS plugin that you can use directly with Alfresco: http://wiki.ephesoft.com/cmis-export-plugin-3

Related

Looking for a Open Source SimpleSAML plugin for Alfresco

We have an Alfresco 5.1 community edition. Currently looking for a open source SAML plugin. If there is
Looks like there is community edition of the plugin. We were able to manage with a OAuth plugin which directly authenticates to Google.

Where can I obtain SDK for Alfresco Community 5.2c?

I have Alfresco Community v5.2.0 and Alfresco Share v5.2.c that running on Apache Tomcat 7.0 Servlet/JSP Container, installed on CentOS 7.3.
To customize Alfresco I need the appropriate Alfresco SDK.
Where can I obtain it?.. I downloaded alfresco-community-sdk-4.2.c from sourceforge, set it up in Eclipse Luna.
Can I use this version of SDK for customize Alfresco 5.2c?
If you are using eclips for customization then follow this link to set alfresco sdk with eclips.
https://www.youtube.com/watch?v=utYZaVe9Nd0

Import alfresco project into eclipse

I'm new in Alfresco I have download and installed "alfresco-community-4.2.f-installer-win-x64.exe" and I'm looking if I can import it as an eclipse project
The Alfresco Installer provides everything you need to run Alfresco. Install it, start it, away you go
However, if you want to either write your own Java code to run on Alfresco, or to extend/change Alfresco, it isn't what you need.
To build your own code on top of Alfresco, you'll most likely want the Alfresco SDK. That contains everything you need to:
Develop Alfresco Repository plug-ins such as:
Custom Actions / Conditions
Custom Aspects
Custom Transformers
Develop Applications against a standalone Alfresco server via Alfresco's Web Service API. In this case, the SDK works as a wrapper for the Alfresco API.
Embed Alfresco into existing Applications via Alfresco's Java Foundation API or standards-compliant JCR API
Alternately, if you want to make changes to Alfresco itself, then you'll need to grab the source code for it. The Source Code Wiki Page has the details of how to do that, and the 4.2f code is here
if you are using Maven you can try with Maven Alfresco SDK

Unable to deploy Alfresco war community edition on JBOSS

I have downloaded Alfresco community edition for POC purposes and it comes with tomcat by default. I want to deploy the Alfresco war (which comes with community edition) in JBOSS , but I am unable to do so . Kindly help.
Take a look here:
Alfresco on JBoss EAP 6.1
http://www.jbossauthority.com/alfresco-on-jboss-eap-6-1/
and here http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/installation-upgrades/jboss-war-deployment

cannot find AppservRealm class in NetBeans6.9 with glassfish3 Community Edition

I am trying to write custom Realm class, but cannot import package which contains it. May be its because of Community version of glassfish which does not contain specific tools for JAAS ? But I cannot find any mention about it in Internet or Oracle site.
I also cannot find ProgrammaticLogin class.
P.S. I use JavaEE1.4 because need use BMP beans, but JAAS is being included in EE since 1.3 as addons and since 1.4 as part.
I have GlassFish Server Open Source Edition 3.1 Build 43 installed. I was able to find com.sun.appserv.security.AppservRealm in the file glassfish3/glassfish/modules/security.jar.
ProgrammaticLogin is in the same jar.
HTH