-
https://jaxenter.de/not-your-fathers-...-modern-enterprise-architecture-31928
Stimmen: 0
There is no good or bad architecture, there are several use cases and you can create the appropriate style for your needs. Here I just explain 3 different ways of writing the same thing with Java EE 7 but there are many more (another one would be to have several concerns into a single class, such as the Monster Component, another one is to create an extra (useless?) DAO layer…) :
Horizontal Services : each service (JSF, REST, SOAP…) deals with the EntityManager, accesses the database and does the business logic
EJB Centric : each interface (JSF, REST, SOAP…) accesses an EJB layer that does most of the processing
REST Centric : the front views (JSF, Javascript…) access a REST layer that does all the processing
http://antoniogoncalves.org/2013/10/2...l-architectural-styles-with-java-ee-7
Stimmen: 0
The term "Microservice Architecture" has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services. While there is no precise definition of this architectural style, there are certain common characteristics around organization around business capability, automated deployment, intelligence in the endpoints, and decentralized control of languages and data.
http://martinfowler.com/articles/microservices.html
Stimmen: 0
Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP- and Web Services Description Language (WSDL)-based Web services. Key evidence of this shift in interface design is the adoption of REST by mainstream Web 2.0 service providers—including Yahoo, Google, and Facebook—who have deprecated or passed on SOAP and WSDL-based interfaces in favor of an easier-to-use, resource-oriented model to expose their services. In this article, Alex Rodriguez introduces you to the basic principles of REST.
https://www.ibm.com/developerworks/webservices/library/ws-restful
Stimmen: 0
-
http://confreaks.com/videos/2544-goru...-asynchronous-service-oriented-design
Stimmen: 0
-
http://www.infoq.com/presentations/groovy-app-architecture
Stimmen: 0
.NET-Architektur mit „GoFish“ – Vision, Diagnose und Analyse
http://www.dotnet-blog.net/post/2011/...8093-Vision-Diagnose-und-Analyse.aspx
Stimmen: 0
-
http://webenliven-space.de/dotnetblog...9c-e28093-Design-und-Development.aspx
Stimmen: 0
-
http://codebetter.com/jeremymiller/20...our-own-cab-series-table-of-contents/
Stimmen: 0