download_telechargement

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
download_telechargement [2011/05/12 17:26]
hourdin [For WComp 3.x versions]
— (current)
Line 1: Line 1:
-====== WComp .NET Download & Installation instruction ====== 
- 
-Several packages are distributed as part of the WComp .NET project. 
- 
-The main package is [[download_telechargement#​WComp AddIn to SharpDevelop (SharpWComp)|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 [[download_telechargement#​UPnP Wizard Designer|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 [[download_telechargement#​Aspects of Assembly Designer|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. 
- 
-===== WComp AddIn to SharpDevelop (SharpWComp) ===== 
- 
-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. 
- 
-==== SharpWComp Current Releases ==== 
-** [[telechargement:​V_3.0.0b.1026|Release:​ 3.0.0b.1026 - 12/​05/​2011]] ** \\ 
-** [[telechargement:​V_2.4.0|Release:​ 2.4.0 - 12/​05/​2011]] ** \\ 
- 
-==== Old Releases ==== 
-** [[telechargement:​V_2.4.0-rc2|Release:​ 2.4.0-rc2 - 20/​01/​2011]] ** \\ 
-** [[telechargement:​V_2.4.0-rc1|Release:​ 2.4.0-rc1 - 07/​01/​2011]] ** \\ 
-** [[telechargement:​V_2.4.0b.850|Release:​ 2.4.0b.850 - 10/​12/​2010]] ** \\ 
-** [[telechargement:​V_1.2.0.327|Release:​ 1.2.0.327 - 12/​05/​2009]] ** \\ 
-** [[telechargement:​V_1.2.0.314|Release:​ 1.2.0.314 - 27/​02/​2009]] ** \\ 
-** [[telechargement:​V_1.2.0.151|Release:​ 1.2.0.151 - 27/​03/​2007]] ** \\ 
-** [[telechargement:​V_1.0.0.90|Release:​ 1.0.0.90 - 22/​11/​2006]] ** \\ 
-** [[telechargement:​V_1.0.0.66|Release:​ 1.0.0.66 - 26/​05/​2006]] ** \\ 
-** [[telechargement:​V_1.0.0.62|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 [[download_telechargement#​WComp AddIn to SharpDevelop (SharpWComp)|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 [[telechargement:​V_2.4.0-rc2|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 dependencies ===== 
-==== For WComp 3.x versions ==== 
-=== SharpDevelop 3.2 === 
- 
-{{telechargement:​sharpdevelop_3.2.1.6466_setup.msi|SharpDevelop 3.2.1 installer}} 
- 
-=== .NET 3.5 Framework === 
-[[http://​www.microsoft.com/​downloads/​en/​details.aspx?​familyid=333325fd-ae52-4e35-b531-508d977d32a6&​displaylang=en|.NET Framework 3.5 SP1]] (may not be needed, check if your system already has it, which is the case for Windows 7). 
- 
-==== For WComp 2.x versions ==== 
-=== SharpDevelop 2.2 === 
-{{telechargement:​sharpdevelop_2.2.1.2648_setup.msi|SharpDevelop 2.2.1 installer}} 
- 
-=== .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. 
- 
-{{telechargement:​dotnetfx-2.0.exe|.NET Framework 2.0}} 
- 
-{{telechargement:​netfx20sp1_x86.exe|.NET Framework 2.0 Service Pack 1 (x86)}} 
- 
-{{telechargement:​netfx20sp1_x64.exe|.NET Framework 2.0 Service Pack 1 (x86-64)}} 
- 
-==== For WComp 1.x versions ==== 
- 
-{{public_namespace:​installation_wcomp_sharpdevelop_addin.pdf|Documentation pour l'​Installation de SharpWComp-1.2}} 
- 
-=== SharpDevelop 1.0.2 === 
-{{telechargement:​sharpdevelop_1.0.2.1726_setup.exe|SharpDevelop 1.0.2 installer}} 
- 
-=== .NET 1.1 Framework === 
-{{telechargement:​dotnetfx.exe|.NET Framework 1.1}} 
- 
-{{telechargement:​ndp1_1sp1-kb8667460_x86.exe|.NET Framework 1.1 Service Pack 1}} 
- 
-====== Wcomp .NET Download Video Tutorials ====== 
- 
-===== Available since WComp .NET since version 1.2.0.176 ===== 
- 
-** Video Tutorials for WComp .NET since 1.2.0.176. ** \\ 
- 
-^  //Video1: Text Wizard \\ Designer// ​ ^  //Video: UPnP Wizard \\ Designer// ​ ^  //Video: UPnP Container \\ Interface// ​ ^ 
-| [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​TextDesigner.avi|{{public_namespace:​textdesigner.png}}]] | [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​UPnPWizardDesigner.avi|{{public_namespace:​upnpwizarddesigner.png}}]] | [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​UPnPInterface.wmv|{{public_namespace:​upnpinterfacecontainer.png}}]] | 
-|  //​1.8M// ​ |  //​1.4M// ​ |  //​19.7M// ​ | 
- 
- 
-===== Available since WComp .NET version 1.2.0.151 ===== 
-**Video Tutorials for [[telechargement:​V_1.2.0.151|WComp .NET 1.2.0.151]]** 
- 
-(the third is **deprecated** in the SharpWComp-**2** branch) 
- 
-^  //Video 1: General \\ Presentation// ​ ^  //Video 2: Generate \\ UPnP Component// ​ ^  //Video 3: Generate Exe//  ^ 
-|  [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​Presentation.avi|{{public_namespace:​prez.jpg|}}]] ​ |  [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​GenUPnPComponent.avi|{{public_namespace:​genupnpcomp.jpg|}}]] ​ |  [[http://​kistren.polytech.unice.fr/​videos/​wcomp/​GenExe.avi|{{public_namespace:​genexe.jpg|}}]] ​ | 
-|  //​8.6M// ​ |  //​2.2M// ​ |  //​10.4M// ​ |  ​ 
  
  • download_telechargement.1305213979.txt.gz
  • Last modified: 2011/05/12 17:26
  • by hourdin