Any open-source admin UI for quartz.NET
Asked Answered
P

5

23

Is there available any open source admin interface to add/edit/delete jobs & triggers in QUARTZ.NET scheduler?

Pronate answered 30/6, 2011 at 9:59 Comment(1)
Please refer this link #12471099Mathew
O
15

Check out this blog. He describes a few that worked for him and few others he investigated.

Once you know how to use the Quartz API (Example 12 - Client really helped me), it's not too difficult to extract whatever information you want.

Ocreate answered 4/7, 2011 at 21:26 Comment(0)
D
14

I recently published new alternative web UI for Quartz.NET. You can manage jobs, triggers, calendars and most of the API which IScheduler provide. It is pluggable into existing OWIN and ASP.NET Core application or it creates embedded web server on it own. You can put strongly typed values to JobDataMap or edit existing JobDataMap of job or trigger.

https://github.com/jlucansky/Quartzmin

Drysalt answered 8/1, 2019 at 15:44 Comment(1)
do you have something similar for java , or how easy it will be to take just UI component and implement the backend ?Rhymester
P
7

Check out this other question: Combining Quartz.Net with UI.

QuartzNetWebConsole and crystal-quartz seem to be more active projects. Both are open-source and have NuGet packages available.

Planter answered 15/1, 2013 at 11:39 Comment(1)
CrystalQuartz for Quartz.Net 2: mattpenner.info/2011/10/10/crystalquartz-for-quartz-net-2Planter
B
6

It seems that currently CrystalQuartz is the best fitting solution here

Bussard answered 14/11, 2018 at 8:17 Comment(0)
E
-4

I combined this jquery plugin with my c# code and a hidden field. Worked well for me: I used this: http://shawnchin.github.com/jquery-cron/

Errantry answered 7/2, 2013 at 23:23 Comment(1)
This doesn't answer the question and the link provided is dead.Toh

© 2022 - 2024 — McMap. All rights reserved.