Dealing with editing of nested objects in a multiple screens for a single entity

2020-01-16 Thread Bas Gooren
Hi all! I’m currently working on an editing system which has composite elements; For example: We store Products (e.g. an iPod 64GB) and those Products have Variants (Blue). Since a variant cannot exist without a product, and we want to enforce that every product has at least one variant, we

Re: OOM: Direct buffer memory

2020-01-16 Thread Sven Meier
What was your previous version? Sven Am 16. Januar 2020 19:27:19 MEZ schrieb "Илья Нарыжный" : >Hello, > >After upgrading to Wicket 8.6.1 we started seeing periodical OOMs in >logs like below. >I'm not 100% sure that it's due to Wicket, but we didn't change >containers parameters and etc - so at

OOM: Direct buffer memory

2020-01-16 Thread Илья Нарыжный
Hello, After upgrading to Wicket 8.6.1 we started seeing periodical OOMs in logs like below. I'm not 100% sure that it's due to Wicket, but we didn't change containers parameters and etc - so at least it's quite suspicious. Our startup flags: -XX:+PerfDisableSharedMem -Xmx4G -Xms4G

Re: An open source devops platform completely created with Wicket

2020-01-16 Thread Bas Gooren
Hi Robin, Wow - that looks like a really polished product, compliments to you! Regarding Wicket I completely agree; While there are more fashionable techniques, I tend to feel like they drastically increase complexity when compared to wicket. I’m happy to hear stories such as yours (which

Re: An open source devops platform completely created with Wicket

2020-01-16 Thread Robin Shen
Hi Bas, Thanks for the kind words. I actually studied other frameworks several years ago before starting the project, and finally settled down with Wicket. One reason is that I can encapsulate into Wicet component not only front-end logics, but also back-end logics, and it makes the component

Re: OOM: Direct buffer memory

2020-01-16 Thread Илья Нарыжный
Sven, It was 8.5 - so not so far away. Thanks, Ilya - Orienteer(http://orienteer.org) - open source Business Application Platform On Thu, Jan 16, 2020 at 11:41 AM Sven Meier wrote: > > What was your previous version? > > Sven > > Am 16. Januar 2020

An open source devops platform completely created with Wicket

2020-01-16 Thread Robin Shen
Dear wicket users, I'd like to introduce OneDev, an open source all-in-one devops platform: https://github.com/theonedev/onedev It is created completely with Wicket with only one person. I know that there are modern and fashion techniques such as React/Vue, but I still feel that Wicket is the

Re: An open source devops platform completely created with Wicket

2020-01-16 Thread Илья Нарыжный
Robin, Thank you for sharing!:) We also working on a platform completely based on Wicket: https://github.com/OrienteerBAP/Orienteer And I can also just join to your words: wicket is an undervalued web framework. Great work, Wickets-contributors! Thanks, Ilya