home.social

#apachewicket — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apachewicket, aggregated by home.social.

fetched live
  1. The past couple of years have I been working with Apache Wicket (wicket.apache.org/). I am very satisfied with Wicket.

    Unfortunately there is not a lot of buzz around it lately. We are trying to breathe new life into it. So on 1 April we are organizing a user day in Dordrecht, NL. Do I see you there? (Sorry about the tracking parameters, but without these the link does not work 😞 ) meetup.com/wicket-enthusiasts-

    #wicket #apacheWicket

  2. The past couple of years have I been working with Apache Wicket (wicket.apache.org/). I am very satisfied with Wicket.

    Unfortunately there is not a lot of buzz around it lately. We are trying to breathe new life into it. So on 1 April we are organizing a user day in Dordrecht, NL. Do I see you there? (Sorry about the tracking parameters, but without these the link does not work 😞 ) meetup.com/wicket-enthusiasts-

    #wicket #apacheWicket

  3. 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!

    #ApacheWicket #quarkus

  4. 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!

    #ApacheWicket #quarkus

  5. So I have almost finished a working 1.0 quarkus extension for #ApacheWicket

    I am trying to get the codestart to put an html file in a package folder structure. When that is done, it should work for starting to discover what a quarkus and wicket combination has for limitations and possibilities.

    When you can generate a working wicket quarkus app it's time to weite some docs etc and release it to a grander audience.

    See github.com/dashorst/quarkus-wi for the code.

  6. So I have almost finished a working 1.0 quarkus extension for #ApacheWicket

    I am trying to get the codestart to put an html file in a package folder structure. When that is done, it should work for starting to discover what a quarkus and wicket combination has for limitations and possibilities.

    When you can generate a working wicket quarkus app it's time to weite some docs etc and release it to a grander audience.

    See github.com/dashorst/quarkus-wi for the code.

  7. Probably when I arrive at internationalization I will be screaming for #ApacheWicket. For now working with quarkus + qute templates feels a lot like developing a Model 2 web application from 2004.

  8. Probably when I arrive at internationalization I will be screaming for #ApacheWicket. For now working with quarkus + qute templates feels a lot like developing a Model 2 web application from 2004.

  9. Nothing makes you appreciate #ApacheWicket more than having to implement a data table with paging, dynamic sorting, dynamic columns and dynamic filtering.

  10. Nothing makes you appreciate #ApacheWicket more than having to implement a data table with paging, dynamic sorting, dynamic columns and dynamic filtering.

  11. For the next Friends of OpenJDK (Foojay.io) @foojay :foojay: #Podcast, I talked with @marcushellberg (#Vaadin) and Martijn Dashorst (#ApacheWicket) about web development with #Java, including #Thymeleaf and #htmx. Do you really need a JavaScript framework? Why would you not just stick to Java and use one of its many great libraries?

    youtube.com/watch?v=aaYs7zqaBO

    You can find all previous Foojay Podcasts here: foojay.io/today/category/podca

  12. For the next Friends of OpenJDK (Foojay.io) @foojay :foojay: #Podcast, I talked with @marcushellberg (#Vaadin) and Martijn Dashorst (#ApacheWicket) about web development with #Java, including #Thymeleaf and #htmx. Do you really need a JavaScript framework? Why would you not just stick to Java and use one of its many great libraries?

    youtube.com/watch?v=aaYs7zqaBO

    You can find all previous Foojay Podcasts here: foojay.io/today/category/podca

  13. Cutting the cake: Wicket in Action book launch party in 2008 at Topicus.

    @ManningPublications #ApacheWicket

  14. Cutting the cake: Wicket in Action book launch party in 2008 at Topicus.

    @ManningPublications #ApacheWicket

  15. @dashorst BTW how popular is these days? I wrote a few applications in it around 2010 and it was extremely productive with fantastic unit testing support. The component model was way ahead of its time

  16. @dashorst BTW how popular is #ApacheWicket these days? I wrote a few applications in it around 2010 and it was extremely productive with fantastic unit testing support. The component model was way ahead of its time

  17. PSA: If you use Eclipse, and develop #ApacheWicket applications, you really should install the qwickie plugin. Make sure you get the 1.2.0 version though.

  18. PSA: If you use Eclipse, and develop #ApacheWicket applications, you really should install the qwickie plugin. Make sure you get the 1.2.0 version though.

  19. Das Major Release von Wicket setzt nicht nur Java 11 voraus, sondern verspricht auch standardmäßig mehr Sicherheit durch Support für Content Security Policy.
    Java-Webframework: Apache Wicket 9 baut vollständig auf Java 11 LTS
    #ApacheWicket #Java #OpenJDK #Webentwicklung