-
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: Scala
Funktionale Programmierung in In-Memory-Grid Systemen
Große Datenmengen im GB und TB Bereich erlauben es nicht, die zu verarbeitenden Daten zur Verarbeitung an den Client zu übertragen. Eines der wichtigen Konzepte in modernen, verteilten In-Memory-Grid Systemen ist es daher, den auszuführenden Code zu den Daten zu … Continue reading
Posted in Other languages for the Java VM
Tagged Big Data, hazelcast, in-memory-grid, no-sql, performance, Scala
Leave a comment
Awesome keynote on Scala, Java and poetry.
One of the best keynotes I have seen for a while. Rod Johnson talks about Scala, but he also talks about Java and much more. Keynote – Scala in 2018 It’s 2018. Scala is now 15 years old and the … Continue reading
Great series about Functional Scala
Mario Gleichmann has started a great series of blog post about functional programming in general using Scala examples in particular. Check it out, if you are interested in the concepts of functional programming, especially if you are coming from imperative … Continue reading
Class enhancement auf der JVM
Jeder Java-Entwickler hatte wahrscheinlich schon einmal den Wunsch, Mehrfachvererbung einzusetzen. Auch wenn es gute Gründe dagegen gibt, könnte der Einsatz der Mehrfachvererbung oftmals die Duplizierung von Quellcode verhindern. Denn selbst wer Delegation anstatt der Mehrfachvererbung einsetzt, muss zumindest die Methodensignaturen … Continue reading
Groovy++ – Groovy goes Scala
Groovy is a dynamic language for the Java Virtual Machine. But its runtime metaprogramming capabilities require dynamic dispatch. Dynamic dispatch is slow and does not allow compile time checks. Groovy++ tries to combine Groovys expressive syntax with statically typed code, … Continue reading
Scala in real life project
Foursquare is a fast growing service that back in July 2009 both the Washington Post and Mashable were tipping as a potential “breakout hit” or “next Twitter”. With a rapidly growing base of hundreds of thousands of users Harry Heymann … Continue reading
Postfunctional programming language
Robert Fischer published an article titled “Scala is Not a Functional Programming Language” In response Martin Odersky argues that Scala can be characterized as postfunctional: […] if you look at the features Scala provides, it is substantially a functional language, … Continue reading