Monday, September 21, 2009

Nella parte 1 (Cosa e' Sharepoint 2007 - Parte 1 - WSS) ho elencato le funzionalita' base di Sharepoint della versione gratuita Windows Sharepoint Services (WSS 3.0).

Microsoft Offices Sharepoint Server (MOSS 2007) e' la versione "Enterprise" a pagamento che aggiunge molte funzionalita' avanzate sulle basi di Windows Sharepoint Services (WSS 3.0).

 

MOSS 2007 aggiunge seguenti funzionalita':

 

- CMS - modello di publishing avanzato con workflow per portali con grafiche piu' spinte (vedesi ferrari.com)

- Forms - nella versione Enterprise i moduli Infopath diventano forms XML server-side, quindi visibili anche a chi non ha Infopath installato in locale

- Enterprise Content Management (ECM) - MOSS contiene il modello (template) del "Record Center" per la gestione documentale avanzata con le policies che contengono audit e retention

- Search - MOSS ha un motore di ricerca molto avanzata rispetto a WSS (anche se WSS con il Search Server 2008 separato il gap non c'e' ), sopratutto per quanto riguarda la ricerca con il BDC

- Business Data Catalog (BDC) - E' un connettore dati che si puo' agganciare a sistemi eterogenei quali database, web services, SAP

- Audience : Le audiences sono una funzionalita' simile ad un gruppo di utenti per cui filtrare un set di contenuti (p.es al marketing vanno le news del mondo marketing)

- MySite: Sito personale che puo' essere generato in automatico per ogni utente di dominio

- Business Intelligence (BI) - MOSS mette a disposizione BI dashboards e KPI, da agganciare agli Analysis Services di SQL Server

- Excel Services - pubblicano fogli di calcolo di Excel 2007 incluse le funzioni scritte con le UDF di .NET

- Single Sign On (SSO) 

- Integrazione con Outlook (Exchange) : calendario, tasks, appuntamenti, inbox

 

In conclusione, se si va a vedere, Microsoft Offices Sharepoint Server (MOSS 2007) e' nient'altro che l'estensione ai Windows Sharepoint Services (WSS) che Microsoft ha sviluppato. Essendo Sharepoint fondamentalmente un applicazione ASP.NET, frallatro molto estensibile, e' possibile - e migliaia di aziende vendor e non solo l'hanno gia' fatto - estendere Sharepoint con altre funzionalita' sviluppando dei semplici moduli in modalita'  "Features".

Monday, September 21, 2009 7:12:47 AM UTC  #    Comments [0]
 Wednesday, May 09, 2007
 Sunday, April 15, 2007
 Tuesday, March 20, 2007
 Thursday, February 08, 2007

I'm in love with BDC, the universal data connector of MOSS 2007. Almost any datasource can be registered in Sharepoint and pretty much used as a "native" List. That's fine and dany as long as one uses pre-existing datasources.

What if would like to use BDC to generate tables to a new datasource like SQL Server?

Well, one can sort of extract the Lists to Access 2007 and then upgrade to SQL Server, but then some datatypes are lost in the transition. If there is one thing MOSS 2007 misses is the the possibility to "use" BDC to generate/map to a new table to a new DB. Lets' say a way to save/map a List in Sharepoint to a new table in SQL Server 2005. Sometimes the Sharepoint storage engine is perhaps too much, or metadata is not used, so that a simple SQL Server 2005 table would be more appropriate. Sometimes, like in my case, I'd want the storage engine to be SQL Server and Sharepoint to be the UI/Web Interface, to keep my data/relational model intact but without losing the special "columns" datatypes of MOSS.

Thursday, February 08, 2007 2:48:46 PM UTC  #    Comments [0]
 Thursday, January 18, 2007
Thursday, January 18, 2007 6:24:43 PM UTC  #    Comments [2]