Friday, September 20, 2013

Java 2D Graphics - Affine Transform to invert/flip y-axis

12:56 AM
Java 2D Graphics - Affine Transform to invert/flip y-axis
Nowadays I am working on a Java 2D Graphics related application, I faced a problem to invert y-axis for graphics drawing. Default graphics coordinates as below. ...

Navigate resources using Bookmarks in Eclipse

12:20 AM
Navigate resources using Bookmarks in Eclipse
...

Tuesday, April 2, 2013

Using JDOM API to create an XML document

2:52 AM
Using JDOM API to create an XML document
JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programm...

Read an XML document using JDOM API

2:50 AM
Read an XML document using JDOM API
to be continued...

Tuesday, March 19, 2013

JDOM (Java-based document object model for XML)

10:37 PM
JDOM (Java-based document object model for XML)
JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programme...

DOM API vs SAX API

10:22 PM
DOM API vs SAX API
XML processing with DOM and SAX A...

Thursday, February 21, 2013

Java Serialization with Protocol Buffers

6:21 AM
Java Serialization with Protocol Buffers
What are Protocol Buffer? https://developers.google.com/protocol-buffers/ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: addressbook.proto package com.example.tutorial; public final class AddressBookProtos { private AddressBookProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry...
Page 1 of 3712337Next