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 much easier and 
practical to be re-used.

Thanks for the great work, Wicket team!

Robin

From: Bas Gooren 
Sent: Friday, January 17, 2020 2:58 PM
To: users@wicket.apache.org ; Robin Shen 

Subject: Re: An open source devops platform completely created with Wicket

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 mimic mine), as there are not 
that many (public) stories about wicket usage :-)


I will certainly have a close look at your product.


Thanks!

Met vriendelijke groet,
Kind regards,

Bas Gooren


Op 17 januari 2020 bij 01:26:06, Robin Shen 
(ro...@pmease.com<mailto:ro...@pmease.com>) schreef:

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 most suitable framework for this product, considering that I can 
work with the same set of code from front-end to back-end, with Java's mature 
libraries and toolings. I must say I gain great productivity with Wicket.

Hope this product is useful to someone.

Robin


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 most suitable framework for this product, considering that I can 
work with the same set of code from front-end to back-end, with Java's mature 
libraries and toolings. I must say I gain great productivity with Wicket.

Hope this product is useful to someone.

Robin


Re: An open source git server written with Wicket

2019-01-07 Thread Robin Shen
We did not do that as it contains private branches not ready to public yet.


Regards

Robin


From: Sebastien Briquet 
Sent: Monday, January 7, 2019 7:31:30 PM
To: users@wicket.apache.org
Subject: Re: An open source git server written with Wicket

Very nice work, congrats !!

You should add onedev.io repo to the demo though :)
>

Good point, haha! :)


An open source git server written with Wicket

2019-01-06 Thread Robin Shen
Dear wicket user,


I'd like to introduce an open source project - OneDev. It is a self-hosted git 
server with unique features. The technology stack used is Wicket + JQuery. 
Welcome any contributions.


Learn more at https://onedev.io


Regards

Robin