Database Concepts for a java Dev: Database Normalization

In this part, I will be briefing about different types of Database Normalizations using a sample data model.What is Database Normalization?Normalization is the... Read all

The Heroes of Java: Marcus Hirt

Lets continue the "Heroes of Java" series. Today's interview has been planned nearly since the launch of the series and I knew that it would be a tough one to... Read all

ActiveMQ: Securing the ActiveMQ Web Console in Tomcat

This post will demonstrate how to secure the ActiveMQ WebConsole with a username and password when deployed in the Apache Tomcat web server. The Apache ActiveMQ... Read all

How to Change the Default Webapp Deployment Location of Tomcat in Eclipse

When you deploy your Java web application to the Apache Tomcat server, via Eclipse, by default the web app will be deployed under... Read all

5 Good and useful .NET Profilers

I have been making some R&D on the tools or the profilers to test the performance of one of my .NET application. Below are list of some of the compiled... Read all

Difference Between Mysql Replace and Insert on Duplicate Key Update

While me and my friend roshan recently working as a support developers at Australia famous e-commerce website. recently roshan as assign a new bug in this site... Read all

Convert Any Image to HTML5 Canvas

Even before talking about the technicalities of converting an image to a canvas element, check out the demo! DEMO input any image URL there and hit the convert... Read all

Replacing Query String Elements in C# .NET and JavaScript

While writing list navigation and search features in websites today there is a constant need to find/replace and play with query string elements, so that you... Read all

Top 10 Causes of Java EE Enterprise Performance Problems

Performance problems are one of the biggest challenges to expect when designing and implementing Java EE related technologies. Read all

Replacing a JSON Message Converter With MessagePack

You may be using JSON to transfer data (we were using it in our message queue). While this is good, it has the only benefit of being human-readable. If you... Read all

 

 

 

 

Top