Any open-source admin UI for quartz.NET

放肆的年华 提交于 2019-12-04 09:06:09

问题


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


回答1:


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.




回答2:


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.




回答3:


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




回答4:


It seems that currently CrystalQuartz is the best fitting solution here




回答5:


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/



来源:https://stackoverflow.com/questions/6533070/any-open-source-admin-ui-for-quartz-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!