mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.8K
active users

#quarkus

13 posts10 participants1 post today

Request for comments/trying out stuff...

github.com/dashorst/quarkus-wi

It is not published yet to quarkiverse, so you need to build it yourself for now.

gh repo clone dashorst/quarkus-wicket && cd quarkus-wicket && mvn install

and then you can craft your first quarkus & wicket application using the quarkus commandline:

quarkus create app --maven --java=21 --code --extensions=io.quarkiverse.wicket:quarkus-wicket:999-SNAPSHOT org.acme:acme

Check it out and let me know wydt!