Skip to content

Marshalling Implmented in a Java Spring Boot to the process of converting Java objects into a XML file that can easily transmitted over a network to storage. This is particularly important in distributed systems and messaging applications where data needs to exchanged between different components or systems written in various programming languages.

Notifications You must be signed in to change notification settings

TrickAndTrack/JAXB_Marshall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAXB_Marshall

Marshalling Implmented in a Java Spring Boot to the process of converting Java objects into a XML file that can easily transmitted over a network to storage. This is particularly important in distributed systems and messaging applications where data needs to exchanged between different components or systems written in various programming languages.

How to Execute a Project

  1. Clone the repository.
  2. Navigate to the root directory of the project.
  3. Update the file path in Service layer.
  4. Run the maven update project on your IDE.
  5. Run the Project
  6. Excute fallowing Url : a. http://localhost:8080/api/v2 b. http://localhost:8080/api/v2/file

Save the Employee using 1st URL

Output:

image

Execute a 2nd URL

Output:

image

Output:

image

About

Marshalling Implmented in a Java Spring Boot to the process of converting Java objects into a XML file that can easily transmitted over a network to storage. This is particularly important in distributed systems and messaging applications where data needs to exchanged between different components or systems written in various programming languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages