mark göricke it consulting

freelancer

Fatwire

Forcing short expire time on …

This following post describes one possible solution for the error message … [com.fatwire.logging.cs.cache.page] Forcing short expire time on … The page had zero length. The error occures when a cached pagelet (Templates as well as CSElements, when a SiteEntry wrapped it) has a size of 0 bytes. A size of 0 bytes can have more [...]

, , , ,

Red Bull BC One launched!

Next project is live! Visit the all new Red Bull BC One website! Thanks to all, who made it possible … www.redbullbcone.com in cooperation with control-b (design and collaboration software) Integration of 3rd party collaboration software (control-b) in Fatwire ContentServer Backend implementation (CMS) URL Assembler Custom Attribute Editors for Dash and Advanced UI Asset Filter [...]

, , , , ,

Update a Flex Attribute using Asset API

The following code loads a Flex Asset with the AssetId assetId and updates the value of a Flex Attribute attribute with the object value. The value of value can be null. The code can be used in Java classes as well as in JSP Templates. A hint: If the Flex Attribute is of type blob [...]

, , , , , , , ,

Pass various custom parameters as a single parameter to a pagelet

 How to pass various custom parameters as a single parameter to a pagelet   If you have the requirement to pass various custom parameters (like search params or dialogues) to each or to some of your pagelets, you could run into the problem, that you have to register each of the custom parameters as “Cache [...]

, ,

Load a Flex Asset

Loading a Flex Asset isn’t more difficult than loading a basic asset. Given are the two parameters c (the name of the asset type) and cid (the id of the asset). <assetset:setasset name=”myAssetSet” type=”<%= ics.GetVar(“c”) %>” id=”<%= ics.GetVar(“cid”) %>”/> <assetset:getattributevalues name=”myAssetSet” attribute=”Attribute_Name” typename=”Attribute_Typename” listvarname=”OutputList”/> <p><ics:listget listname=”OutputList” fieldname=”value”/></p> Don’t forget to include the taglib assetset.tld …

PermGen in Java 6

How to handle the “java.lang.OutOfMemoryError: PermGen space”

CS 7.0 static publishing has a hardcoded timeout

static publishing sessions fails after 10 hour

Avoid high load on calculating the ranking in Recommendations

Useful tip when you are using Recommendations as static listst.

Load a basic asset

Shows how to load a basic asset in Fatwire …