Search Results for: Scala
-
Software Development
Use Cases for Elasticsearch: Document Store
I’ll be giving an introductory talk about Elasticsearch twice in July, first at Developer Week Nürnberg, then at Java Forum…
Read More » -
Scala
Making the Reactive Queue durable with Akka Persistence
Some time ago I wrote how to implement a reactive message queue with Akka Streams. The queue supports streaming send…
Read More » -
Scala
Explicit Implicit Conversion
One of the most common pattern we use on our day to day is converting objects from one type of…
Read More » -
Core Java
Top 50 Java Thread Interview Questions Answers for Freshers, Experienced Programmers
You go to any Java interview, senior or junior, experience or freshers, you are bound to see couple of questions…
Read More » -
Software Development
Evaluating persistent, replicated message queues
Message queues are useful in a number of situations; for example when we want to execute a task asynchronously, we…
Read More » -
Software Development
You Want to Become a Software Architect? Here is Your Reading List!
How do you become a Software Architect? Well, I guess the best way would be to do about two dozen…
Read More » -
Software Development
Logging or Commenting ?
When my recent article was republished on dzone Jonathan Fisher added a valuable comment stating: … I think I have…
Read More » -
Software Development
Benchmarking SQS
SQS, Simple Message Queue, is a message-queue-as-a-service offering from Amazon Web Services. It supports only a handful of messaging operations,…
Read More » -
Enterprise Java
Java EE Pitfalls #1: Ignore the default lock of a @Singleton
EJB Singleton Beans were introduced by the EJB 3.1 specification and are often used to store cached data. This means,…
Read More »