norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.2K
active users

#java

54 posts47 participants0 posts today

Imagine we have a #java #modulith / #Monolit, am I correct that the following illustration is a good pattern?
1. a Controller only access its respective Service
2. a Service can access its respective Repository
3. a Service can access other Services
4. a Controller and Repository are not allowed to access other Controller or Repositories

This ensures that there is only a Service layer where the business logic is stored.
Are there any downsides I miss?

🔁 What about〖 loop flows 〗with #ADK for #Java for refinement, trial/error, self corrective #AI #agents?

We'll talk about ⏪ before & ⏩ after agent callbacks, function calling exit, and max iteration limits ♾

Concrete example: a simple #Python code refinement loop agent

👓 Read all the details about #ADK #Java loop flows for your #AI #agents in this article ⬇️

glaforge.dev/posts/2025/07/28/

The last of the series on agentic workflows! 🔚

glaforge.devMastering agentic workflows with ADK: Loop agentsTech blog of Guillaume Laforge, with articles on generative AI, LLMs, cloud computing, microservices architecture, serverless solutions, Java and Apache Groovy programming

Liebe RegioIT/SWU, interne Exceptions über eine Smartphone App an Endkunden weiterreichen ist eher schlecht.
Wenn diese Kunden keine Fahrkarten kaufen können, ist das ebenfalls schlecht.

Vielleicht kann @synyx helfen.

#Fail#Java#RestEasy

If you happen to be on a system with IPv6-only connectivity and you have to use a software, you may want to add -Djava.net.preferIPv6Addresses=true as param to force Java to use . Java still uses as default which will not work on IPv6-only systems.