-
Enterprise Java
Java EE6 Decorators: Decorating classes at injection time
A common design pattern in software is the decorator pattern. We take a class and we wrap another class around…
Read More » -
Scala
Scala Tutorial – regular expressions, matching
Preface This is part 5 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Enterprise Java
Java Modularity Approaches – Modules, modules, modules
I think everybody will agree that writing modular applications and modularity in general is a good thing. But how does…
Read More » -
Scala
Scala Tutorial – iteration, for expressions, yield, map, filter, count
Preface This is part 4 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Enterprise Java
JBoss AS 7.0.2 “Arc” released – Playing with bind options
More good news on the JBoss AS7 front. JBoss AS 7.0.2.Final “Arc” has been released! It’s been one month since…
Read More » -
Android Games
Android Game Development – Displaying Graphical Elements (Primitives) with OpenGL ES
This is part 2 of the android OpenGL ES series. In the previous article we looked at how to set…
Read More » -
DevOps
GlassFish Response GZIP Compression in Production
A lot has been written about this and this basically should be common knowledge, but talking to different people out…
Read More » -
Software Development
SQL or NOSQL: That is the question?
So what’s the deal with NoSQL? Is NoSQL just a controversial buzzword? Could you imagine if the term ‘Object Oriented’…
Read More » -
Android Games
Android Game Development – Switching from Canvas to OpenGL ES
It is about time we delve into the graphical capabilities of the Android platform. Android supports the OpenGL ES API.…
Read More »