JSR 372 is currently in the Early Draft Review stage. The JSF 2.3 spec is not complete and will likely change significantly before finalization. In the meantime, here's a pragmatic deep-dive into JSF 2.3 in its current state.
Mixing basic SQL concepts can help to express a wider variety of data that one might not be able to. We have a look at an example of counting the number of rows in a table that meet a particular condition with the results grouped by a certain column of the table.
In this article, we explain how to use some of the advanced features in NGINX Plus and the open source NGINX software to load balance MySQL database servers in a Galera cluster. Read on for more info.
Check out the following infographics and brief break-down to help you visualize and understand the decisions involved in choosing a microservice architecture.
Here's how to link Apache Kafka and Ignite, for maintaining scalability and reliability for data processing. We'll explore injecting data with KafkaStreamer, as well as IgniteSinkConnector.
Recently, while working on a Python app, I needed an SQLAlchemy functionality to insert default values into SQLite database. In particular, I simply needed to execute some DDL only once after the database was created. How does SQLAlchemy handle this? Let’s investigate it on a simple database model for a prototype of a todo app created in the online database designer Vertabelo.