Getting Started with RabbitMQ in Java

RabbitMQ is a popular message broker typically used for building integration between applications or different components of the same application using... Read all

Capturing camera/picture data without PhoneGap

As people know, I'm a huge fan of PhoneGap and what it allows me to do with JavaScript, HTML, and CSS. But I think it is crucial to remember that you don't... Read all

How to Format Java Code Using Eclipse JDT?

Yo probably format your code often by pressing Ctrl+Shift+F or right clicking Source -> Format. This function is also provide in JDT, so you can also format... Read all

How Does Java Handle Aliasing?

Aliasing means there are multiple aliases to a location that can be updated, and these aliases have different types. In the following example, a and b are two... Read all

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

 

 

 

 

Top