-
Enterprise Java
Injecting Spring beans into non-managed objects
Advantages coming from dependency injection can be addicting. It’s a lot easier to configure application structure using injections than doing…
Read More » -
Clojure
Elo Rating System: Ranking Champions League teams using Clojure
As I mentioned in an earlier blog post I’ve been learning about ranking systems and one of the first ones…
Read More » -
Software Development
5 Steps to Stress-Free Cloud Maintenance
Making the switch to cloud computing can cause a range of headaches for the IT department. From worrying about security…
Read More » -
Enterprise Java
Top 100 Java Servlet Questions
1) Is it the “servlets” directory or the “servlet” directory? Answer: For Java Web Server: on the file system, it’s…
Read More » -
Enterprise Java
Spring MVC: Ajax & JQuery
Today I want to demonstrate how to integrate AJAX into a Spring MVC application. I’m going to use JQuery on…
Read More » -
Enterprise Java
Easy Messaging with STOMP over WebSockets using Apollo
In my previous post I have covered couple of interesting use cases implementing STOMP messaging over Websockects using well-known message…
Read More » -
Enterprise Java
Easy Messaging with STOMP over WebSockets using ActiveMQ and HornetQ
Messaging is an extremely powerful tool for building distributed software systems of different levels. Typically, at least in Java ecosystem,…
Read More » -
Desktop Java
Responsive Design with JavaFX
With CSS technologies it’s relatively easy to create a responsive design for your website. Depending on the sizeof the screen…
Read More » -
Enterprise Java
REST 101 For Developers
Local Code Execution Functions in high-level languages like C are compiled into procedures in assembly. They add a level of…
Read More »