-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Encoding
Schei? Encoding!!!
Als XML Trainer werde ich immer wieder nach Encodings gefragt. Die umfassendste Antwort ist ein Link, ein absolutes MUST READ für jeden Entwickler: Joel on Software: The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character … Continue reading
Enforcing an encoding for Eclipse in a maven project
In Maven it’s easy to set the encoding for your source code to a defined encoding (e.g. UTF-8) by inserting this part into your pom file: <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> But how to apply this to your Eclipse project?
Posted in Build, config and deploy, Eclipse Universe
Tagged Eclipse, Encoding, maven, UTF-8
Leave a comment
Solving Tomcat Encoding Problems in UTF-8 Webapps
The default configuration of Apache Tomcat 6 can cause encoding problems with URLs (links) that contain umlauts. In a Grails project we had the case that html links didn’t work. The problem was that the URL contained parameters with umlauts. … Continue reading
Posted in Groovy and Grails, Java Runtimes - VM, Appserver & Cloud, Java Web Frameworks
Tagged Encoding, grails, tomcat, UTF-8
5 Comments