Gerhard Fuchs6 articles
FEPCOS-J allows declaratively implementing a Java server and generating its profile, which, for example, can be used to generate the networking code of a Rust client. Introduction As I have shown in a previous post [1] and a video [2], …
- Gerhard Fuchs
-
Video: Easy Implementation of a Client-Server Application in Java with FEPCOS-J
See how FEPCOS-J relieves developers of the network programming required to implement a client-server application in Java.
- Gerhard Fuchs
-
FEPCOS-J (4) Easy programming of a multithreaded TCP/IP server in Java
FEPCOS-J prototypically implements a Java language extension that allows the realization of a multithreaded TCP/IP server in Java without thread or network programming.
- Gerhard Fuchs
-
FEPCOS-J (3) – Build native executables of Java-coded networked systems
An example shows how Java developers can build native executables of declaratively composed networked systems by using FEPCOS-J and GraalVM.
- Gerhard Fuchs
-
FEPCOS-J (2) – Declaratively compose networked systems in Java
Compose networked systems like building blocks. An example illustrates how a Java developer can do this by using FEPCOS-J. Read more.
- Gerhard Fuchs
-
FEPCOS-J (1) – Description, Impressions of Usage, Current State
FEPCOS-J implements a Java-language extension that frees a Java-developer from network programming and supports cross-system concurrency.
- Gerhard Fuchs