Powered By Blogger

Wednesday, July 25, 2012

IMAP with Alfresco

http://keytocontent.blogspot.com/2010/05/mounting-alfresco-as-imap-mount-point.html

Tuesday, July 24, 2012

YUI examples

http://developer.yahoo.com/yui/examples/

It has details on how to learn yui and pass the parameters

Wednesday, July 18, 2012

Sample Java projects

http://1000projects.org/java-projects.html

http://www.programmer2programmer.net/

Bulk Upload

Access the url
http://localhost:8080/alfresco/service/bulk/import/filesystem

In this we are showcasing sample to be used for bulk upload
here we are tryiong to migrate the contents of IBM. The content can be folder or file.



Import directory: F:/BulkUploadFolder/IBM
Target space:/Company Home/basanagowda


Dirctory structure

F:\BulkUploadFolder
            IBM
                IMG_1967.jpg
                IMG_1967.jpg.metadata.properties




Contents of IMG_1967.jpg.metadata.properties



 
 
    cm:content
    cm:versionable,cm:dublincore
    A photo of a flower.
    A photo I took of a flower while walking around Bantry Bay.
    1901-01-01T12:34:56.789+10:00
   
    Peter Monks
    Peter Monks
    Peter Monks
    Photograph
    IMG_1967.jpg
    Canon Powershot G2
    Worldwide
    Copyright (c) Peter Monks 2002, All Rights Reserved
    A photo of a flower.
 

Bulk Import tool

Details can be found in the location
http://code.google.com/p/alfresco-bulk-filesystem-import/source/checkout

We can migrate data in the ranges of TB

Alfresco source code building

The target

              depends="continuous-init"
           unless="alf.build.number">
                     classname="org.tigris.subversion.svnant.SvnTask">
        
     
     
        
     

     
        
     

                     token="@build-number@"
               value="r${svn.revision}"
               summary="yes" />
                     token="version.edition=Community"
               value="version.edition=${file.name.codeline}"
               summary="yes" />
  

fails in alfresco. To fix this just remove the line

  
        
     


then the command
ant -Dversion.major=0 -Dversion.minor=0 -Dversion.revision=0 -Dbuild.script=enterpriseprojects/build.xml -f continuous.xml distribute

will work


 sdfsdg

Tuesday, July 17, 2012

Building Alfresco from source


Building Alfresco from source code
1.    Download the code from the location
2.    In the build.properties set TOMCAT_HOME , This is required for the successful build of share
#home.tomcat=${env.TOMCAT_HOME}
home.tomcat=F:/AlfrescoSource/4.0.2/tomcat/apache-tomcat-6.0.26
3.    We can execute the command
ant -Dbuild.script=enterpriseprojects/build.xml
4.    TOMCAT_HOME,APP_ TOMCAT_HOME and VIRTUAL_ TOMCAT_HOME these properties needs to be set

Alfresco Build Automation

http://ecmstuff.blogspot.com/2012/01/using-build-server-to-automate-alfresco.html

http://my.safaribooksonline.com/book/-/9781849511087/building-alfresco/ch14lvl1sec03

http://www.boulderhopkins.com/2010/10/building-alfresco-enterprise-from.html

Download the code from https://svn.alfresco.com/repos/alfresco-enterprise-mirror/alfresco/TAGS/ENTERPRISE/V4.0.0/root/

and run the below command

ant -Dbuild.script=enterpriseprojects/build.xml
-Dversion.major=0 -Dversion.minor=0 -Dversion.revision=0
-f continuous.xml distribute
  

Monday, July 16, 2012

Share Learning resources

http://code.google.com/p/share-extras/
http://ecmarchitect.com/archives/2012/05/08/1592
http://ecmarchitect.com/archives/2012/05/15/1599

http://ecmarchitect.com/archives/tag/share-customization

CMS Products available in market

http://wiki.alfresco.com/wiki/Other_Content_Management_Systems

Commercial Vendors

Plumtree - Portal, Content Server and Collaboration Server
Interwoven - LiveSite and TeamSite
Open Text - LiveLink and LiveLink for Collaboration
Documentum - EMC-Documentum and eRoom
Microsoft SharePoint
IBM DB2 Content Manager
IBM DB2 Content Manager
IBM DB2 Content Manager OnDemand - This is their storage and records management / archiving software
woodwing Tight integration with Adobe product suite consisting of content repository and workflow engine
Media Surface
SmartDocs Fujtisu Services
Xythos
Vignette - VCM (web content mgmt), VBCS (collaboration), VRD (records & document mgmt) and IDM (imaging)
Oracle UCM

Open Source

Drupal - Drupal, an open source content management platform. Equipped with a powerful blend of features, Drupal can support a variety of websites ranging from personal weblogs to large community-driven websites.
Magnolia Content Management Suite (ECM) - LGPL, community driven, based on JSR-170 (Apache CLA)
DSpace is a combined Open Source project between MIT and HP. See also DSpace.
InfoGlue - GPL, community
ExoPlatform - LGPL, Portal system with content management system and JSR-170 facade
Ion - GPL (last touched 2002)
OpenCMS - LGPL, closed contribution
Jahia - Collaborative source (not OSS)
Joomla! - GPL, Joomla! spun off from Mambo, WCM framework supported by active community, comes with many components, templates, modules, plugins and mambots (acting on content scripts), LAMP or WAMP
eAdmin/OWX - LGPL, ?
MMBase - Mozilla, closed contribution
Apache Lenya - Lenya Overview, Local installation
OSS CMS For Universities Presentation
Nuxeo ECM Application Framework - Zope converting to JEE, OSGi component based, service oriented, JBoss Seam, POJO, Eclipse RCP, JCR, jBPM, ...
Apache Cocoon - Cocoon Overview
Daisy - Apache, based on Cocoon
Fedora - Not related to Red Hat, Digital content management fully powered with Web Services.
RedHat CMS - Red Hat ccm - dead
Aplaws - GPL, based on Red Hat ccm, geared towards the needs of british local authorities
Byline - GPL, ccm fork, not much activity
Cofax - LGPL, community
Webman - LGPL, closed (last updated 2003)
webEditor - Dead?
Slide - Apache, community
JackRabbit - Apache, community
Xinco DMS - Apache, community
FLEX-db - Digital Asset Manager (Sourceforge)
OpenBlueLab - OpenBlueLab aims at providing a complete ERP & CRM full web portal, Open Source, based on UML models, without writing any line of code. Generated through the MDA approach, a Reference Implementation based on Cocoon (Java) is currently available.
Plone

Editorial Systems / Publishing Platforms

Other Publishing Tools

  • PCI Scriba
  • Metagrove

Thursday, July 12, 2012

jdbc tutolrial for all the databases

http://www.tutorialspoint.com/jdbc/jdbc-db-connections.htm

http://www.dreamincode.net/forums/topic/241070-export-data-from-db2-database-using-java/

Tuesday, July 10, 2012

IBM CMOD

http://publib.boulder.ibm.com/infocenter/cmod/v8r4m1/index.jsp

pcap file


http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=ipp.pcap

Wireshark is used to get the network dumps

Thursday, July 5, 2012