Enterprise Java
-
RESTful Web Services with Java
REST stands for REpresentational State Transfer, was first introduced by Roy Fielding in his thesis “Architectural Styles and the Design…
Read More » -
Hibernate Facts: Knowing flush operations order matters
Hibernate shifts the developer mindset from thinking SQL into thinking object state transitions. According to Hibernate Docs entity may be…
Read More » -
Type Conversion in Spring
Here are few straight cases where we need type conversion: Case #1. To help simplifying bean configurations, Spring supports conversion…
Read More » -
Authentication and Authorization as an open source solution service
Designing a centralized service for all user data by implementing authentication and authorization (a&a) mechanism. I’ll share my experience and finalize…
Read More » -
Batch processing best practices
Most applications have at least one batch processing task, executing a particular logic in the background. Writing a batch job…
Read More » -
R.I.P. RETE time to get PHREAKY
I’ve just done some high level documentation for the new rule algorithm I’ve called PHREAK, a word play on Hybrid…
Read More » -
Testing HTML5 canvas applications with sikuli and arquillian
HTML5 introduces a great new element that can be used to draw arbitrary content on a pane: the canvas element.…
Read More » -
SLF4J Binding for ADFLogger – the Missing Piece
For reasons best left untold, in my day job, I was expected to provide an SLF4J Adapter for ADF Logger…
Read More » -
R.I.P. GlassFish – Thanks for all the fish.
We’ve all heard it coming probably. Yesterday the official roadmap update for JavaEE and GlassFish was updated and published. And beginning…
Read More »