Application has two modes GUI/command line Allows communication with clients using OCPP protocol (Supports SSL/TLS) Allows dynamic change of OCPP server behavior Exposes REST API to control OCPP ...
The long-awaited Hotspot-on-iOS project is reporting major progress: OpenJDK is now able to build and run on iOS. This is the next milestone on a journey that started a long time ago; InfoQ first ...
Creating your first Docker image from a Dockerfile is like writing a recipe that tells Docker how to build a self-contained package for your app. The Dockerfile contains step-by-step instructions, ...
There is a variety of GUI frameworks for .NET: Microsoft itself offers several alternatives and the agony of choice is now greater than ever, as three external providers are also involved in the ...
PHP can be more than a "Web Language", it's a fast language, with a cross platform interpreter and a good CLI. GUI is a natural step for completing this ecosystem. To create a GUI without the need for ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Writing GUI programs involves two basic steps. First, you need to write the code to create the interface, with elements, such as menus, and widgets, such as buttons, labels and entry fields. You then ...