Menu

Data_Structures_in_NiCE

Jay Jay Billings Scott Forest Hull II Dasha
Attachments
There is a newer version of this page. You can find it here.

NiCE's Data Structures: Overview

Talk about the NiCE data structure Philosophy, why we do things, the patterns, etc.

The Philosophy

NiCE Data Structure Diagram

XML Parsing

The ability to transform data to one form to another is a common requirement within many modern day programs. The NiCE program allows a majority of it's data structures to persist and load data with the hard disk. The eXtensive Markup Language (XML) handles these interactions through a process of binding the data from the data structures and converting it to a readable XML format. Java's API for XML Binding (JAXB) handles these interactions through a course of marshalling and unmarshalling of the data structures. The JAXB library is unique compared to many other forms of XML parsing because it does not require a major altering of the data structures in order for conversion process to work. With the help of annotations, the data is directly converted between XML and volatile running memory with ease. Since the XML conversion is added directly to the data structure, many other types of use cases for handling the data with the hard disk is solved fairly quickly.

Database Manipulation

GUI Interaction


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.