I’ve just released PowerWebPart 3.0 on my iLove SharePoint project at CodePlex. What can you do with PowerWebPart?
Write reusable SharePoint WebParts with PowerShell
Features:
- Simple HTML Rendering
- ASP.NET and SharePoint WebControls
- Supports WebPart Connections (Row Provider/Consumer, Table Provider/Consumer)
- AJAX enabled
- jQuery enabled
- Configurable parameters
- SharePoint Object Model
- NEW: PowerGUI Script Editor Integration
- NEW: Script Signing
- NEW: Custom Editor Parts written in PowerShell
- NEW: Central Script Repository
- NEW: Import and Export
- NEW: Error Handling
- NEW: Debugging
- No compile, no packaging, no deploy, no iis reset deployment
- Copy & Paste deployment
- Anything PowerShell can do :-)
One of the major improvements is the automatically script signing. Only farm administrators are allowed to edit scripts in the UI. But what is when you export a web part, change the script and import it to a web part gallery again? The signature will be broken and the script will not run anymore. So exporting and importing is now secure. The script will automatically be signed when a farm administrator clicks on ‘Apply’ in the web part's editor panel. The signing key will generated randomly on installation, but can be changed anytime later.
For installation and configuration see documentation.
Getting Started Screen Cast:
Soon I will post a PowerWebPart Tag Cloud example…
