D
Dinsdale
I'm looking at adding scheduling features to an application and I
wanted to ask the community about any experience with scheduling
components, either open source like from code project or from a vendor.
I'd like to be able to create schedules and lock resources for things
like collision detection (two events trying to use the same resource).
I've seen some GANTT charting components but I don't think that's what
I'm looking for. I'd essentially like to mimic the sort of
functionality that outlook has and work out the UI later. This will be
a web project to begin with, but eventually I'd like to separate out
the scheduler and have it run as some sort of service that can initiate
tasks much like the windows scheduler.
The options I'm looking at are these:
1) Roll your own: I've already written something like this once before.
I never got to see the long term viability of my solution but it was
designed to be very flexible. I could go back and write something
again, but I can't help wonder why I need to if someone else has done
something like this.
2) Database scheduling services: Most major DBs have a scheduling and
event tool but I don't know how easy integration with my app will be.
We're using SQL Server 2005 for this project and I know that reporting
services has a scheduling component but I still have integration
concerns. If anyone has used this as an option, please let me know how
it went.
3) Scheduling components: I'm looking at external tools for scheduling.
Does anyone have any experience with third party schedulers? Any input
would be good. I have started looking at GTP (Gantt Tool by
plexityhide), and XGantt by Netronic which is ASP.Net ready.
Any feedback would be great.
Thanks in advance!
Dinsdale
wanted to ask the community about any experience with scheduling
components, either open source like from code project or from a vendor.
I'd like to be able to create schedules and lock resources for things
like collision detection (two events trying to use the same resource).
I've seen some GANTT charting components but I don't think that's what
I'm looking for. I'd essentially like to mimic the sort of
functionality that outlook has and work out the UI later. This will be
a web project to begin with, but eventually I'd like to separate out
the scheduler and have it run as some sort of service that can initiate
tasks much like the windows scheduler.
The options I'm looking at are these:
1) Roll your own: I've already written something like this once before.
I never got to see the long term viability of my solution but it was
designed to be very flexible. I could go back and write something
again, but I can't help wonder why I need to if someone else has done
something like this.
2) Database scheduling services: Most major DBs have a scheduling and
event tool but I don't know how easy integration with my app will be.
We're using SQL Server 2005 for this project and I know that reporting
services has a scheduling component but I still have integration
concerns. If anyone has used this as an option, please let me know how
it went.
3) Scheduling components: I'm looking at external tools for scheduling.
Does anyone have any experience with third party schedulers? Any input
would be good. I have started looking at GTP (Gantt Tool by
plexityhide), and XGantt by Netronic which is ASP.Net ready.
Any feedback would be great.
Thanks in advance!
Dinsdale