Data Modeling Introduction

Data Modeling Introduction Data modeling refers to the process where by data is structured and organized. It is a key component in the field of computer science. Once data is structured, it is usually then implemented into what is called a database management system. The main idea behind these systems to manage vast amounts of both structured and unstructured data. Unstructured data include documents, word processing, e-mail messages, pictures, and digital video and audio files.  Structured data, what is needed to make a data model (via a data model theory),… Read More

Using UML with Java

Using UML with Java While Java is not a new language, its application for the development of embedded systems is quite new. Developers are beginning to take a second look at modeling languages such as UML, and many feel it can be a powerful tool in their development arsenal. Introduction Java and UML are both gaining rapid popularity in the development community at the same time, and it is only logical to assume that someone would eventually propose the idea of using them together. While many developers felt UML was… Read More