-
Enterprise Java
Code Generation in CUBA: What makes the magic
Introduction Code generation is a common thing in modern frameworks. There may be different reasons behind introducing code generation –…
Read More » -
Software Development
To Delete or to Soft Delete, That is the Question!
Soft deletion is a widely used pattern applied for business applications. It allows you to mark some records as deleted…
Read More » -
Enterprise Java
CUBA: Getting Ready for Production
“It works on my local machine!” Nowadays it sounds like a meme, but the problem “development environment vs production environment”…
Read More » -
Enterprise Java
CUBA 7.2 – what’s new?
The seventh version of the CUBA platform was a big step forward. Internal architecture improvements and the new IDE built…
Read More » -
Enterprise Java
CUBA Platform: TypeScript SDK and REST API
In this article, we will talk about the feature of the CUBA platform that exists for quite a long time,…
Read More » -
Enterprise Java
Think Twice Before Using Reflection
Introduction Sometimes, as a developer, you may bump into a situation when it’s not possible to instantiate an object using…
Read More » -
Enterprise Java
Fetching data with ORM is easy! Is it?
Introduction Almost any system operates with external data stores in some way. In most of the cases, it is a…
Read More » -
Core Java
In any incomprehensible situation go scripting
Scripting is one of the most popular ways to make your application adjustable for client needs right at runtime. As…
Read More » -
Enterprise Java
Developing with CUBA – a big shift from Spring?
Reading requirements for yet another web project for internal corporate use you (at least myself) usually see a pretty common…
Read More »