Tech Reference
Saturday, July 11, 2015
Jersey : Handle invalid json requests by overriding exception handling
›
In enterprise applications we usually encounter situations where we get invalid request for our RESTful webservice. The processing fails bu...
19 comments:
Saturday, April 18, 2015
Parse json into multiple java pojos using Jackson annotations
›
Jackson is a suite of data-processing tools for Java (and JVM platform), including the flagship streaming JSON parser / generator library,...
1 comment:
Sunday, April 12, 2015
Generating java files from XSD using Maven and JAXB
›
Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy f...
2 comments:
Sunday, March 22, 2015
Configure testing of your web application using Jenkins
›
Purpose : To demonstrate the automation of testing of a web application after each build. Assumptions : 1. The application build is alre...
Friday, October 3, 2014
Overriding equals and hashcode for a POJO
›
This is an interesting case of programming where you need to compare two POJO objects. You might need to compare standalone objects or you ...
Thursday, October 17, 2013
Debugging a java.lang.NoClassDefFoundError
›
java.lang.NoClassDefFoundError is one of the most common problem while developing Java Enterprise applications. Sometimes debugging a ...
12 comments:
Thursday, October 10, 2013
Generating java files from XSD using Ant and JAXB
›
Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it ea...
1 comment:
Sunday, October 6, 2013
Excel file with Charts in Java using Apache POI
›
Apache POI is a powerful Java library to work with different Microsoft Office file formats such as Excel, Power point, Visio, MS Word e...
4 comments:
‹
Home
View web version