Search Results for: Scala
-
Enterprise Java
CUBA Platform – the new Java enterprise applications framework
So.. hello world! Our English website is finally live and now everyone can download the platform and start creating business applications…
Read More » -
Software Development
Web Framework Benchmarks – Round 10
TechEmpower Web Framework Benchmarks is a collaborative, open web framework benchmarking project that I blogged about last year (see An open…
Read More » -
Scala
Backpressure in action with websockets and akka-streams
So in the previous article I showed how you could create a websocket server using akka-streams. In this follow up…
Read More » -
Enterprise Java
Type Safe Queries for JPA’s Native Query API
When you’re using JPA – sometimes – JPQL won’t do the trick and you’ll have to resort to native SQL.…
Read More » -
Software Development
My Thoughts on Go
Meh I have been working on a project that needs to run as small-footprint native code. I’ve been doing C…
Read More » -
Core Java
Quasar and Akka – a Comparison
The actor model is a design pattern for fault-tolerant and highly scalable systems. Actors are independent worker-modules that communicate with…
Read More » -
Enterprise Java
How does Hibernate NONSTRICT_READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the READ_ONLY CacheConcurrencyStrategy, which is the obvious choice for immutable entity graphs. When…
Read More » -
Enterprise Java
More advanced stuff with JMS and AWS SQS
As you might know SQS in AWS SQS stands for ‘Simple Queue Service’. While playing around with it I recently…
Read More »