-
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
Author Archives: Sven Lange
Load testing GWT applications with Selenium 2 and Gradle
This post shows how to do a load test on a GWT application that runs in production mode. Production mode means the application is deployed to a web server and only reachable through the HTTP protocol. It also means that GWT-RPC … Continue reading
Posted in Build, config and deploy, Java and Quality
Tagged gradle, Groovy, GWT, performance, Selenium 2
3 Comments
Website Performance Measuring Tools
Here is a list of some freely available tools to measure a website performance on the client: Pagetest – IE Addon Speed Tracer – Chrome Extension YSlow – Firefox Addon Page Speed – Firefox Addon Firebug – Firefox Addon Fiddler … Continue reading
CodeNarc Version 0.11 released
A new version of CodeNarc was released today. CodeNarc is a static code analysis tool for Groovy source code to detect suspicious code. Click here to see a detailed changelog.
Posted in Groovy and Grails, Java and Quality
Leave a comment
Identify and extend Truststore used by a Weblogic 10.3 Server
This post shows how you can add a trusted certificate to a WebLogic 10.3 Server instances truststore. Recently I had to configure a Weblogic 10.3 Server instance to be able to do secure communication over SSL. Therefor you sometimes have … Continue reading
JAX-WS RI 2.2.1 Released
Seit dem 17.06.2010 gibt es eine neue Version der JAX-WS Referenz-Implementierung. Die neue Version ist Bestandteil von Metro 2.0.1 und GlassFish 3.0.1 und kann hier heruntergeladen werden. Es handelt sich allerdings nur um ein kleineres Bugfix Release. Weitere Informationen: http://www.java.net/blogs/jitu
Grails 1.2.1 Released
After only a little more than a month there is the first Bugfix-Release for Grails 1.2. Grails 1.2.1 Release Notes Thanks to everyone who made this happen: Jeff Brown (USA) Robert Fletcher (Great Britain) Lari Hotari (Finland) Luke Daley (Australia) … Continue reading
Instance based security in Java
If your application needs instance based access control there is not a big variety of solutions out there. Here are some helpful links I found while searching on the internet listed in no particular order. Apache Shiro SAF – Security … Continue reading