Roadmap of Apache Wicket 2024 or is the project nearly dead?

2024-03-13 Thread Kyrindorx
Hello everyone, what are the plans for Apache Wicket 2024? Migration to Java 17, 21? Upgrade to compatibility with spring-boot 3.x? Is there a roadmap and plan for the project somewhere? Thanks in advance for some information for further plans on Apache Wicket. Best regards Kyrindor

Re: Is Wicket In Action still relevant?

2023-05-13 Thread Kyrindorx
lex and overbloated to use. In this regard a powerful tool to use with Wicket (and with many other Java web frameworks) is project WebJar, which makes css/js libraries integration quite easy: https://www.webjars.org. Andrea. On 12/05/23 20:14, Kyrindorx wrote: Hey all It is compact, has man

Re: Is Wicket In Action still relevant?

2023-05-12 Thread Kyrindorx
Hey all It is compact, has many functions and does its job well. If you compare it with JSF, Vaadin it compares well. Advantages: - flexible - Java + HTML > is ok Disadvantages: - modern plugins for Wicket: outdated and quite little. - CSS Libs like Bootstrap: outdated and strong coupling

Re: spring-bean RCE (indirect vulnerability of Servlet/jsp request get/post)

2022-04-07 Thread kyrindorx
Thank you for your advice and help :) Am 05.04.2022 um 21:54 schrieb Andrea Del Bene: Also it is worth mentioning that we have an upcoming version (9.9.1) that has Spring core dependency updated to 5.3.18 On 05/04/22 21:47, Martin Grigorov wrote: On Tue, Apr 5, 2022, 13:18 kyrindorx wrote

Re: spring-bean RCE (indirect vulnerability of Servlet/jsp request get/post)

2022-04-05 Thread kyrindorx
applications anyway. On Fri, Apr 1, 2022, 10:21 kyrindorx wrote: Hello everyone, The internet developer community found a bug in spring-beans/spring-webmvc on 03/30/2022. I would like to know to what extent Wicket could be affected for this exploit? I think it should be a specific behavior

spring-bean RCE (indirect vulnerability of Servlet/jsp request get/post)

2022-04-01 Thread kyrindorx
Hello everyone, The internet developer community found a bug in spring-beans/spring-webmvc on 03/30/2022. I would like to know to what extent Wicket could be affected for this exploit? I think it should be a specific behavior with Spring and the servlet engine (Tomcat was used in the

Re: no-cache elements with ListItems (List of files to download them)

2019-07-22 Thread kyrindorx
Hey Sven, I wrote a POC of this (https://github.com/geramaya/wicket-filedownload) and it runs well. It should be doesn't matter to use a repeater or list view with a model object, or? My guess about this can be a bug to handle the listview and refresh ajax components inside the real

Re: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
:) On Sun, Mar 10, 2019, 17:27 kyrindorx wrote: Thx :) The next problem is: [ERROR] Failed to execute goal on project CustomDatepicker: Could not resolve dependencies for project org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find org.apache.wicket:wicket-datetime:jar:8.3.0

Re: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
examples/blob/master/pom.xml#L27 On Sun, 10 Mar 2019 at 16:48, kyrindorx wrote: Hey all, I tried to compile and run the Wicket examples of https://github.com/bitstorm/Wicket-tutorial-examples.git master branch. My setup is Linux, OpenJDK 11, Maven 3.5.4 The error output of the mvn install or co

Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
Hey all, I tried to compile and run the Wicket examples of https://github.com/bitstorm/Wicket-tutorial-examples.git master branch. My setup is Linux, OpenJDK 11, Maven 3.5.4 The error output of the mvn install or compile command was: [ERROR] Failed to execute goal on project

Wicket Components

2018-10-05 Thread kyrindorx
Hello everybody, I am looking for a component frame or some individual components with wicket. The Wicket examples show some simple solutions, but I want to have a collection of GUI components like Primefaces (https://www.primefaces.org/). Does anyone know such a project? I am grateful for

Re: apache wicket 8.0 or 8.x

2018-09-29 Thread kyrindorx
, kyrindorx wrote: Hey all, I started with a new little webpage with Apache Wicket 8.0. I would use Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery 2.2.4 as distrib version in version 8.0. So I have some questions about it: - Can I use Bootstrap 4 or better go on with 3.3.7 - JQuery

apache wicket 8.0 or 8.x

2018-09-29 Thread kyrindorx
Hey all, I started with a new little webpage with Apache Wicket 8.0. I would use Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery 2.2.4 as distrib version in version 8.0. So I have some questions about it: - Can I use Bootstrap 4 or better go on with 3.3.7 - JQuery 2.2.4

Wicket and Spring Rest (MVC & DispatcherServlet)

2018-07-20 Thread kyrindorx
the Wicket application filter. I'll thankful for some hints :) Greats Kyrindorx - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Just handle java properties files with Apache Wicket

2018-05-26 Thread kyrindorx
e project's README it is not very clear to me what your application does but it reminds me of https://github.com/pingunaut/wicketmessages-maven-plugin On Fri, May 25, 2018 at 8:13 PM, kyrindorx <kyrind...@gmail.com> wrote: Hey all, I have a idea to handle java properties files in Apache W

Just handle java properties files with Apache Wicket

2018-05-25 Thread kyrindorx
Hey all, I have a idea to handle java properties files in Apache Wicket. We use this little helper in our projects, too :) So check it out and test it: https://t.co/7RNgdC6VlD Bye Kyrindor PS: It's open source (MIT License)