Top Banner
1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source Java events calendar
30

1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

Dec 16, 2015

Download

Documents

Brianna Brown
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

1

Communications & Middleware Technologies

Rensselaer Polytechnic Institute

December 5, 2005

Bedework 3.0(a.k.a. UWCalendar)

Bedework 3.0(a.k.a. UWCalendar)

an institute-wide open-source Java events calendar

Page 2: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

2

Who We Are

Mike Douglass - Senior Programmer

[email protected]

Arlen Johnson - Web [email protected]

Communications & Middleware Technologies

Division of the Chief Information Officer

Rensselaer Polytechnic Institute

Page 3: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

3

Topics

•Overview of Bedework

•Recent progress

•Demonstration

• Future plans

Page 4: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

4

Overview of

Bedework

Overview of

Bedework

Page 5: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

5

Institutional Calendar

An institutional calendar could provide:

• Events publishing

• Personal calendaring

• Group calendaring

• Resource scheduling

Page 6: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

6

UW Calendar Overview

• Bedework is

– a total calendaring and events system

– open source

– Java (hence platform independent)

– modular, extensible, and easily integrated with other systems

– intended for higher education

– and…

Page 7: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

7

UW Calendar Overview

STANDARDS COMPLIANT

– iCal : RFC 2445http://www.ietf.org/rfc/rfc2445.txt

– CalDAV draft version 06http://ietf.webdav.org/caldav

– Why? …interoperability!

Page 8: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

8

Interoperability

• Calendaring could be like email

• Aggregation at client and server

• Exchange? Oracle?

– All or nothing vs. modularity

– Change from one system to another?

• CalConnect

– Oracle, IBM, Mozilla, Yahoo, & Novell among others; approx. 10 universities

Page 9: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

9

What’s in a name?

• Bedework:

– named after the Venerable Bede (AD 673-735)

– monk & highly influential scholar

– in 725 AD wrote treatise: On the Reckoning of Time

– and a Google search of Bedework, for now, returns only references to this project!

Page 10: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

10

UW Calendar Overview

• Four main components:

• public views

• personal views

• administrative interface

• CalDAV

Page 11: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

11

UW Calendar Overview

• Features:

– Distributed, fine grained administration • Administrative groups• Location and contacts management

– Access control & sharing

– Stand-alone & portlet implementations

– True synchronization

– Highly customizable look and feel

– Deliver to any platform, device, or media

Page 12: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

12

Core Technologies

• Java / J2EE

• XML, XSLT

• Hibernate

• Again, supporting

JSR-168 and CalDAV

Page 13: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

13

Architecture

Page 14: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

14

Bedework Back-End

• Modular– Built under a service interface (“service

oriented architecture”)

– Implements CalIntf• Currently have a Hibernate

implementation with a local database• Could have, for example, a CalDav

implementation with a remote calendar• Or both: many implementations

simultaneously possible (e.g. Exchange connector)

• This gives us server-side aggregation of calendars

Page 15: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

15

Portlet Implementation

• JSR-168

• Implemented for Jetspeed using the portal-struts bridge

• uPortal version implemented by Satish Sekharan (Memorial University, Newfoundland)

Page 16: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

16

Portlet Implementation

Page 17: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

17

CalDAV Implementation

• Emerging standard

• Based on WebDAV

• Provides synchronization

• Promises flexibility in choice of user client

• Clients and servers being developed by vendors now: Oracle, Mozilla, Evolution

• Outlook OpenConnector for caldav

Page 18: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

18

Sync Implementation

• Have proof of concept implementation of synchronization using SyncML

• Successfully synchronized with Outlook

• Palm is under development

Page 19: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

19

Bedework Front-End

• XML-based J2EE web applications built in the MVC framework

• Separate business logic from presentation and presentation from content so that each can be developed independently

contentdesignbusiness

logic

MVC

XML

HTMLRSSiCalXML

JSPJavaXSLT

Page 20: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

20

$appRoot on web server

Browser: DEFAULT

Browser: …

Browser: Cell

Browser: PDA

Skin Selection

Locale: en_US

Locale: fr_CA

Locale: DEFAULT

Locale: …

viahttp

XSL

skin

XSL

DEFAULT

XSL

skin

skin examples:• xhtml• rss• csv, sql, etc…

• ical, vcal• javascript

Page 21: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

21

Our Design Approach

• Applications are accessible to regular web designers

• XSLT lives in designer’s world

• Easy to change look and feel

• XSLT files live on the web “outside” our applicationsand are called over http

• We don’t need to redeploy an application to change its appearance or to deploy a new skin

Templates

Images

CSS

XSLT

HTML

Page 22: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

22

ProgressWhat’s been accomplished over

the past year

ProgressWhat’s been accomplished over

the past year

Page 23: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

23

Progress

• Switched to Hibernate

• Improved RFC compatibility

• Extended CalDav support

• JSR-168 portlet implementation

• Recurrences

• Better date / time support

• Access control and sharing

• Improved user interfaces & added features

• New user interfaces

Page 24: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

24

Progress

• CalConnect participation

– participate in interoperability tests

– http://www.calconnect.org

• EPFL Switzerlandhave chosen bedework. Jahia will work on development of group calendaring

• Memorial University NewfoundlandProvided skins, worked on uPortal, widgets and OpenLaszlo client.

Page 25: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

25

DemonstrationDemonstration

Page 26: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

26

Demonstration

Page 27: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

27

Future PlansFuture Plans

Page 28: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

28

Future Plans & Opportunities

• Event notification (alerts)

• Emailing of events

• Departmental calendars

• Group calendaring

• Support clustering

• Room / resource scheduling

= imminent

Page 29: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

29

A Final Note

• Major goal:

– make product more attractive

– ease installation and configuration

– encourage adoption and development

Page 30: 1 Communications & Middleware Technologies Rensselaer Polytechnic Institute December 5, 2005 Bedework 3.0 (a.k.a. UWCalendar) an institute-wide open-source.

30

References

bedework.org