-
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: Cache
JavaScript Caching – Adopting Perfect Caching for JS Apps
The Problem JavaScript Single-Page-Applications tend to consist of a lot of JavaScript files. Several hundreds of JS files are no exception. When accessing these applications using a web browser, every single JavaScript file has to be fetched using a distinct … Continue reading
Infinispan als JPA / Hibernate Second Level Cache
Infinispan lässt sich mit einigen wenigen Konfigurationen als Hibernate-JPA Second Level Cache Provider nutzen. Hier wird nicht erläutert, wie Entitäten, Collections, Queries etc. konfiguriert werden müssen um gecached zu sein, sondern es folgt ein kurzer Überblick der notwendigen Provider-Konfigurationen.
Posted in Java EE, Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged Big Data, Cache, Hibernate, Infinispan, JPA, Second Level Cache
Leave a comment
Hazelcast als Second Level Cache in Hibernate JPA-Provider
Hazelcast stellt als verteiltes In-Memory-Grid eine interessante Möglichkeit dar, einen Distributed Second Level Cache in Hibernate zu realisieren und kann somit als Alternative zu EHCache oder Infinispan verwendet werden. Die Verwendung ist hierbei so einfach, wie man es auch bereits … Continue reading
Resourcengebundene Ausführung auf Hazelcast Knoten durch Distributed Code Execution
Hazelcast stellt eine leicht zu bedienende API zur Verwaltung von verteilten Collections und Maps zur Verfügung. Die Verteilung der Daten auf die sich im Clusterverbund befindlichen Knoten ist für den Entwickler hierbei transparent. Es hat sich gezeigt, dass ein Problem … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged Cache, Distributed Code Execution, executor, hazelcast, memory-grid, nosql
Leave a comment
Grails 2.1.0 released
7 months after the last major release 2.0 of the Grails web framework, the Grails team announced a new minor release 2.1. Visit the What’s new in Grails 2.1 page for a nice summary of all the new features and … Continue reading