Štítek: Alfresco

  • JSP based components in Spring Surf

    In my last blogpost we got Java backed webscripts working, now let’s try something completely different: defining page snippet as a component in .JSP. Just let’s continue with our last code, which is possible to download, but it’s not necessary, it’s possible to build it all on green meadow (aka after project in roo is…

  • Freemarker templates and java backed webscripts

    Wondering about output to freemarker template from java backed webscript in Spring Surf? You’re on the right place, it’s simple so I’ll try to describe it on a few lines. For first I suppose some prerequisites you have: you have Spring Roo and (or) Springsource Tool Suite (or Eclipse with plugin), you have Spring surf…

  • Webscripts v Alfrescu a Cache

    Dnes jsem málem zase přišel o rozum při snaze rozchodit v IntranetExploaderu některé flashové součásti aplikace, běžící v Alfrescu, které jsem překlopil na zabezpečený režim přenosu za použití SSL. Šlo o to, že flash odmítl načíst vzdálené XML (aka výstup webscriptu). Po celoodpoledním googlení jsem našel prvotní nakopávku. Takže jsem natáhl plugin pro firefox, který…

  • HOWTO Alfresco PHP Library and xUbuntu

    I tried to install Alfresco PHP Library and install it on my kubuntu developing box and it's really very easy to get it running! Instalation procedure for windows is described in Alfresco wiki, but there are some differencies.

  • Sending content to java webscript via POST method

    Yesterday I stucked on problem of getting data from WebScriptRequest, which were sent by POST method. There is some bug in Apache Tomcat, so there is a simple workaround described for example here. My task was to create webscript, which tries to find a file in repository (or create it, if it doesn't exist) and…

  • Delete dialog workaround

    Write this one, or not to write this blogpost? That is the question :-). But I would like to simply remember for some things i did, so let's do it! In my DMS I have some multimedia content saved and this content has attached description in xml file. Also I have my own space view…

  • Customizing Simple Search

    Some time ago I made customized advanced search results view – no two boxes like in standard Alfresco, but three boxes – the third one for viewing special content type. Now I wanted to add this results screen as a default result of searching via the simple search box.

  • Playing with titlebar and navigator II

    In last blogpost I wrote about titlebar and menu in it. Also I promised some navigator hacking, which is more complex (and crazy has many javascript code) and amazing, so I decided to write whole blogpost on it. Here we are go!

  • Playing with titlebar and navigator

    My next quest was to change content of titlebar and navigator box. Titlebar was really easy, but navigator box is 'hell itself', because it's r:navigator component and i didn't want to create another component just for adding one more line.

  • Mimetype detection in upload component

    I posted short topic about my way to uploading files to Alfresco some time before. Now I turned all that code into my own component and added it to Tag Library and also added mimetype detection and some other amazing stuff. I'll try to describe some facts about my implementation in this blogpost, so be…