Questions tagged as 'arquitetura-de-software'

2
answers

What is REST and RESTful?

I always hear about REST and RESTful , but I can not tell which one is different or what it's for. It looked like something with Common.js style application architecture pattern.     
asked by 04.01.2015 / 05:01
4
answers

What is spaghetti code?

When you read about software architecture on the web, sometimes the term spaghetti code is used, referring to something that should be avoided. > But I never quite understood what "spaghetti code" means.     
asked by 03.09.2014 / 14:35
2
answers

What problem do microservices solve?

Okay, I've read What is a microservice architecture? and articles on the subject, I know what is and how it works. But I still do not know what problem it tries to solve. What are the advantages of using it from the point of view of softwar...
asked by 03.04.2017 / 13:45
2
answers

What is the View in the MVC standard?

I started in 2016 to use MVC standard, the concept of Model and Controller perfectly understand, / em> intrigues me. What is the View in an MVC template? I know what the client sees (data representation) , but what can be understoo...
asked by 28.11.2016 / 12:42
5
answers

SOAP is safer than REST?

When implementing online billing software, I asked the responsible company if the REST version of the API existed. The answer was that they did not use REST because of security, that SOAP would be safer because it is software that handles fin...
asked by 20.01.2017 / 16:33
2
answers

What is MVP and MVVM?

It is very common to talk about the MVC (Model-View-Controller) standard. But the acronyms MVP (Model-View-Presenter) and MVVM (Model-View-View-Model) are little mentioned. What are they and what is their relationship with MVC?     
asked by 16.06.2014 / 17:59
6
answers

Using many interfaces is a bad programming practice?

I'm a student in Information Systems and I'm modeling a game, a virtual pet that has its needs and talks with its owner, below follows the modeling of classes and interfaces. I showed it to a friend in Computer Science, he thought it had a lo...
asked by 09.07.2014 / 16:23