-
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
Monthly Archives: June 2013
Vaadin 7.1 Released
After their last major release of version 7.0 in February, Vaadin have now released the first minor release 7.1 for their RIA web framework. This release delivers a number of useful additions to the framework some of which were originally … Continue reading
Posted in Java Web Frameworks, Web as a Platform
Tagged Accessibility, atmosphere, calendar, push, SASS, Vaadin
Leave a comment
Java 8 Lambdas
There’s a nice post at Zero Turnaround/Rebel Labs covering many aspects about Java 8’s “Project Lambda“. Among other things, the post at Rebel Labs is about the following topics: Introduction to the lambda syntax Examples in the JDK libraries Lambdas in … Continue reading
Eclipse 4.3 Kepler released
The Eclipse Foundation has released version 4.3 of their IDE Eclipse, codename Kepler. 71 Eclipse projects have been released this year with the release train. The highlights of Eclipse 4.3 include: Java Development Tools (JDT) improvements including a lot of … Continue reading
TypeScript 0.9 released with Generics and Enums
Microsoft has released version 0.9 of TypeScript, a typed superset of JavaScript. Some of the new features include: Generics The long requested language feature has finally arrived: Enums Enumerations have returned to TypeScript. Enums allow a typed way to work … Continue reading
Posted in Web as a Platform
Tagged Enums, Generics, javascript, Microsoft, TypeScript
Leave a comment
Apache Subversion 1.8 Released
After almost two years, a new version 1.8 has been released for Apache Subversion on June 18, 2013. The release notes can be found here. Most of the new features and changes affect the source code management system under the … Continue reading
GlassFish 4.0 released
GlassFish 4.0, the reference implementation and therefore the first application server for Java EE 7, has been released. The release was announced on Monday 06/11/2013 on the new and overworked website. The site was launched obviously too early: at launch time, there … Continue reading
Posted in Java EE, Java Runtimes - VM, Appserver & Cloud
Tagged Application Server, GlassFish, java, Java EE 7, release
Leave a comment
Using the context path of a web-app as log filename with Log4J
If you have a web application which you want to deploy more than once to a single servlet container you have the problem of separating your log files for the different web app instances. This is because the log configuration … Continue reading