This is an old revision of the document!
Download WComp.NET
Several packages are distributed as part of the WComp.NET project.
The main package is SharpWComp, the AddIn to SharpDevelop, allowing you to create assemblies of components in a graphical way, integrated in the free IDE SharpDevelop.
The first of two additional packages is the UPnPWizard Designer that allows to reactively and automatically generate UPnP proxy components, load them and instantiate in a container, when a UPnP device is discovered.
Finally, the Aspects of Assembly Designer is a compositional adaptation mechanism based on aspect-oriented programming that can be used to reactively adapt component assemblies when the infrastructural context changes. It is currently not available for public download.
SharpWComp: WComp AddIn to SharpDevelop
Before installing the SharpDevelop AddIn, you obviously need to install the corresponding SharpDevelop version. Links are below, in the Installation dependencies section. After that, you can download the installer for the AddIn in the pages linked below.
Current Releases
Older Releases
Release: 2.4.0-rc2 - 20/01/2011
Release: 2.4.0-rc1 - 07/01/2011
Release: 2.4.0b.850 - 10/12/2010
Release: 1.2.0.327 - 12/05/2009
Release: 1.2.0.314 - 27/02/2009
Release: 1.2.0.151 - 27/03/2007
Release: 1.0.0.90 - 22/11/2006
Release: 1.0.0.66 - 26/05/2006
Release: 1.0.0.62 - 2006
UPnP Wizard Designer
The designer can be installed anywhere and configured after installation. By default, it will be installed in SharpDevelop's install directory, in a newly created directory. Version number is identical to SharpWComp's version numbers. It is likely to work properly only with the same version of the container. For this reason, you can download it in the same page than SharpWComp.
Note: when updating the UPnP Wizard Designer OR SharpWComp, you may need to recompile your personal beans for the new version, and you will probably need to remove all UPnP proxy components already generated. They are located in the installation directory of SharpDevelop, in the Beans
directory.
Aspects of Assembly Designer
There are three different implementations of the AA Designer. On this page, we will distribute the designer that was designed as two assemblies of SharpWComp components and using the traditional grammar.
It does not support merging or specific weaving operators for now, and allow only simple adaptation operation to be made: component creation and link creation.
Version 1.0-rc1 has to be installed with SharpWComp-2.4.0-rc2. Versions have to be carefully checked, since when the UPnP functional interface of WComp evolves, designers have to evolve too.
Installation Instructions
For WComp 2.x versions
SharpDevelop 2.2
.NET 2.0 Framework
You may already have it installed on your machine. Check windows update or the microsoft website for updates, the current version is SP2.