250 likes | 356 Views
RoboComm: Rule-Based Scheduling for Communication Systems. CSCI 6838.2 Research Project and Seminar Team #7 Instructor: Dr. Kwok-Bun Yue Mentor: Mr. Dilhar De Silva. Content. Team member Project Overview Functional use cases Ajax JBoss Rules Database Diagram Conclusion. Team member.
E N D
RoboComm: Rule-Based Scheduling for Communication Systems CSCI 6838.2 Research Project and SeminarTeam #7 Instructor: Dr. Kwok-BunYue Mentor: Mr. Dilhar De Silva
Content • Team member • Project Overview • Functional use cases • Ajax • JBoss Rules • Database Diagram • Conclusion
Project OverviewPresented by Dung Nguyen • Build on top of previous team work • Apply JBoss Rules to improve how communication systems schedule meetings with participants • Technologies: • JBoss Rules • AJAX • JAVA • Tomcat • MySQL
Convener click on a button to create a conference call Use case – Create conf callPresented by Thanh Doan
Convener selects participants and decide attendance is mandatory or optional Create conf call (2) Presented by Thanh Doan
Rule 1: All mandatory participants must respond for the meeting to be held Create conf call (3) Presented by Thanh Doan
Convener specify meeting length & deadline Create conf call (4)Presented by Thanh Doan
Convener propose meeting dates and time Create conf call (5)Presented by Thanh Doan
Initiator change time and participants of the meeting before it is confirmed Use case- Change meeting Presented by Thanh Doan
Participant respond to the meeting request by accept it or decline it Respond to meeting requestPresented by Thanh Doan
System send reminder to participant who did not respond to meeting request when deadline expires Send reminder Presented by Thanh Doan
Other use cases Presented by Thanh Doan Suggest meeting times: Whenever system receives respond from a participant the system update the conference immediately. The initiator can see schedule and suggested meeting times when he open the meeting requests Choose meeting time: Initiator open the meeting request and choose from a list of meeting times that satisfy the meeting requirements Confirm meeting time: Once convener has picked meeting time; the system will send the confirmation to participants Update profile: Any user (initiator or participant) can update his profile including time zone and his own rules
Using Ajax Presented by Tuan Le • Use AJAX for UI • Use GWT to build AJAX apps in the Java language • Use other open source Java software development frameworks to build AJAX apps (beside GWT)
Old UI Presented by Tuan Le GUI from previous Team
New UI – AjaxPresented by Tuan Le GUI from our Team
New UI - Ajax Presented by Tuan Le GUI from our Team
JBoss RulesPresented by Dung Nguyen • JBoss Rules is rules engine that makes it easy for a business analyst or auditor to view your business rules • JBoss Rules is a rule based inference engine
JBoss RulesPresented by Dung Nguyen • Why use a rule based inference engine? • Declarative - what you want it to do, not how • Logic and data separation • Scalability and Flexibility • Understandable Rules
JBoss RulesPresented by Dung Nguyen Structure of JBoss Rules Engine
Conclusion Presented by Thanh Doan • What we have so far • Requirement Specification • Learned JBoss Rule engine • Learned Ajax API - GWT • Design new UI • What we will do • Implement • Deployment • Testing