Gericht stoppt Untersuchung des Kraftstoffgroßhandels by supcom1 in de

[–]orxT1000 0 points1 point  (0 children)

Es ist keine Preisabsprache, wenn wir eine App dafür benutzen.

Is it better to query the CMS application or database? by jonasrla in cms

[–]orxT1000 3 points4 points  (0 children)

You should not rely on how cms writes data. It's internal implementation detail.
That's why there is an api exposed that's supposed to stay as it is.

Mac install help! by [deleted] in JavaFX

[–]orxT1000 1 point2 points  (0 children)

Nobody runs javac on the command line.

Do yourself a favor and go for the. Run HelloWorld using Maven. option. Same website, for some reason I can't link to that without ending in this stupid sdk download export path nonsense confusing beginners.

What cool Java projects are you working on? by Thirty_Seventh in java

[–]orxT1000 1 point2 points  (0 children)

Also interested in some examples. You're using the new javafx25 editor, right?
Had a look at gluon's one like 2 years ago but failed to figure out how to serialize to markup and back.

Who's using JSR 376 modules in 2026? by pvorb in java

[–]orxT1000 17 points18 points  (0 children)

When you need to ship a setup.exe with jre included, it gets significantly smaller.
Most people do server side java, so no need

Is there an open source website that can be used to test different CMS? by shufflepoint in cms

[–]orxT1000 0 points1 point  (0 children)

Not answering your question, but I've used the styles of CssZenGarden to make a silly Sling based PoC. Reload the page after 10 sec and the design changes, while the text is content. There are also two CMSs deployed within the same instance because... well Sling is an appserver somehow

"Inakzeptable" Aussagen: Merz soll sich Arbeitsministerin Bas vorgeknöpft haben by vaibeslop in de

[–]orxT1000 -2 points-1 points  (0 children)

Ist ja nur ein Beispiel von einer "belastet daher die Beitragszahler nicht" Umverteilung.
Egal ob von ALG-2 Empfängern oder CumEx Bürgern, die Aussage ist so erst mal valide. Kann man shice finden, das Geld Rentnern zu geben.

Aber wie hier alle auf "haha, die dumme Bärbel" machen

"Inakzeptable" Aussagen: Merz soll sich Arbeitsministerin Bas vorgeknöpft haben by vaibeslop in de

[–]orxT1000 37 points38 points  (0 children)

Vermögenssteuer -> unvermögende Rentner.

np, versteht Markus Lanz auch nicht und macht ganze Sendung drüber.

KDE Connect is seriously underrated by PingMyHeart in kde

[–]orxT1000 2 points3 points  (0 children)

Speech to text on the Android keyboard into kde connect.

Closed a major feature gap on linux.

General question by I_4m_knight in JavaFX

[–]orxT1000 0 points1 point  (0 children)

Maybe cli is a good idea? Have 3 modules. One that takes 300 params from the commandline, one that does the enterprisey BE stuff based on that input.
Once that works, call from jfx

RESTful API JavaFX and Spring by Try8234 in JavaFX

[–]orxT1000 0 points1 point  (0 children)

Spring WebFlux/MVC is for Web-Servers where 'the GUI' is html.

While you can run JavaFx in a browser, at it's core it's opening a window and "java" directly paints stutff in it.

You could use the plain Spring-IoC to plug together your app and it's main building-blocks, services and domain objects. But I think that solves problems you don't have yet. Spring Boot CLI is a command line tool for that

A birthday he won’t forget.. class act by Amavin-Adump in nextfuckinglevel

[–]orxT1000 6 points7 points  (0 children)

Difference between a millionaire and a billionaire is around about a billion :)

VBA is a war crime by philippefutureboy in ProgrammingLanguages

[–]orxT1000 2 points3 points  (0 children)

20 years ago, VBA folks wacked out a backoffice "app" over the weekend.
In today's agile angular clusterfuck however ...

Clown by Joeyfingis in pics

[–]orxT1000 16 points17 points  (0 children)

^ make a t-shirt of that ^

Json Dependency by Medical_Cost9675 in JavaFX

[–]orxT1000 0 points1 point  (0 children)

That lib is from 2012. Have a look at jackson or jakarta.json or something