Working with Java legacy code In this article, we’ll explore techniques to modernize a legacy Java application. For more insights, you might find Working Effectively with Legacy Code and Clean Code helpful reads. As software engin... Java Jan 30, 2025
The myth of the generic UI I am not sure about you, but I heard that idea a thousend times: "let's build a generic frontend". The plan usually goes like this: we create a meta-language to describe the UI, which is generated som... Java Jan 30, 2025
JetBrains MPS multible Editors for one Concept In MPS you have the possibility to define multiple editors for a single concept. This can be useful, when you want to enable different views on the same code. For example you can represent your model ... JetBrains MPS Jan 30, 2025
JetBrains MPS Diagram In this article we will take a look on how to create simple diagrams in MPS. For this we will use the language "de.itemis.mps.editor.diagram" developed by the German company Itemis. To explore the bas... JetBrains MPS Jan 30, 2025
Kartenzahlungen für Kleinunternehmen Warum soll ich Kartenzahlungen annehmen? Kundenzufriedenheit In der heutigen Zeit bevorzugen immer mehr Kunden Kartenzahlungen, da sie als bequemer und zeitgemäßer empfunden werden. Das Mitführen von ... Odoo Jan 24, 2025
Robin Steiner C# and C++ Interop using P/Invoke Interoperability between C# and C++ is often necessary when leveraging existing C++ libraries or accessing platform-specific functionalities. Platform Invoke (P/Invoke), facilitated by the DllImport a... C# C++ Jan 1, 2025
Click & Collect mit Odoo Viele große Händler wie Billa und Ikea haben in den letzten Jahren Click & Collect in ihre Verkaufsprozesse integriert. Mit Odoo ist dieser Verkaufskanal nun auch für kleine Unternehmen umsetzbar. War... Einzelhandel Odoo Nov 3, 2024
Odoo Community für Vereine Vereine haben oft ähnliche Verwaltungsanforderungen wie Unternehmen: Sie müssen Mitglieder verwalten, Veranstaltungen organisieren, ihre Finanzen im Griff behalten und ihre Aktivitäten gut dokumentier... Odoo Verein Nov 3, 2024
JetBrains MPS Tables In this article we will look into creating a simple table editor for JetBrins MPS. For this we will use the "de.slisson.mps.tables" language that is part of the Mbeddr Platform. To explore the base co... JetBrains MPS Sep 4, 2024 Software Development