Hey,

thanks a lot for sharing. I have a small question regarding the web.xml. Within 
the Spring Boot ecosystem there is a FilterRegistrationBean so that you are 
able to not use XML definitions anymore. Is there something similar for Quarkus?

kind regards

Tobias

> Am 29.05.2025 um 11:11 schrieb Andrea Del Bene <an.delb...@gmail.com>:
> 
> Thank you! Hope I will find some time in the next days to play with it.
> 
>> On Wed, May 28, 2025 at 10:52 PM Martijn Dashorst <
>> martijn.dasho...@gmail.com> wrote:
>> 
>> And I blogged about it:
>> 
>> https://martijndashorst.com/blog/2025/05/28/quarkus-wicket
>> 
>> On Tue, May 27, 2025 at 2:32 PM Martijn Dashorst <
>> martijn.dasho...@gmail.com>
>> wrote:
>> 
>>> I've crafted my first quarkus extension, and integrated Wicket into the
>>> quarkiverse.
>>> 
>>> This is a 1.0 version but rather consider it an alpha, as it hasn't been
>>> used in anger nor reality.
>>> 
>>> https://github.com/dashorst/quarkus-wicket
>>> 
>>> You can try it out by checking out the project, and run `mvn install`
>>> 
>>> Then you can generate a quarkus application with the quarkus commandline
>>> tool:
>>> 
>>> quarkus create app --maven --java=21 --code
>>> --extensions=io.quarkiverse.wicket:quarkus-wicket:999-SNAPSHOT
>>> groupid:artifactid
>>> 
>>> where you substitute the groupid and artifactid with your own things.
>>> 
>>> Then it should be cd artifactid ; quarkus dev
>>> 
>>> Martijn
>>> 
>> 
>> 
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> 
> 
> 
> --
> Andrea Del Bene.
> Apache Wicket committer.

Reply via email to