-
Software Development
Application Security at Scale
This week’s SANS AppSec conference in Las Vegas took on Application Security at Scale: how can we scale application security…
Read More » -
Enterprise Java
REST endpoint for integration using Apache Camel
REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…
Read More » -
Desktop Java
GWT and HTML5 Canvas Demo
This is my first experiment with GWT and HTML5 Canvas. My first attempt is to create rectangles, with just a…
Read More » -
Enterprise Java
Spring 3 and Java EE 6 – An unfair and incomplete comparison
The first draft of this small article had the title ‘Spring & Java EE – Comparing Apples and Oranges’. During…
Read More » -
Enterprise Java
Spring MVC 3 Controller for MyBatis CRUD operation
Till now we have created CRUD database service for the domain class “User” and alsointegratedMyBatis configuration with Spring Configuration file.…
Read More » -
Scala
Publishing Play 2 modules on github
Now you’ve doubtless followed my earlier guides on writing modules for Play 2, I imagine you’re keen to show your…
Read More » -
Android Games
Android Game Development with libgdx – Prototype in a day, Part 1a
In this article I will take a detour from the building blocks of a game engine and components and I…
Read More » -
Android Games
Android Game Development with libgdx – Prototype in a day, Part 1b
Creating the Game and Displaying the World To render the world onto the screen, we need to create a screen…
Read More »