Combining Quartz.Net with UI

谁说胖子不能爱 提交于 2019-12-18 11:12:00

问题


I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my application. This time, I need to build a job scheduling system in my MVC3 project. The scenario is completely based on UI. It means, the users of the system have to enter the scheduling frequencies like, Defining a Job, Schedule time through the UI. I tried Quartz.Net 2.0.1. I dont have any idea that combining Quartz.Net with UI for scheduling.

Is there any possibilities to attach a scheduler with UI. Please suggest me how can i do this.

Thanks,


回答1:


there are a few open source projects which can help you.

ASP.NET MVC applications:

Quartz.Net Admin

Pluggable:

Quartz.Net Web Console

Crystal Quartz (it doesn't schedule jobs)

Quartzmin (create and schedule jobs )

Windows Forms

QuartzNetManager



来源:https://stackoverflow.com/questions/12470599/combining-quartz-net-with-ui

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