Mapping objects through a data motor NoSQL case study: framework for web applications development

This article emerged as an academic initiative in which it is observed that the areas of knowledge in software develop- ment under the paradigm of Object-oriented programming (OOP) is confronted by a model data storage relational raising two scenarios different developers try to mitigate through con...

Full description

Autores:
Tipo de recurso:
http://purl.org/coar/resource_type/c_6741
Fecha de publicación:
2017
Institución:
Universidad Pedagógica y Tecnológica de Colombia
Repositorio:
RiUPTC: Repositorio Institucional UPTC
Idioma:
spa
OAI Identifier:
oai:repositorio.uptc.edu.co:001/12256
Acceso en línea:
https://revistas.uptc.edu.co/index.php/ingenieria_sogamoso/article/view/4303
https://repositorio.uptc.edu.co/handle/001/12256
Palabra clave:
database
framework
object relational mapping
mongodb
nosql
java
base de datos
framework
java
json
mapeo objeto relacional
mongodb
nosql
objetos.
Rights
License
Derechos de autor 2016 Ingeniería Investigación y Desarrollo
Description
Summary:This article emerged as an academic initiative in which it is observed that the areas of knowledge in software develop- ment under the paradigm of Object-oriented programming (OOP) is confronted by a model data storage relational raising two scenarios different developers try to mitigate through conversions between types or using intermediate tools such as mapping relational objects that bring certain advantages and disadvantages, and therefore, was raised within the project the possibility of using a storage engine type non-relational or NoSQL.With the design and development of the framework for generating Web applications, the user can define objects to consider including in the application, which will be stored in MongoDB engine, which arranges the data in the form of documents. The dynamic structure of these documents can be used in many projects, including many who traditionally would work on relational databases.Aiming to socialize and evaluate the work done, some instruments were designed to collect information from users with experience in the field of databases and software development. As a result highlights that software developers have clear concepts of object persistence through object-relational mapping (ORM), that learning these techniques software development through implementing own code or using APIs have a high degree of complexity and mostly (60%) they are aware that these implementations generate low performance in applications. In addition, the opening of these highlights to choose alternative to organize and store information, different to the relational approach used for several years.