Re: does spring-boot migration require wicket-spring-boot

2023-01-29 Thread Martin Grigorov
gt; > Now we are working to migrate the Spring framework to Spring Boot. Does > > > this require wicket-spring-boot migration? > > > Is it mandatory to migrate Wicket framework to wicket-spring-boot? > > > > > > > No. > > Wicket-Spring-Boot ma

Re: does spring-boot migration require wicket-spring-boot

2023-01-29 Thread Arunachalam Sibisakkaravarthi
lam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi guys, > > We develop Wicket + Spring based web applications. > > Now we are working to migrate the Spring framework to Spring Boot. Does > > this require wicket-spring-boot migration? > >

Re: does spring-boot migration require wicket-spring-boot

2023-01-20 Thread Martin Grigorov
On Fri, Jan 20, 2023 at 11:16 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > We develop Wicket + Spring based web applications. > Now we are working to migrate the Spring framework to Spring Boot. Does > this require wicket-spr

does spring-boot migration require wicket-spring-boot

2023-01-20 Thread Arunachalam Sibisakkaravarthi
Hi guys, We develop Wicket + Spring based web applications. Now we are working to migrate the Spring framework to Spring Boot. Does this require wicket-spring-boot migration? Is it mandatory to migrate Wicket framework to wicket-spring-boot? *Thanks And RegardsSibi.ArunachalammCruncher*

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
works :) https://github.com/geramaya/wicket-spring-boot-simple thx for help Am 13.01.2021 um 20:19 schrieb Martin Grigorov: In that case you should report it at https://github.com/MarcGiffing/wicket-spring-boot/issues On Wed, Jan 13, 2021 at 5:28 PM Daniel Weiss wrote: Hey all, I've

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
https://github.com/MarcGiffing/wicket-spring-boot/issues/174 Done. Thx for your help :) Am 13.01.2021 um 20:19 schrieb Martin Grigorov: In that case you should report it at https://github.com/MarcGiffing/wicket-spring-boot/issues On Wed, Jan 13, 2021 at 5:28 PM Daniel Weiss wrote: Hey all

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Martin Grigorov
In that case you should report it at https://github.com/MarcGiffing/wicket-spring-boot/issues On Wed, Jan 13, 2021 at 5:28 PM Daniel Weiss wrote: > Hey all, > > I've tested it. A mini spring-boot provide static content with functions > of https://www.baeldung.com/spring-mvc-stat

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
Hey all, I've tested it. A mini spring-boot provide static content with functions of https://www.baeldung.com/spring-mvc-static-resources. A mini spring boot app with wicket-spring-boot does not provide it. I got a error message with not found of ... Some ideas or experience about it? Am

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
Thx :) I have found this, but it doesn't work with my app. My next should step is to use a clean small spring boot app and spring boot with the wicket-spring-boot to exclude own bugs with my wonderful program :D Thx Daniel Am 13.01.2021 um 14:52 schrieb Martin Grigorov: Hi, There is nothing

Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Martin Grigorov
Hi, There is nothing Wicket specific in this. Just use Spring Boot/MVC facilities: https://www.baeldung.com/spring-mvc-static-resources On Wed, Jan 13, 2021 at 3:08 PM Daniel Weiss wrote: > > Hi all, > > I use https://github.com/MarcGiffing/wicket-spring-boot wit

Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
Hi all, I use https://github.com/MarcGiffing/wicket-spring-boot with Wicket 8.x and with a spring boot application. I would add static web content (online help page) to provide a documentation inside the spring boot application. Knows someone a way to provide to serve static web content

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

2019-12-11 Thread Igor Khvostenkov
ould 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

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

2019-12-11 Thread Igor Khvostenkov
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 proje

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

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 wic

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

2019-12-08 Thread Tobias Soloschenko
ieb 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 > exa

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

Re: Re: Wicket Spring boot - use spring devtools

2019-08-28 Thread Martin Grigorov
e. > > (DCEVM i need to inspect :-).) > > Thanks for your support. > Regards > Per > > > Gesendet: Mittwoch, 28. August 2019 um 10:37 Uhr > > Von: "Martin Grigorov" > > An: "users@wicket.apache.org" > > Betreff: Re: Wicket S

Aw: Re: Wicket Spring boot - use spring devtools

2019-08-28 Thread Per Newgro
: Mittwoch, 28. August 2019 um 10:37 Uhr > Von: "Martin Grigorov" > An: "users@wicket.apache.org" > Betreff: Re: Wicket Spring boot - use spring devtools > > Hi, > > This is how Spring Dev Tools work. When it detects a change it removes the > old

Re: Wicket Spring boot - use spring devtools

2019-08-28 Thread Martin Grigorov
. When I change a Spring @Configuration or Hibernate mapping I just restart the application manually. On Wed, Aug 28, 2019 at 11:25 AM Per Newgro wrote: > Hello *, > > I migrate my current wicket app to spring boot version ( > https://github.com/MarcGiffing/wicket-spring-boot)

Wicket Spring boot - use spring devtools

2019-08-28 Thread Per Newgro
Hello *, I migrate my current wicket app to spring boot version (https://github.com/MarcGiffing/wicket-spring-boot). So far it was straightforward. But now i experience a problem with inclusion of org.springframework.boot

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-25 Thread Zbynek Vavros
; > >> @Override > > > > > >> protected void configure(HttpSecurity http) throws > > > Exception { > > > > > >> > > > > > >> > > > > > >> > > > > > > > > >

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-25 Thread nino martinez wael
>> } > > > > >> } > > > > >> > > > > >> @Configuration > > > > >> @Order(2) > > > > >> public static class WicketSecurityConfig extends > > > > >> WebSecurityConf

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread Zbynek Vavros
ovider(wicketAuthenticationProvider); > > > >> } > > > >> > > > >> @Override > > > >> protected void configure(HttpSecurity http) throws > Exception { > > > >> http.antMatcher("/page/**").authorizeReq

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
} > > >> > > >> @Override > > >> @Bean(name = "authenticationManager") > > >> public AuthenticationManager authenticationManagerBean() > throws > > >>

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread Zbynek Vavros
"authorizeRequests" and " antMatchers". > >> > >> Zbynek > >> > >> On Thu, Jan 24, 2019 at 3:09 PM nino martinez wael < > >> nino.martinez.w...@gmail.com> wro

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
tyConfigurerAdapter B: >> > http >> > .csrf().disable() >> > .authorizeRequests().anyRequest().permitAll() >> > .and() >> > .logout() >> > .permitAll(); >> >

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
ons().disable(); > > > > > > On Thu, Jan 24, 2019 at 3:06 PM Zbynek Vavros > > wrote: > > > > > Hi, > > > > > > I did similar thing, the trick here is to use two > > > WebSecurityConfigurerAdaptes. > >

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread Zbynek Vavros
the trick here is to use two > > WebSecurityConfigurerAdaptes. > > > > Zbynek > > > > On Thu, Jan 24, 2019 at 2:55 PM nino martinez wael < > > nino.martinez.w...@gmail.com> wrote: > > > > > Hope its okay to use the wicket user mailing list for th

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread Zbynek Vavros
fing for making the project. But I cannot get > actuator endpoints to work with spring security and wicket spring boot.. > I've tried a lot of things.. > > IN my WebSecurityConfigurerAdapter: > > http > > > .authorizeRequests().antMatchers("/actuator/**","/a

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
of all thanks to MarcGiffing for making the project. But I cannot > get > > actuator endpoints to work with spring security and wicket spring boot.. > > I've tried a lot of things.. > > > > IN my WebSecurityConfigurerAdapter: > > > > http >

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
mailing list for this:) > > > > First of all thanks to MarcGiffing for making the project. But I cannot > get > > actuator endpoints to work with spring security and wicket spring boot.. > > I've tried a lot of things.. > > > > IN my WebSecurityConfigurerAdapte

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread Andrea Del Bene
ndpoints to work with spring security and wicket spring boot.. > I've tried a lot of things.. > > IN my WebSecurityConfigurerAdapter: > > http > > > .authorizeRequests().antMatchers("/actuator/**","/actuator").hasRole("ACTUATOR").and().httpBasic();

Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
Hope its okay to use the wicket user mailing list for this:) First of all thanks to MarcGiffing for making the project. But I cannot get actuator endpoints to work with spring security and wicket spring boot.. I've tried a lot of things.. IN my WebSecurityConfigurerAdapter: http

Re: Wicket Spring Boot open entity manager in view config

2018-03-31 Thread Per Newgro
uot;old fashioned" spring application by configuring filter in web.xml. But we can not find the appropriate config for wicket spring boot. Enable spring.jpa.open-entitymanager-in-view=true seems not to be enough. We still get LazyInitException - no session. Can one of you please provide a short co

Wicket Spring Boot open entity manager in view config

2018-03-23 Thread Per Newgro
Hello, we would like to use the open-entitymanager-in-view pattern. It was working in our "old fashioned" spring application by configuring filter in web.xml. But we can not find the appropriate config for wicket spring boot. Enable spring.jpa.open-entitymanager-in-view=

Re: Wicket Spring Boot Article

2017-04-02 Thread Andrea Del Bene
) . @Andrea I've subscribed the mailing list :). Thanks for the article! I suspected it :-) Btw I've just released version 2.0.1 which uses Wicket 8.0.0-M5. Thanks for your work! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Boot-Article

Re: Wicket Spring Boot Article

2017-04-02 Thread Marc
:). Thanks for the article! Btw I've just released version 2.0.1 which uses Wicket 8.0.0-M5. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Spring-Boot-Article-tp4677570p4677575.html Sent from the Users forum mailing list archive at Nabble.com

Re: Wicket Spring Boot Article

2017-04-02 Thread Tobias Soloschenko
sadly not. I was just in contact with him, because of metrics, but that is some time ago. kind regards Tobias > Am 02.04.2017 um 16:58 schrieb Andrea Del Bene : > > You're welcome! > ps: anybody is in contact with Marc > ? > > On 2 Apr 2017 16:55, "Tobias Soloschenko"

Re: Wicket Spring Boot Article

2017-04-02 Thread Andrea Del Bene
You're welcome! ps: anybody is in contact with Marc ? On 2 Apr 2017 16:55, "Tobias Soloschenko" wrote: Hi, just wanted to point out that this is really great: https://mobile.twitter.com/apache_wicket/status/847763903249600513 I think for Spring - Spring Boot

Wicket Spring Boot Article

2017-04-02 Thread Tobias Soloschenko
Hi, just wanted to point out that this is really great: https://mobile.twitter.com/apache_wicket/status/847763903249600513 I think for Spring - Spring Boot is the future. Thanks for it Marc Giffing and Andrea Del Bene for the article! I am going to play around with this soon. :-) kind regards

Re: Wicket & Spring Boot

2015-11-13 Thread Andrew Geery
Hi Marc That's cool! I made a Wicket + Spring Boot "Getting Started"-style guide a couple of months ago: https://github.com/ageery/getting-started-guides/tree/wicket. The code is on the wicket branch in the complete directory. It's a filterable data table with ajax CRUD functional

Re: Wicket & Spring Boot

2015-11-12 Thread Martin Grigorov
mailing list. > > Is there currently any Spring Boot integration support? > > I've started with a Spring Boot Wicket integration: wicket-spring-boot > <https://github.com/MarcGiffing/wicket-spring-boot> . > > Besides the maven pom.xml you currently only need thisconfig

Wicket & Spring Boot

2015-11-12 Thread Marc
Hi all, it's my first post, so I'm hopefully subscribed to the mailing list. Is there currently any Spring Boot integration support? I've started with a Spring Boot Wicket integration: wicket-spring-boot <https://github.com/MarcGiffing/wicket-spring-boot> . Besides the maven pom.x