If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Friday, September 2, 2011

Quartz Jobscheduler dashboard

I have a little project running at my customers site which basically is nothing more then a bunch of CRON jobs deployed as a Webapplication. As 1 Cron job seemed to fail from time to time I wanted to get some more insight into what triggers are defined, a way to pause or resume those triggers and check which jobs are currently running.

Here are some screenshots of my first prototype dashboard:









6 comments:

  1. Just out of curiosity: did you actually implemented this? It looks interesting and maybe even something that I might need in the future :-)

    ReplyDelete
  2. Hi Jeroen,
    a bit late but yes.. that dashboard is running at my customers site. But it was just to see what jobs were running. It does not allow e.g. to reconfigure triggers in runtime or anything ;-) Could have been a nice add-on.

    ReplyDelete
  3. looks great ...have you used any library to build this .?? .I'm planning to build one just to make life easy to hold/pause /resume etc ...

    ReplyDelete
  4. I used JSF to build the UI but any webframework will allow you to do the same.

    ReplyDelete
  5. This comment has been removed by a blog administrator.

    ReplyDelete
  6. This comment has been removed by a blog administrator.

    ReplyDelete