Re: data persistence using hibernate

2023-01-24 Thread Locke, Jonathan (Luo Shibo)
JOOQ is good for me most of the time. Jon On Jan 24, 2023, at 6:34 PM, James Pollard wrote: I don't need hibernates added level of abstraction I was taught in the past to do database connectivity using jdbc drivers/connectors, hikaricp just takes this a step further by providing a pool of

Re: Wicket on low end hardware

2023-01-03 Thread Locke, Jonathan (Luo Shibo)
One other little tidbit that could help. If you want to see when Hotspot compiles things, you can set the flag -XX:+PrintCompilation. It would be nice if there was a way to force compilation of everything, but it doesn’t appear to be possible. Best, Jon

Re: Wicket on low end hardware

2023-01-02 Thread Locke, Jonathan (Luo Shibo)
Jetty starts up quite a bit faster than Tomcat, so that’s an option too. Jon On Jan 2, 2023, at 12:51 PM, Martijn Dashorst wrote: As a simple test you could deploy a Wicket quick start to the device (make sure it runs in deployment mode) to see if it still is slow. If that is the case, you

Re: module error

2022-02-21 Thread Locke, Jonathan (Luo Shibo)
g/contribute/release.html. It is a bit outdated it > seems. > > I'd let Andrea del Bene make a release. Or at least work closely with him > for my first attempt to release. > > On Mon, Feb 21, 2022, 05:12 Locke, Jonathan (Luo Shibo) < > jonath...@telenav.com> wrote: > > >

Re: module error

2022-02-20 Thread Locke, Jonathan (Luo Shibo)
to https://gitbox.apache.org/setup/ to link it with your GitHub account. On Sun, Feb 20, 2022, 08:00 Locke, Jonathan (Luo Shibo) < jonath...@telenav.com> wrote: > Yes, I checked. I don't. > > From: Maxim Solodovnik > Sent: Saturday, Februar

Re: module error

2022-02-19 Thread Locke, Jonathan (Luo Shibo)
Yes, I checked. I don't. From: Maxim Solodovnik Sent: Saturday, February 19, 2022 8:11 PM To: users@wicket.apache.org Subject: Re: module error from mobile (sorry for typos ;) On Sun, Feb 20, 2022, 02:41 Locke, Jonathan (Luo Shibo) < jonath...@telenav.

Re: module error

2022-02-19 Thread Locke, Jonathan (Luo Shibo)
> On Sat, 19 Feb 2022 at 03:04, Locke, Jonathan (Luo Shibo) < > > jonath...@telenav.com> wrote: > > > > > Hi Martin, > > > > > > I was able to fix the problem as you suggested by adding: > > > > > > uses org.apache.wicket.IInitia

Re: module error

2022-02-18 Thread Locke, Jonathan (Luo Shibo)
ot; > > Please try it and if it fixes the issue then send a PR! > > On Thu, Feb 17, 2022 at 8:16 PM Locke, Jonathan (Luo Shibo) < > jonath...@telenav.com> wrote: > >> >> Does anyone know what this is? Thanks -- Jon >> >> Exception in thread &qu

module error

2022-02-17 Thread Locke, Jonathan (Luo Shibo)
Does anyone know what this is? Thanks -- Jon Exception in thread "main" java.util.ServiceConfigurationError: org.apache.wicket.IInitializer: module org.apache.wicket.core does not declare `uses` at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:589) at

Re: servlet api "BigBang"

2022-02-02 Thread Locke, Jonathan (Luo Shibo)
If the community likes the idea, it would be possible to migrate Wicket to KivaKit logging (and status messaging). https://state-of-the-art.org/2021/08/17/logging.html https://medium.com/@jonathanlocke/why-messaging-is-a-better-way-to-report-status-2badb679345e KivaKit is a very Wicket-like way

Re: RedirectRequestHandler and HttpHeader?

2021-08-22 Thread Locke, Jonathan (Luo Shibo)
It's been a while, but can't you get the WebResponse from WebRequestCycle and then call response.setHeader()? Jon From: Korbinian Bachl Sent: Sunday, August 22, 2021 4:58 AM To: users Subject: RedirectRequestHandler and HttpHeader? Hi, I call this:

Re: Possible bug / edge case found where page is not detached

2021-07-25 Thread Locke, Jonathan (Luo Shibo)
Now that is a stellar bug report. From: Bas Gooren Sent: Sunday, July 25, 2021 12:06 AM To: users@wicket.apache.org ; Sven Meier Subject: Re: Possible bug / edge case found where page is not detached Hi Sven, Done -

Re: Why aren't setEnabled and setVisible model based?

2021-05-10 Thread Locke, Jonathan (Luo Shibo)
Perhaps this is true, but now with lambda models, might it not be more useful to do this? Jon > On May 10, 2021, at 7:36 AM, Martin Terra > wrote: > > You often need to know overall UI state to determine visibility, and you > would end up with anonymous model classes of some sorts, so my

Wicket 9, Jetty and WebSockets

2020-08-09 Thread Locke, Jonathan (Luo Shibo)
Hi All, I spent some time recently trying to upgrade a Wicket library we have to modular Java 11, Wicket 9, Jersey and latest Jetty + Jetty Web Sockets: jettyVersion = '9.4.31.v20200723' jerseyVersion = '2.31' wicketVersion =