Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Component

Builds

Deploys

sousa-api

 (tick) 

(tick)

sousa-impl/impl

 (tick) 

(tick)

sousa-impl/pack

 (tick) 

(tick)

sousa-util

 (tick) 

(tick)

sousa-page-tool

 (tick) 

(tick)

sousa-seq-tool

(tick)

 

 (tick)

(Follow-on work done on 7/14/08 and 7/15/08)

June. 19, 2008

Antranig recommends the following project https://source.sakaiproject.org/contrib/programmerscafe/blogwow/trunk as an example of RSF using Maven2.

...

  • Check for delete and delete item in PageObjectProducer.
  • Internationalize strings

July 7, 2008 - Boston to

...

NJ

Implemented delete code in PageObjectProducer.
Added SequencerService.deleteIte() and it's implementation.

...

Producer View

Strings Removed

AddItemProducer

(tick)

DeletePageProducer

(tick)

EditErrorProducer

(tick)

EditItemProducer

(tick)

EditPageProducer

(tick)

EditTileProducer

(tick)

NewItemProducer

(tick)

NewPageProducer

(tick)

PageObjectProducer

(tick)

PreviewItemProducer

(tick)

ViewPageProducer

(tick)

July 8, 2008 -

...

NJ

Page

  • New Page (tick)
  • New Item (tick)
  • Edit (tick)
  • Delete (tick)

...

Trouble over localizing the text in a UInput button.

July 9, 2008 -

...

NJ

Added message locators to NewPageProducer, NewItemProducer, and EditItemProducer.
All strings in Sousa Page have now been externalized.
Checked into SVN: 50897

July 14, 2009

Antranig indicated that UIMessage could be used in place of UIInput for a localizable input button.

Worked on poms for sousa page, sequence, and utils. All poms build and seem to deploy. However, on running, I get a class cast error on the SequencerService. This could be a packaging/deploy error. The object returned from the component manager is an implementation of the SequencerService:

Code Block

#### PageObjectProducer - Sequencer Service is: org.sakaiproject.sousa.impl.SequencerServiceImpl@5fb753

Not working yet.

July 15, 2008

Got the POMs to work. Superficial test of Sousa (both Page and Sequence) indicates the basics are working. Checked changes in as rev. 51072.
There were some problems of class definitions being recognized. These were resolved by appropriate use of <scope>provided</scope> properties in dependencies. Utilities (including the Sousa UI components) shouldn't be at provided scope. More information at Maven Dependency Mechanism .

July 16, 2008

Final test of all tools prior to release. Discovered that the message bundle in Sousa Page still had question marks left over from the localization effort. Fixed and check it back in.

Created sousa_2-5-x-1 as the first Sakai 2.5.x release of Sousa. See https://source.sakaiproject.org/contrib/mnorton/sousa/tags/sousa_2-5-x-1/