Skip to content

A simple example using Java Reflection to read and XML file, create a class of students using reflection (methods and field calls), add students to classes, and write out by recreating XML file.

Notifications You must be signed in to change notification settings

cybex-dev/Java_Reflection_XML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Reflection with XML Example

A simple java application that makes use of XML files to read content from, generates new content in the app and writes out the content using reflection and XML.

Follow the code, comments are given to guide you through the code with explanations.

Hope it helps :)

About

A simple example using Java Reflection to read and XML file, create a class of students using reflection (methods and field calls), add students to classes, and write out by recreating XML file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages