-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
62 lines (62 loc) · 1.4 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
web and doc:
- Impprove the site, add these areas:
- What is Jcrontab?
How can Jcrontab Help you?
Who's using Jcrontab?
Other Schedulers written in Java
How does Jcrontab compare with other Schedulers written
in Java?
- Support
jcrontab.properties
HOWTO
FAQ
Mailing Lists
- Developers' corner
Hall of fame
cvs
Architecture
History
- Downloads
- Prepare a project look for the release 2.X
- Translate the site to spanish
- Add more HOWTOs?
DataSources:
- xml format && xml DataSource (done)
- Memory source without persistence (done)
- Binary source with persistence
GUI:
- Swing gui
- Scheduling Editor
- Control on Taks (Stop/start, etc.)
- Tracking of Executed Tasks
- Improve web gui
- Change actual gui to struts
- Scheduling Editor
- Control on Taks (Stop/start, etc.)
- Tracking of Executed Tasks
Loggers:
- Better Logging (done)
CrontabEntry: (only availables in xml/SQL DataSources)
- Years (done)
- Seconds (done)
- Types in method invoking
- Bussines Days (done)
Cron:
- Avoid Every minute activity and add nextTask() method
CronTask:
- Interface
- First Implementations
Integration:
- JMX?
- Turbine (done)
- Avalon
- jEdit Plugin improved (done)
- Weblogic (done)
- Win32 Service
Testing:
-New TestCases (done)
-Integration with junit (done)
Databases Support:
- MySQL (done)
- Oracle (done)
- Postgresql (done)