> Originally published on ScivicsLab Bloghttps://scivicslab.com/blog/2026-04-05-pojo-actor-llm-conversation
In a previous posthttps://dev.to/devteam2512/pojo-actor-v10-a-lightweight-actor-model-library-for-java-2ccd I introduced POJO-actor — a ligh...
> Note: This article was originally published on
> SciVicsLabhttps://scivicslab.com/blog/2026-04-05-quarkus-chat-ui-intro.
quarkus-chat-ui: A Web Front-End for LLMs, and a Real-World Case for POJO-actor
quarkus-chat-ui is a web UI for LLMs where m...
actor-IaC is an Infrastructure as Code IaC tool built on top of the POJO-actor workflow engine.
It uses actor-based workflows written in Java and YAML to manage and operate compute clusters in a scalable and traceable way.
In this article Part 1, w...
This article is a hands-on tutorial for the POJO-actor workflow API, focusing on the @Action annotation introduced in POJO-actor v2.14.
We explain how to define workflow-callable actions in Java actors without overriding callByActionName, using a pr...
Recap of the First Half
In the first half../010WorkflowBasics241001oo01/010WorkflowBasics241001oo01en.md, we introduced the basic concepts of the workflow engine actor-WF added in POJO-actor v2.x. actor-WF is described using a simple model of "send...
Recap of Part 1
In Part 1https://coderlegion.com/8748/pojo-actor-v1-0-a-lightweight-actor-model-library-for-java?show=8748#q8748, we introduced the basic features of POJO-actor ver 1.x: POJO-actor is a library that allows you to convert ordinary PO...