alfresco

Alfresco Office Addin Source

Is the source available for the Alfresco MS Office plugin? ...

Demo content for Alfresco Content Management

Hello Where can i find demo content? Something like backup's of db or live Demo with large amount of documents. I need it for testing facilities of the system and acquainted with workflow. PS i don't need video's ...

Possible to create a custom interface, making use of files managed by Alfresco?

Hi, Our company's switching from traditional, lame Windows shared drive to a Linux install of Alfresco. I'm the sole developer here (...go me!) and I would like to hear any thoughts on what I envisage being an interface, created by me, accessible by my team, and drawing on files stored in Alfresco, to modify some HTML files presented b...

How to link scanned document with its text content to make it searchable?

I have PDF documents containing several images/pages of scanned documents. Their (OCR-produced) text content comes in separate XML files. Is it possible to use/link the text content from XML somehow to my PDF files? (Ideally there would be no additional files left in the repository to confuse unaware users.) As I've been told there's 6...

How is extra script layer implemented?

If you have ever worked on alfresco, you must know the web script layer in it, my question is how does alfresco implement this ? What framework does it use? If you don't know alfresco, then my question is : how can I implement a script layer to expose my service layer as a JavaScript style object? With the layer, I can write the follow...

Flexible web form creation a la Drupal + Content Construction Kit - for Java

I'm looking for a Java equivalent to Content Construction Kit + contributed fields for Drupal. I'll settle for pretty much any view technology that can run on Tomcat. The following features are important to me: Specify form field types, Ids and labels Arbitrary ordering of fields Specify form URL and method Validation according to f...

Good starting book for Alfresco programming

Any recommendations for a good book about Alfresco Development, including the basic concepts / philosophy Alfresco is built upon? I plan to dive into Alfresco, especially web development. So far I'm not familiar with Alfresco. I've tried the public Alfresco Share trial site. I am familiar with SharePoint Development, and I wonder how it...

How to enable CIFS in Alfresco on Windows (dialog pops, credentials not accepted)

I'm trying to make it possible to access/upload documents to Alfresco using shared drive, i.e. CIFS. The server runs on Windows. I'm able to ping the server like ping themachine-a, so I guess the CIFS is up and running in Alfresco. But I'm unable to sign-in at \alfrescomachine\; the dialog window appears but no credentials are 'good eno...

What is SSO authentication touch point used for?

I find there are following code in NTLMAuthenticationFilter.java which used for alfresco share SSO authenticate: Response remoteRes; if (cachedNtlm) { Connector conn = connectorService.getConnector(this.endpoint, session); ConnectorContext ctx = new ConnectorContext(null, getConnectionHeaders(conn)); remote...

customizing user permissions in alfresco?

Am a newbie to alfresco, I am using Alfresco 3.2 Enterprise Edition. I have a task that I need to give permissions for the built in user roles. For example, Consumer can view the folder,view content, invite others and Take the ownership. I had a look at permissionDefinitions.xml, but still struggling in assigning persmissions. Please hel...