Close

Java Hibernate

Hibernate ORM is an object–relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database.

10 Java Frameworks Paving the Way in the Cloud-Native World

10 Java Frameworks Paving the Way in the Cloud-Native World

In the contemporary era of cloud computing, the demand for scalable, robust, and efficient frameworks is ever-increasing. With its mature ecosystem, Java offers many frameworks adept at meeting the challenges of a cloud-native world. We are reviewing ten Java frameworks instrumental in building cloud-native applications, revolutionizing how we perceive and […]

Devamını Oku

Debugging Under Fire: Keeping Your Head when Systems Have Lost Their Mind.

Debugging Under Fire: Keeping your Head when Systems have Lost their Mind

As software is increasingly developed to be deployed as part of a service, the manifestations of defects have changed: the effects of broken software are increasingly unlikely to be felt by merely one user, but many (or even all) — with concomitant commercial consequences. Debugging service outages put everyone in […]

Devamını Oku

The problem with Rocky Linux and free beer

The problem with Rocky Linux and free beer

Rocky Linux is a free, open-source distribution that was forked from CentOS in December 2020. CentOS was a widespread distribution based on Red Hat Enterprise Linux (RHEL). However, Red Hat announced in December 2020 that it would no longer provide free updates for CentOS. This led to Rocky Linux, a […]

Devamını Oku

The Ex-Banker Running Three Street Food Concepts From One Kitchen | Dark Kitchens

The Ex-Banker Running Three Street Food Concepts From One Kitchen | Dark Kitchens

Marcio Coelho traded standing orders for, well, standing and giving orders. You can associate many things with bankers, be it a sharp pinstripe suit, watching Bloomberg while running on a treadmill, or just shouting “Sell!” into a phone for some reason I’ll never fully understand. One thing you probably wouldn’t […]

Devamını Oku

HIBERNATE Nedir?

Java, Spring, Hibernate

Hibernate bir ORM kütüphanesidir.  Hibernate ana görev olarak; verinin ilişkisel veri tabanları üzerine (CRUD işlemleri) kaydedilmesi, güncellenmesi, silinmesi ve sorgulanmasını sağlar.  Hibernate ORM kullanılarak, veritabanı işlemleri soyutlanıp bir alt katmanda gerçekleşebilir.  Hibernate kendi “native API” sine ek olarak JPA spesifikasyonuna da bir gerçekleme sağlamaktadır.

Devamını Oku

Maven In Java and Repositories

Java, Apache Maven Project

Maven in Java Maven is a build automation tool used primarily for Java projects. Maven can also build and manage projects written in C#, Ruby, Scala, and other languages.  Maven addresses two aspects of building software: how software is built and its dependencies. It simplifies the build process like ANT. But it is too much more advanced […]

Devamını Oku