-
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 2015
Serialization of lambda expressions – using Java 8 Lambdas in Hazelcast distributed Executor and Executor Services
Lambdas in Java 8 are a very powerful solution to ease the writing of code in many situations. One of the domains for lambdas is the programming of Callable or Runnable tasks in parallel thread execution environments. Since Callables and … Continue reading
Add Support for Java 8 Date & Time API to Jackson Serialized REST Web Services
When you are building REST web services using the Java 8 JDK, you might want to use the new Date & Time API to define temporal fields in your entity classes. For example, you might define the following simple User … Continue reading
Posted in Did you know?, SOA / Webservices
Tagged Jackson, java 8, JSR 310, LocalDate, REST web service
5 Comments
Spring-Konfiguration mit Groovy Bean Configuration
Seit der letzten Version des Spring Frameworks gibt es nun eine vierte Art, die Laufzeitabhängigkeiten zu definieren. Konnte man zu Beginn den Spring Container nur über XML-Dateien konfigurieren, gab es ab Spring 2 auch die Möglichkeit, diese XML-Dateien durch Annotationen … Continue reading
Posted in Groovy and Grails, Spring Universe
Tagged builder, closure, Groovy, Spring Framework
Leave a comment
Redhat goes Microservice: Wildfly Swarm
Microservices sind im Moment in aller Munde und bei einigen Global Playern auch schon längst in Produktion (z. B. Netflix). Eine der Grundideen ist, eine Anwendung in kleine, in sich abgeschlossene fachliche Einheiten zu unterteilen, die jeweils eigenständig lauffähig sind … Continue reading
Posted in Build, config and deploy, Java EE, Java Runtimes - VM, Appserver & Cloud, Uncategorized
Tagged JBoss, microservices, swarm, WildFly
1 Comment