DEV Community

Cover image for The full Java developer manual of the productivity application RunFlow
Mr.Pan
Mr.Pan

Posted on

The full Java developer manual of the productivity application RunFlow

This manual is writing for Java developers, if you are not a Java developer, you can read our developer manual. Of course, you can continue reading if you are interested.

Typing qe to enter the focused mode of QLExpress.

Executing Java Code

for math example: Math.sin(9);

qe_math

Running result: 0.4121184852417566.

for reading system environment variables example: top.myrest.myflow.util.Jackson.INSTANCE.toJsonString(System.getenv(), true);

qe_system

Of course, you can also format it as yaml: top.myrest.myflow.util.Jackson.INSTANCE.toYamlString(System.getenv());.

Verifying Methods

Sometimes, because some tooling classes have so many methods, and you are not sure which one to use, so we need to verify the execution result of the method, for example:

qe_hutool

Thanks

QLEpress brings you the ability to execute Java code at RunFlow runtime, we support execute script file which written by QLExpress syntax, click here to learn QLExpress syntax.

Meanwhile, we support develop plugin through QLExpress, click here to learn how to develop plugin with QLExpress. Certainly, you will get better interaction capabilities if you use Java to develop plugins, welcome to click here to read our Java guide.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay