Questions tagged as 'arquitectura'

3
answers

Is it advisable to include classes as nested classes, or is it better to keep them separated one per file?

When creating the classes in a project you have the option to have nested classes. Based on your development experience you should create nested classes in some particular cases or it is preferable to always maintain classes independently....
asked by 22.02.2017 / 15:12
1
answer

How to use an interface with polymorphic parameters

I have a question about interfaces and their use, first I tell them about my problem I have to build a system in which I have actions from 1 to 10, each action has individual properties, that is they are different objects Here is an examp...
asked by 09.12.2016 / 23:30
3
answers

I do not understand the second and third principles of solid

Single Responsibility: each object must have a unique responsibility Open / Close: open for extension, closed before changes Liskov Substitution: daughter classes should be able to be treated as parent classes Segregation interface: many i...
asked by 12.11.2016 / 04:02
1
answer

Compatibility between versions and architecture in Java

When I create an application with a specific Java development kit, for example, the architecture of 64 bits and the version 8 >: Can this application work on any virtual machine ( JRE )? Or should it be the same architecture and versi...
asked by 27.03.2017 / 11:06
0
answers

How to implement MVC in Java?

I am studying about MVC, however I have doubts about its correct implementation since I see everywhere that it is done differently. Now, what I do is the following: 1- I create the DTO that represent my tables in the BD. 2- I create the...
asked by 30.01.2018 / 01:38
0
answers

Files of the .V_SF format

Install a game app for android called "Hidden City" in order to see how it was built, image resolutions, etc ... I clarify: I did not want to steal anything, I just wanted to study as they had done, since I love their design and I would...
asked by 04.12.2017 / 00:40
3
answers

Layered Architecture and Class Management (no framework)

Updated I have a memory overflow problem in a layered architecture, the development has been going on for several years and they have tried to optimize some parts but the main problem lies in the Instances of the classes in the sub-layers...
asked by 20.10.2017 / 00:39
0
answers

Architecture site with cakephp

I am creating a project and they asked me for the architecture of the site, I built it in the following way but I do not know if it is the correct one.     
asked by 15.05.2018 / 23:03
1
answer

Complex querys with repository template

I am building a project with the Web API and for this I am building on the Onion architecture. To separate the layers I am using the Repository Pattern (Repository Pattern) for accessing data and one layer above is the services layer. In t...
asked by 31.01.2018 / 03:06
1
answer

Improved for Interface of stored with Dapper

I am writing a proposal to replace the data access layer of the company where I work, for this I am using a generic interface to execute stored procedures using Dapper ORM. My question is how could the code be improved? This is the interfa...
asked by 26.08.2016 / 19:32