-
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: tomcat
Spring Boot 2.0 GA
Die freudige Nachricht: Spring Boot 2.0 ist verfügbar! Spring Boot hat sich mittlerweile zum Standard-Framework für die meisten Spring-Projekte entwickelt. Es ist damit sehr einfach, neue Spring Projekte aufzusetzen. Einen Großteil des Konfigurationsaufwands wird dem Entwickler durch Konventionen abgenommen, sodass … Continue reading
Posted in Spring Universe
Tagged Hibernate, HTTP/2, java 9, Spring 5, Spring Boot, Spring Framework, spring release, tomcat
Leave a comment
Spring Boot – Getting started
Im April 2014 wurde die Version 1.0.0 von Spring Boot veröffentlicht. Mittlerweile sind wir bei Version 1.1.4 angekommen. Das Projekt verspricht eine noch schnellere Entwicklung von Anwendungen mit Spring: Spring Boot makes it easy to create stand-alone, production-grade Spring based … Continue reading
Posted in Build, config and deploy, Spring Universe
Tagged gradle, grails, maven, spring, Spring Boot, spring mvc, spring roo, tomcat
2 Comments
How to connect jprofiler with tomcat 7.0.27 running on IBM J9 64-Bit JDK(Linux)
Having trouble with performance and scalability issues is not so uncommon in my working environment as it should be. That is a shame – but there are a lot of pretty tools out there in this java developer world, that … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged IBM J9, JProfiler, jvm, Linux, profiling, tomcat
2 Comments
Grails 2.2 released (Groovy 2.0, Forked Mode, Namespace support) and Grails 2.3 outlook
Grails 2.2 has been released recently. It offers support for Groovy 2.0 (static type checker and static compilation, modularity, Project Coin syntax enhancements, Invoke Dynamic integration) namespace support (namespaces for Grails artifacts in plugins to avoid naming collisions) forked mode … Continue reading
Posted in Groovy and Grails
Tagged Aether, dependency management, grails, Groovy, Invoke Dynamic, Ivy, maven, Namespace, project coin, Static Compilation, tomcat
Leave a comment
Apache TomEE 1.0 erschienen
Apache TomEE ist ein Tomcat, der um weitere Apache-Module erweitert wurde und somit für das JavaEE 6 Web Profile zertifiziert ist. Jetzt ist die finale Version 1.0 erschienen.TomEE eignet sich für Webanwendungen, die zusätzliche JavaEE-Technologien benötigen, aber nicht gleich auf … Continue reading
Posted in Java EE, Java Runtimes - VM, Appserver & Cloud
Tagged javaee 6, tomcat, tomee
Leave a comment
Integrating Selenium 2 with Ant
We recently integrated Selenium 2 into the Ant build of one of our projects. In this blog post I will show you how you can integrate your automated JUnit based Selenium 2 tests with Ant. If you are using Maven … Continue reading
Posted in Build, config and deploy, Java and Quality, Java Web Frameworks
Tagged ant, junit, Selenium 2, Test, tomcat
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