Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Take a reference (How to design a framework like schedule?)
jam





发贴: 79
积分: 30
于 2003-04-24 09:08 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
How to design a framework like schedule?

The purpose is will have main class like schedule, It will according xml definetion to do some thing.
Ex: AM 10 must use DemoSchedule class, DemoSchedule maybe to check somwthing with database, AM 11 must use Demo2Schedule class to produce some report from database, AM 12 must to send mail by another class,
How to think and design ?

The xml is base structure like that example.

<?xml version="1.0" encoding="Big5" standalone="no" ?>
<!DOCTYPE ScheduleWork SYSTEM "Schedule.dtd">
<ScheduleWork>
<!-- Define Work -->
<Schedule>
<Classname>DemoSchedule</Classname><!-- Class Name -->
<Hour>10</Hour><!-- Running time, ex: am 10 -->
<Frequency>1</Frequency><!-- How many times need to run -->
<DBCondition></DBCondition><!-- Include Database Condition -->
<Log>LogName</Log><!-- log file of message -->
</Schedule>
<!-- Define Work -->
<Schedule>
<Classname>Demo2Schedule</Classname><!-- Class Name -->
<Hour>11</Hour><!-- Running time, ex: am 11 -->
<Frequency>1</Frequency><!-- How many times need to run -->
<DBCondition></DBCondition><!-- Include Database Condition -->
<Log>LogName</Log><!-- log file of message -->
</Schedule>
<!-- Define Work -->
<Schedule/>
</ScheduleWork>

<?xml version="1.0" encoding="Big5" ?>
<!ELEMENT ScheduleWork (Schedule*)>
<!ELEMENT Schedule (Classname, Hour+, Frequency*, DBCondition?, Log?)>

<!ELEMENT Classname (#PCDATA)>
<!ELEMENT Hour (#PCDATA)>
<!ELEMENT Frequency (#PCDATA)>
<!ELEMENT DBCondition (#PCDATA)>
<!ELEMENT Log (#PCDATA)>


why edited on 2003-06-22 00:02


一个程序员的奋斗历程

话题树型展开
人气 标题 作者 字数 发贴时间
4323 Take a reference (How to design a framework like schedule?) jam 1559 2003-04-24 09:08
3394 Re:Take a reference jam 269 2003-04-25 18:26
3057 Re:Take a reference floater 52 2003-04-28 23:46
3072 Re:Take a reference floater 143 2003-04-29 07:59
3561 Re:Take a reference jam 326 2003-04-29 17:18

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923