As described in a previous German post I failed in my attempt to generate a relief landscape based on the elevation algorithm.
I revisited the issue and succeeded somewhat better. (weiterlesen …)
Archiv für Dezember 2010
Generate Landscape through elevation
Mittwoch, 22. Dezember 2010Uploading ‘unsupported’ Files
Samstag, 4. Dezember 2010Out of the box WordPress only allows a certain set of file types to be uploaded, which is a pain if you developed a cool script and want to share it.
Fortunately it can be helped. This article describes how.
Spring MVC 3.0 Controller
Donnerstag, 2. Dezember 2010As noted before there are several articles about on how to program a Controller with Spring MVC. A lot of the examples however do not use Annotations. This article tries to unravel some of the mysteries. (weiterlesen …)
Spring internationalizable dropdown list
Donnerstag, 2. Dezember 2010A further detail we might want to focus on is internationalization of our form. Spring MVC does not provide any i18n features for its form tags, there are however several issue reports addressing this (form:options tag does not support i18n, form:select does not provide I18N capabilities, Provide comprehensive I18N support for the Spring form tag library and many more, for a detailed list search for ‘i18n form’ on https://jira.springsource.org/secure/IssueNavigator.jspa?mode=show&createNew=true). However these issues can be solved. (weiterlesen …)