Skip to content
mySoftKey
  • Home
  • java
    • jee
    • Webservices
    • design pattern
    • servlet
    • jsp
  • NOSQL
    • mongodb
    • cassandra
    • elastic
    • OrientDB
    • redis
    • spark
  • Spring
  • Hibernate
  • Misc
    • data structure algorithm
    • architecture
    • linux
    • Data Storage
    • data analytics
    • Security
    • digital payment
    • SQL
    • poetry
  • Tutorials
    • MongoDB Videos
  • Contact Us
    • about-us
    • Privacy Policy

SAX Parser : Schema Validator in Java

Ranjeet Jha / java / Leave a Comment

Java SAX parser schema validation is about validation of XML content or node using XSD. Java SAX schema validation is important when you parsing XMl to Java.

SAX Parser : Schema Validator in Java Read More »

DOM Parser: Schema Validator in Java

Ranjeet Jha / java / Leave a Comment

Example of DOM parser schema validation in Java. Validate your XML schema using DOM parser and it is easy to validate XML data whether format is correct or not.

DOM Parser: Schema Validator in Java Read More »

JAXB Date Format example in Java

Ranjeet Jha / java / 1 Comment

JAXB date format example for marshaling and unmarshaling in java annotation.

JAXB Date Format example in Java Read More »

Difference Between DOM and SAX parser in java

Ranjeet Jha / java / Leave a Comment

Difference Between DOM and SAX parser in Java. Key Difference of DOM parser and SAX parser. DOM: Document Object Model vs SAX: Simple API for XML parser.

Difference Between DOM and SAX parser in java Read More »

Java with Google protocol buffer

Shakti Yadav / java / 3 Comments

Java Google protocol buffer step by step example with source code.

Java with Google protocol buffer Read More »

Write XML file DOM parser in Java

Ranjeet Jha / java / Leave a Comment

Learn to write XML file DOM parser in Java example. How to write XML document in file or console using DOM parser. Writing a XML document using DOM (Document Object Model) parser in java is very easy.

Write XML file DOM parser in Java Read More »

Read XML File DOM parser in Java

Ranjeet Jha / java / Leave a Comment

Learn how to Read XML File DOM parser in Java. Read XML file using DOM parser in Java. Java example to read XML using DOM parser in Java.

Read XML File DOM parser in Java Read More »

JAXB XmlAdapter HashMap Example

Ranjeet Jha / java / Leave a Comment

How to unmarshal and marshal JAXB XMLAdapter HashMap example in Java using @XmlJavaTypeAdapter, where key is a string and value is a java object.

JAXB XmlAdapter HashMap Example Read More »

JAXB Example with XML Namespace

Ranjeet Jha / java / Leave a Comment

Learn different aspect of JAXB Example with XML Namespace. Different configuration for XML namespace. How do you marshal and un-marshal in case of XML namespace.

JAXB Example with XML Namespace Read More »

JAXB Example of Nested List of XML Element

Ranjeet Jha / java, jee / 1 Comment

Learn JAXB Example of Nested List of XML Element. Nested object, one container class holds a reference to another class. Let say, container class is Employee which holds the reference of Address or list of Address, then how you bind in JAXB 2.0.

JAXB Example of Nested List of XML Element Read More »

← Previous 1 … 11 12 13 … 28 Next →