Re: Is there an example project for wicket-spring-boot with gradle and webpack?

2019-12-08 Thread Martin Grigorov
Hi,

I would suggest you to generate your application with JHipster and then
remove the front-end (Angular/React) and add Wicket instead.

On Sun, Dec 8, 2019, 10:02 Per Newgro  wrote:

> Hello *,
>
> i try to setup a spring boot project based on wicket-spring-boot-parent.
> To built my frontend assets (sass, js, svg minify etc) i like to use
> webpack.
>
> But if i start my project the assets are not loaded. So i hope to find an
> example project,
> where i can find some inspirations how i could setup everything.
>
> Btw. i built everything with gradle.
>
> Thanks for your support
> Per
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Is there an example project for wicket-spring-boot with gradle and webpack?

2019-12-08 Thread Tobias Soloschenko
Hi again,

some hints I found on stackoverflow:

https://stackoverflow.com/questions/38738587/migrate-frontend-maven-plugin-from-maven-to-gradle

kind regards

Tobias

> Am 08.12.2019 um 09:02 schrieb Per Newgro :
> 
> Hello *,
> 
> i try to setup a spring boot project based on wicket-spring-boot-parent.
> To built my frontend assets (sass, js, svg minify etc) i like to use webpack.
> 
> But if i start my project the assets are not loaded. So i hope to find an 
> example project,
> where i can find some inspirations how i could setup everything.
> 
> Btw. i built everything with gradle.
> 
> Thanks for your support
> Per
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


Re: Is there an example project for wicket-spring-boot with gradle and webpack?

2019-12-08 Thread Tobias Soloschenko
Hi,

for maven:

maybe you can use the eirslett frontend-maven-plugin and put in the npm 
executions you would like to have to build your frontend part beside the normal 
compile for the Wicket classes:

https://github.com/eirslett/frontend-maven-plugin

I did something long time ago with grunt:

https://github.com/klopfdreh/fluentsquare/blob/master/com.fluentsquare.web/pom.xml

I think you should be able to modify the executions to use webpack:

https://webpack.js.org/guides/getting-started/

for gradle I sadly don‘t have any examples.

kind regards

Tobias

> Am 08.12.2019 um 09:02 schrieb Per Newgro :
> 
> Hello *,
> 
> i try to setup a spring boot project based on wicket-spring-boot-parent.
> To built my frontend assets (sass, js, svg minify etc) i like to use webpack.
> 
> But if i start my project the assets are not loaded. So i hope to find an 
> example project,
> where i can find some inspirations how i could setup everything.
> 
> Btw. i built everything with gradle.
> 
> Thanks for your support
> Per
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


Is there an example project for wicket-spring-boot with gradle and webpack?

2019-12-08 Thread Per Newgro
Hello *,

i try to setup a spring boot project based on wicket-spring-boot-parent.
To built my frontend assets (sass, js, svg minify etc) i like to use webpack.

But if i start my project the assets are not loaded. So i hope to find an 
example project,
where i can find some inspirations how i could setup everything.

Btw. i built everything with gradle.

Thanks for your support
Per

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org