CIIT-Training Blog

Suche

@Transactional in Spring – how it works

This article provides an in-depth exploration of Spring Framework’s @Transactional annotation, detailing its functionality, implementation, advanced features, and best practices for effective transaction management in Java applications.

Read More »

Nginx Cache für WordPress

In der Welt des Webhostings ist die Geschwindigkeit ein entscheidender Faktor für den Erfolg einer Website. Hier kommt der Nginx-Cache ins Spiel, insbesondere für WordPress-Websites.

Read More »

Keycloak Integration in Spring Anwendungen

Keycloak ist ein Open-Source-Identitäts- und Zugriffsmanagementtool, das von Java-Entwicklern häufig genutzt wird, um Sicherheitsfunktionen in Anwendungen zu integrieren. Es ist besonders nützlich für Anwendungen, die

Read More »

Virtuelle Threads in Java 21

Virtuelle Threads in Java: Ein Paradigmenwechsel in der Concurrent Programmierung   Einführung in Virtuelle Threads Mit der Einführung von virtuellen Threads in Java (auch als

Read More »

AI Tech Talk: KI in der individuellen Softwareentwicklung

Rückblick auf den CIIT AI TECH TALK – Ein Tag voller spannender Vorträge und innovativer Lösungen von Software-Experten. Wir, die CIIT Software, ein erfahrener Anbieter maßgeschneiderter Softwarelösungen mit Standorten in Wien und München, blicken auf unseren erfolgreichen AI TECH TALK 2024 zurück! Es war ein Tag voller wertvoller Einblicke und

Android UsageStatsManager – Tracking App Usage with Ease

In this article, we’ll explore the UsageStatsManager class in Android and guide you through building a simple app to track app usage. A sample project is available on GitHub: UsageStats Sample Application. Introduced in Android API level 21 (Lollipop), UsageStatsManager provides access to app usage history and statistics on a

Spring AI Illustration

Spring AI – getting started with large language models in Java Spring

Introduction to Spring AI On July 24th 2023 Dr Mark Pollack made the first commit of the new Spring AI framework. Inspired by Python frameworks such as LangChain and LlamaIndex, Dr Pollack’s intention was to bring large language models to the Spring development community. Whilst not a direct port of

Neues Training: Entwicklung von AI Chat-Assistenten mit Java / Spring AI

Der Kurs „Entwicklung von AI Chat-Assistenten mit Java Spring“ bietet einen umfassenden Einblick in die Implementierung von KI-Chat-Assistenten mit dem Retrieval-Augmented-Generation-Muster unter Verwendung der neuesten Java Spring-Bibliothek. Mit einer Mischung aus theoretischen Erläuterungen und praktischen Übungen lernen Sie, fortschrittliche KI-Chat-Assistenten zu entwickeln und anzupassen. Die Teilnehmer lernen, wie das Retrieval-augmented

Illustration cleaning up with git.

Different Methods for Resetting Files in Git

Confused by the various options for cleaning up or resetting your branch, working area, or staging area? Use this overview to help get things sorted:   Command Description Affects Working Area Affects Staging Area Example Call git reset (no options) Resets the current branch to a specific commit and removes

@Transactional in Spring – how it works

This article provides an in-depth exploration of Spring Framework’s @Transactional annotation, detailing its functionality, implementation, advanced features, and best practices for effective transaction management in Java applications.