Showing posts with label IT News. Show all posts
Showing posts with label IT News. Show all posts
Wednesday, June 26, 2019
Wednesday, June 26, 2019
Jakarta EE and JSF 2.x
Saturday, March 30, 2019
Saturday, March 30, 2019
Create a backend for frontend application architecture
A Backend for Frontend (BFF) architecture can be used to create
backends for client-facing mobile or web apps. BFF’s can help support an
application with multiple clients while at the same time moving the
system into a less-coupled state than a monolith system. This code
pattern helps teams iterate features faster and have control over the
backends for mobile apps without affecting the experience for a
corresponding mobile or web app.
Wednesday, June 15, 2016
Wednesday, June 15, 2016
The new Web application architectures and their impacts for enterprises
In the first part of this article, we talked about new front-end architectures, which consist of JavaScript Web applications using APIs provided by a back-end server: The new Web application architectures and their impacts for enterprises – Part 1.
We saw that they recently emerged thanks to the increasing performance of browsers and the rise of industrialization tools for JavaScript development.
In this second part, we will focus on:
- reasons why you should adopt these new architectures;
- opportunities they provide;
- impacts for enterprises.
