
When we are building multiple module projects managing dependencies is a headache.Maven have dependency management mechanism it will help us to download all required dependencies.
Example
we want to add Oracle JDBC driver to our project, In traditional way we want to follow...
Now we are going to discus about how convert a project that created in maven to eclipse project.maven have a modular architecture along with a lot of plugins ,Eclipse is one of the most famous IDE that also have modular architecture it have a lot of plugins .
Maven have a Eclipse plugin...

Hai friends this code just a simple modification from our old post Php to java :)
" .Our new java code is simple code for loading gmail messages using IMAP. Here using java imap extension to use inbox. Before you proceding this project make sure about your imap setting...

1. Mtop
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. Features include 'zooming' in on a process to show the complete query and 'explaining' the query optimizer information.
2. Innotop
Innotop can be...
PHPUnit
PHPUnit is the de-facto standard for unit testing
in PHP projects. It provides both a framework that makes the writing of
tests easy as well as the functionality to easily run the tests and
analyse their results.
vfsStream
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system.
Behat
Behat is a framework...

Node Js gives ability for JavaScript to write back end code .It is one of the perfect technologies for real time application .Now we discussing how to write a simple chat server ad client using node js .
Download code
Steps
Install...
Set up MySQL password is one of the important task ,Now i am showing you how set a password for your MySQL root account using command prompt .
Steps
log in MySql from cmd.
Change password
flush privilege
Step1
how to login mysql from cmd
Step2
changing root password
Step...

Hello friends now we are going to
discus a small code for creating Zip file using PHP. Creating zip
file is simple as comparing with author languages.
PHP have a very useful class called
ZipArchive ,To create multiple zip files in this post i will show...

Hello friends now we are going to discuss on Zend framework,
it also known as zf. This is a A to Z step by step articles on zend .this is
first one so here cover on the following three basics.
1.
What is a frame work and why they need?
2.
Installing...

JDBC Connection
Hello friends now we
are going to discuss about Java Data Base Connectivity. We heard connecting
Java and DB are so difficult, etc. and blab bla bla …… :) We are going to show
you much easy it is. Only want to follow some regular steps.
JDBC is application
programing...
Password strength meter
Here we indrodusing a simple password strength meter,it measure of the effectiveness of a password in resisting guessing and brute-force attacks. In
its usual form, it estimates how many trials an attacker who does not have
direct access...

JavaScript
Embedding YouTube videos from links
Embedding video to a webpage make
a real change in the early day’s web. It
can make a multimedia interaction with web user and author .so feel of
that website become more realistic .most of users have broadband connection so
they...