Monografias de Especialização
Vinculação de dados entre camadas de software utilizando reflexão computacional
Fecha
2011-08-08Autor
Ericksen Viana Sampaio
Institución
Resumen
The objective of this paper is develop a mechanism able to capture data from forms dynamically created and automatically bind this data in their respective business objects, that can be reused in other systems.This mechanism will be applied to a system of Electronic Document Management, where documents are sent and subsequently analyzed by a team of auditors. This analysis is done by extracting information from documents in specific forms, to each type of document, generated at runtime. After the analysis, the extracted information is processed and persisted in a database, providing the basis for generating management reports.To accomplish the task proposed, the reflection library of the .NET will be used (System.Reflection), which allows, among other features, instantiate objects of class, identify those attributes, assigning values to them, and invoke class methods at runtime.