Slices Menu Bar Screencast

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)
- QuickTime (24.1 MB)
Source Code
- Package – Download
- Git – git://git.springsource.org/slices/slices.git
Similar Posts
- Pluggable styling with SpringSource Slices
- Modular Web Applications with SpringSource Slices
- dm Admin Console Demo Screencast
- Configuration Properties Screencast
- Using Bundlor in Eclipse











Mahesh says:
Added on August 17th, 2009 at 3:48 amcan 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.
Senthil says:
Added on August 24th, 2009 at 6:26 amHi,
do u have documentation for this example.
Thanks
Senthil
Ben Hale (blog author) says:
Added on August 24th, 2009 at 6:28 amThe documentation is the screencast. It's intentionally very simple for that reason. The sample itself is checked into the Slices code base.