Any open-source admin UI for quartz.NET

2019-03-14 23:16发布

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

标签: quartz.net
5条回答
何必那么认真
2楼-- · 2019-03-14 23:48

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.

查看更多
祖国的老花朵
3楼-- · 2019-03-14 23:52

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/

查看更多
再贱就再见
4楼-- · 2019-03-15 00:00

It seems that currently CrystalQuartz is the best fitting solution here

查看更多
来,给爷笑一个
5楼-- · 2019-03-15 00:05

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

查看更多
可以哭但决不认输i
6楼-- · 2019-03-15 00:07

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.

查看更多
登录 后发表回答