Discussion:
Displaying a Jenkins like "Getting ready to work" message in a web page when application is starting up
James Selvakumar
2018-10-05 02:08:48 UTC
Permalink
Hi all,

First of all I would like to thank the community for all the help offered
in the past. Thank you very much.

My application (Wicket + Spring + Hibernate) takes around 60 to 90 seconds
to startup and all the user has to see is an empty browser tab when the
application is starting up.
I've observed Jenkins displaying a familiar "Getting ready to work" message
when it starts up.
I've seen some Atlassian products even displaying what's happening behind
the hood during startup.
Can someone explain how to do something similar with Wicket?
Martin Grigorov
2018-10-05 07:01:40 UTC
Permalink
Hi,

You are very welcome!

Since you use Spring I'd recommend you to check this article+demo app:
https://github.com/nurkiewicz/spring-startup-progress
It should give you an idea how to do it.
Post by James Selvakumar
Hi all,
First of all I would like to thank the community for all the help offered
in the past. Thank you very much.
My application (Wicket + Spring + Hibernate) takes around 60 to 90 seconds
to startup and all the user has to see is an empty browser tab when the
application is starting up.
I've observed Jenkins displaying a familiar "Getting ready to work" message
when it starts up.
I've seen some Atlassian products even displaying what's happening behind
the hood during startup.
Can someone explain how to do something similar with Wicket?
James Selvakumar
2018-10-05 09:13:41 UTC
Permalink
Hi Martin,

Thank you very much for the response.
I'll check that out.
Post by Martin Grigorov
Hi,
You are very welcome!
https://github.com/nurkiewicz/spring-startup-progress
It should give you an idea how to do it.
Post by James Selvakumar
Hi all,
First of all I would like to thank the community for all the help offered
in the past. Thank you very much.
My application (Wicket + Spring + Hibernate) takes around 60 to 90
seconds
Post by James Selvakumar
to startup and all the user has to see is an empty browser tab when the
application is starting up.
I've observed Jenkins displaying a familiar "Getting ready to work"
message
Post by James Selvakumar
when it starts up.
I've seen some Atlassian products even displaying what's happening behind
the hood during startup.
Can someone explain how to do something similar with Wicket?
Loading...