-
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: February 2014
Studie zur Auswahl von Java Web Frameworks – last call
OIO ruft auf zur Teilnahme an der OIO Kompass Studie Java Web Frameworks: “Wie und wozu haben Sie Ihr Java Web Framework ausgewählt? Zur Umfrage geht es hier. Ihre Vorteile bei einer Teilnahme Die Umfrage basiert auf unserem Fragenkatalog, den wir … Continue reading
Posted in Java Web Frameworks, Politics, Web as a Platform
Tagged auswahl, grails, GWT, Java Web Frameworks, javascript, JSF, spring, studie, Vaadin, vergleich, Web Development
2 Comments
TypeScript – Accessing Enum Values via a String
Starting with TypeScript 0.9.7, accessing an enum value via a string got a little bit inconveniant. Before 0.9.7 you could do In 0.9.7, this will report “Index signature of object type implicitly has an ‘any’ type”. According to Microsoft, this … Continue reading
TypeScript 1.0RC released
Microsoft has announced the availability of TypeScript 1.0RC, a release candidate of the final version 1.0. According to Microsoft, this release offers a “feature-complete TypeScript 1.0 language with a spec-conformant compiler and a production-level language service capable of working with … Continue reading
Remote Pair Programming mit Eclipse Saros
Pair Programming gehört zu den empfohlenen agilen Vorgehensweisen, es ist insbesondere ein wichtiger Bestandteil des Extreme Programming (XP). Die anfängliche Skepsis, dass dieses Vorgehen durch doppelte Ressourcen viel zu teurer ist, sollte mittlerweile gewichen sein. Die folgenden Vorteile klingen auch … Continue reading
Git Essentials – Atlassian veröffentlicht erstmals Lösungskette
Mit Atlassian Git Essentials vermarktet Atlassian erstmals eine der möglichen Lösungsketten seiner erfolgreichen Produkte nämlich JIRA, Stash und Bamboo. Die Lösung ist sowohl in einer On Demand (Cloud-) als auch als in einer On Premise (Download-) Fassung erhältlich. Der Preis für eine … Continue reading
Posted in Atlassian Tools, Build, config and deploy
Tagged atlassian, bamboo, git, issue, jira, stash
Leave a comment
How to: Remote mit einem Infinispan Hot Rod Client verbinden
Hot Rod ist ein binäres sprachneutrales Protokoll, um auf eine Infinispan Cache Instanz in einem Remoteserver zuzugreifen. Der Hot Rod Java Client wurde im Laufe der Entwicklung von Infinispan in seinem API verändert und lässt sich in der aktuellen Version … Continue reading
Posted in Java EE, Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged Big Data, caching, Hot Rod, Infinispan
Leave a comment
Git 1.9 released!
Version 1.9 of the Git distributed revision control system has been released. The most notable things in this release from my point of view are: Better support for shallow clones git fetch –tags now fetches all tags in addition to what are fetched … Continue reading