Slices Menu Bar Screencast

Ben Hale

I'm pleased to announce a new screencast for SpringSource Slices. This screencast walks through the creation of the menu-bar sample application. It shows how a host can use a collection of slices to populate a menu bar dynamically without restarting and can be completely de-coupled from the knowledge of exactly what items might be in the menu-bar. In addition, the slices only provide their specific content, and include formatting and other window content from the host bundle.

Slice Menu Bar (5:19)

Source Code

Similar Posts

Share this Post
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Slashdot
  • Technorati
  • TwitThis
 

3 responses


  1. can we bound and unbound a particular slice with its host dynamically, how the way we are doing for Bundle start() and Stop(), actually I tried using Stop() the slice was successfully unbounded from its host, but at the time of Start() method, the bundle was changed its state to Active but not bounded to its host.


  2. Hi,

    do u have documentation for this example.

    Thanks
    Senthil


  3. The documentation is the screencast. It's intentionally very simple for that reason. The sample itself is checked into the Slices code base.

Leave a Reply