Javapeople

Javapeople Know everything about java
Javapeople
Know everything about java
Get in the set of java interview questions with answers.javapeople has information ablout java,j2ee,hibernate,spring,DAO,Jsf,JDBC,servlet,jsp...
Just here for the view

Most recent posts

5/01 8:00 REST vs SOAP Webservices
After long time I am updating my blog since, I was very busy with my new project. Today I got some free time so thought I will update my blog with technology which I am using in my project. this time I am working on RESTful webservices ...ummm I know...
5/28 15:33 Coding Standards - Part I
Some of you would be thinking why do need coding Standards. As a developer, I would like to highlight few points which will definatly convince every developer why we need to follow coding Standards. The best applications are coded...
5/30 10:00 Coding Standards - Part II
Naming: (mostly covered by checkstyle) Are class, variable, and method names descriptive?Like Other than following naming convention, all names should be descriptiveCoding Standard Is the code self-descriptive and easily understood?Like Code should...
5/30 10:06 Coding Standards - Part IV
Error and Exception Handling Does the code avoid catching Exception (as opposed to more specific exception types)? Does the code avoid throwing an explicit Exception object? Does the code avoid having empty catch blocks? Do methods check for null /...
6/07 17:07 The J2EE Architect's Handbook
This book is written for technical architects and senior developers tasked with designing and leading the development of J2EE java applications. This book will guide the architect through the entire process of delivering a project from analysis...