Tel Map

Aktuelle Blogbeiträge

02.08.2022 | Produktivität |

Produktivitätstechniken: Weniger Überstunden und mehr Freizeit

  Gestern noch bis spät in die Nacht gearbeitet und heute früh schon wieder unzählige Aufgaben auf der To-do-Liste? Überstunden bei wichtigen Projekten sind im Arbeitsleben ganz normal. Allerdings führen ständige Überstunden zu erheblichem Stress, welcher langfristig gesundheitliche Probleme verursachen kann. Dieser… mehr

Arbeitnehmer verlieren bis zu 3,5 Stunden effektive Arbeitszeit pro Woche

Laut einer aktuellen Studie zeigt sich, dass es für deutsche Unternehmen bei der Digitalisierung noch einigen Nachholbedarf gibt. Die Ergebnisse der Studie haben wir hier für dich zusammengefasst und stammen vom Unternehmen UiPath.   Zeitverlust durch fehlende Automatisierung.   Arbeitnehmer verlieren wöchentlich… mehr

20.07.2021 | JavaEE |

Get the Current Transaction in Wildfly

Recently we had a problem with a broken transaction in an application running in Wildfly 20. javax.persistence.TransactionRequiredException: WFLYJPA0060: Transaction is required to perform this operation (either use a transaction or extended persistence context) We were not shure which line caused the exception,… mehr

10.12.2019 | JavaEE |

Stackoverflow in Tomcat 8.5.49 and 9.0.29

This week we set up a developoment environment on a new PC for a JavaEE project using Tomcat 8.5 (we downloaded the recently released version 8.5.49 to be specific). We started up the IDE, deployed the WAR on a Tomcat server and… mehr

26.04.2019 | Docker |

Docker für Windows und Host Volumes

Das Container-Management System Docker ist ganz praktisch, um Dienste und Applikationen in einer kontrollierten und isolierten Umgebung laufen zu lassen. In vielen Situationen ist es außerdem hilfreich, Verzeichnisse in einem Docker Container auf ein lokales Verzeichnis mappen zu können. Speziell in Entwicklungs-Umgebungen,… mehr

Schlagwörter: , , ,
05.02.2019 | JavaEE |

WildFly 15 Bundle Database Driver And Datasource Into Application

This article describes how to bundle a database driver and the datasource configuration into an enterprise archive (EAR).  In my case I used WildFly 15 and MariaDB JDBC Client as the database driver for MySQL. The Java MySQL JDBC driver is under the GPL… mehr

14.12.2018 | JavaEE |

WildFly Maven Deploy

While working on automatically deploying a maven artifact to a WildFly server using the WildFly Maven Plugin, I could not find a full working example on the corresponding webpage. It took quite some time, even if it is not much code. Below… mehr

Schlagwörter: , , ,
29.11.2018 | JavaEE |

Basic Authentication Omnifaces CombinedResourceHandler Internet Explorer Not Working

For a testing platform, we a have a typical basic authentication in front of our actual platform. The application server is a WildFly 14 with PrimeFaces as the frontend framework. In order for every JavaScript file not being downloaded separately, we also… mehr

16.11.2018 | Java |

Primefaces Line Chart – Browser Out Of Memory Crash

This blog post solves an error I encountered while trying to display some data in a PrimeFaces line chart graph (Version 6.2). Each time I opened the page with the graph, the Browser crashed with an „Out of Memory“ message in the… mehr

28.06.2018 | Java |

Saxon HE External Entity Processing ( XXE )

In this article I will describe how to prevent Saxon from parsing external entities to avoid XXE attacks. Basically you should be very careful when parsing XML files from untrusted sources. Otherwise this can lead to serious security issues.

Schlagwörter: , , , , ,