Consolas is a nice to have font for programming. It is available by default on all versions(after win XP) of windows operating systems. If you are on Linux and want to use this font, the following are few easy ways to get it. Before we move further have “font Manager” and “cabextract” installed on your […]

Read More →

Java Architecture for XML Binding (JAXB) allows Java developers to map Java classes to XML representations. JAXB provides two main features: the ability to marshal Java objects into XML and, to unmarshal XML back into Java objects. Let’s quickly dive into an example: Here is the xml file <?xml version="1.0"?> <catalog> <book id="bk101"> <author>Gambardella, Matthew</author> […]

Read More →