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

By 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.

DOM Parser: Schema Validator in Java

By 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.

JAXB Date Format example in Java

By Ranjeet Jha / java / 1 Comment

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

Difference Between DOM and SAX parser in java

By 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.

Java with Google protocol buffer

By Shakti Yadav / java / 3 Comments

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

Write XML file DOM parser in Java

By 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.

Read XML File DOM parser in Java

By 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.

JAXB XmlAdapter HashMap Example

By 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 Example with XML Namespace

By 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 of Nested List of XML Element

By 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.

Posts navigation

← Previous Page 1 … 11 12 13 … 28 Next Page →

Recent Posts

  • 7 Steps of Building right application
  • How to create SessionFactory in Hibernate?
  • How-to know 64-bit or 32-bit OS of Window
  • 3 default database in MongoDB
  • mongoDB-essentials
  • My First Poem “Silence”
  • What is Document in MongoDB?

Popular Post

  • How to do zip and unzip file in Ubuntu Linux?
  • How to use forEach Loop in mongoDB to manipulate document
  • Difference Between DOM and SAX parser in java
  • 4 phases of SSL protocol
  • GRASP Design Principles

Tags

algorithms (10) annotation (3) architecture (4) auth (3) big data (4) cassandra (10) collection framework (11) core java (22) data storage (12) datastructure (6) design pattern (20) digital payment (3) dom (5) elastic (6) faq (6) hashmap (4) hibernate (10) installation (9) interview (21) java (52) javaee (4) javaWebservice (9) jax-rs (10) JAX-WS (7) jaxb (8) jdbc (3) JEE (5) jersey (10) linux (19) maven (3) mongoDB (51) mongodbSecurity (4) nosql (22) orm (7) replicaset (3) rest (4) security (7) sorting (3) spring (7) thread (4) tutorials (3) webservice (4) webservices (11) xml (12) xml parser (3)