Java
-
Graphics Tutorial
As we all know that we can make games with the help of java libraries that provide us with the…
Read More » -
Integration testing scoped beans in CDI 1.0 and Spring 3.1
In this blog post I describe how to do integration testing with scoped beans in Spring and CDI. Everything is…
Read More » -
Small things around Oracle Weblogic 11g (10.3.4)
I am doing a lot of setting up and configuration for Weblogic this week (devops I guess). I have been…
Read More » -
Java Web Hosting Options Flowchart
One question I get asked a lot, is where and how to host your Java web application. It’s all fine…
Read More » -
Introduction to OSGi – Modular Java
OSGi Alliance is the governing body of this stranded and it was started at 1999. their initial goal was create…
Read More » -
“Java Sucks” revisited
Overview An interesting document on Java’s short comings (from C developer’s perspective) was written some time ago (about 2000? )…
Read More » -
Storing hierarchical data in MongoDB
Continuing NoSQL journey with MongoDB, I would like to touch one specific use case which comes up very often: storing…
Read More » -
WADL in Java: Gentle introduction
WADL (Web Application Description Language) is to REST what WSDL is to SOAP. The mere existence of this language causes…
Read More » -
Arquillian with NetBeans, WebLogic 12c, JPA and a MySQL Datasource
You probably followed my posts about testing more complex scenarios with embedded GlassFish (Part I / Part II). Next on…
Read More »