Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

About

This examples shows how to use the Smooks XMLBinding class to read and write an XML message to and from a Java Object model.

See:

  1. The "Main" class in src/main/java/example/Main.java.
  2. The input message in input-message.xml.
  3. The code in the src/main/java folder tree (.java).
  4. smooks-config.xml.

How to run?

  1. mvn clean package
  2. mvn exec:exec
  3. Follow the command prompts