frobomjava / sakai-knowledge

0 stars 0 forks source link

Integrating calendar events and automatic lesson entry to sites. #5

Open aungmyohtet opened 8 years ago

waiwai-frobom commented 8 years ago

Calendar project DbCalendarService.java extends BaseCalendarService DbCalendarServiceSerializaitionTest.java use DbCalendarService BaseCalendarService.java implements CalendarService joined chef_calendar_viewlist.vm DbCalendarService.java declares Calendar table CALENDAR_EVENT table stores events list in xml attributes chef_calendar_viewActivity.vm shows event detail list

Lessonbuilder project ShowPage.html shows Lessons page and appear upload file in sectionwrapper tag ShowPageProducer.java use fillComponent() method passing data from this method by rsf:id joined with ShowPage.html SimplePageBean.java use getItemsOnPage() method show items on page from database use SimplePageToolDao.java use findItemsOnpage() method when click save button from embeded Content page call addMultimediaFile() method stores lessons data in lesson_builder_items table of sakaiId,name,html attributes