Uday's Tech Space


Showing Tag: " xml" (Show all posts)

XML vs. JSON vs. Protocol Buffer : A Comparative Study

Posted by Uday Shankar on Friday, September 5, 2014, In : Design 
XML
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

XML Structure
XML Declaration
XML documents may begin by declaring some information about themselves, as in the following example:
<?xml version="1.0" encoding="UTF-8" ?> 
Tag
A markup construct that begins with < and ends with >. Tags come in three flavors: 
start-tags; for example: <section>
end-tags; for example: </section>
empty-...

Continue reading ...
 

XML Properties

Posted by Uday Shankar on Friday, March 19, 2010, In : Java 
While building one of the java projects i came across properties files. They are kind of configuration files which are easy to use in java as java provide its apis. But with time i found that properties files are limited in a way like it does not have properties of a property or it could not have two or more values for the same property. For quite some time i was looking for a solution but it seems it is a less traveled path. Hence i had tried to develop something similar to properties api bu...
Continue reading ...
 
 

About Me


Uday Shankar A curious Java Developer.
Make a Free Website with Yola.