-
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: July 2013
Smart Commits mit JIRA und FishEye + Crucible
Die Erweiterbarkeit von Atlassians Projektmanagement-Plattform JIRA und deren Vielfalt an verfügbaren Plugins bieten eine Fülle von Möglichkeiten, den Entwickleralltag zu erleichtern. Als Beispiel sei das JIRA-Subversion-Plugin genannt, womit sich Source Code-Repositores in JIRA einbinden und Änderungen am Quelltext mit den … Continue reading
Posted in Atlassian Tools
Tagged atlassian, code review, Crucible, FishEye, jira, Smart Commits
Leave a comment
How to highlight invalid components in JSF
Giving the user a hint about failed validation is essential in form based applications. Though JSF components offer a lot validation functionality there is no such thing as a “failedValidationStyleClass” attribute. However, with a little effort we are able to … Continue reading
Apache Cordova / Adobe PhoneGap 3.0 Released
Apache Cordova aka Adobe PhoneGap – an open source framework for creating mobile apps using web technologies (HTML, CSS, JavaScript) – has been released in version 3.0. The major new features are: New plugin architecture – even the base APIs … Continue reading
Posted in Web as a Platform
Tagged Adobe, Apache, Cordova, firefox, iOS, Mobile, PhoneGap, Ubuntu, Windows Phone
Leave a comment
Maven 3.1.0 Released
The build tool Apache Maven has been released in version 3.1.0. The most noteworthy changes of this release are the following: JSR 330 (Dependency Injection for Java) is used for extensions and plugins. While JSR 330 has been available in … Continue reading
Posted in Build, config and deploy
Tagged build tool, Dependency Injection, Eclipse Aether, JSR 330, maven, SLF4j
Leave a comment
Getting rid of the session stickiness
Session stickiness is a load balancing technique that uses some sort of information to attach recurring visits (http calls) from one visitor to the same machine. This is a very common approach, and the common scenario is an apache web … Continue reading
Posted in Did you know?, Java EE, Java Web Frameworks, Spring Universe, Web as a Platform
Tagged cloud, GWT, load balancer, memcached, session stickiness
1 Comment
Atlassian Bamboo 5.0 veröffentlicht
Atlassian hat am 15.07.2013 den Continuous Integration Server Bamboo in der Version 5.0 freigegeben. Neben zahlreichen kleinen Verbesserungen und einer komplett neu gestalteten Benutzeroberfläche gibt es neben den bereits vorhandenen Build-Projekten nun einen zweiten Projekttyp namens Deployment-Projekt. Durch diesen neuen … Continue reading
ControlsFX 8.0.1 (JavaFX 8 component library) released
ControlsFX is an open-source project aimed at providing additional components for JavaFX 8. (Don´t get confused by the version numbers. ControlsFX 8.0.1 is only the second release of this young library and it started with version number 8.0.0 to be on line … Continue reading
Posted in Java Basics
Tagged components, controlsfx, JavaFX, Javafx dialogs, jfxtras
Leave a comment