In Sharepoint 2010 it’s already available the functionality to retrieve information by REST Services and JSON. I tried this functionality and posted in this blog some week ago; I’m deploying now an application in MOSS 2007 where I need to use a service with the role of “broker” to get information through external services or [...]
Articoli con tag MOSS
In Sharepoint 2007 is available the Wiki Page Library template; this is a useful document library to store pages like a wiki; however sometime you need extended this library, for example, adding some new field. To do that I used a feature, deployed with WSPBuilder. In the feature I created the Content Type and programmatically, in the FeatureActivated event I create [...]
Un problema in cui è facile imbattersi durante lo sviluppo di un’applicazione sharepoint è la possibilità di eseguire operazione – a livello di coding – su Sitecollection, Web o liste. Durante la prima realizzazione di un sito Sharepoint avevo scritto un bel po’ di codice in cui eseguivo recupero di SPWeb, navigazione di List ecc… [...]
In un’architettura articolata di Farm Sharepoint, l’esigenza di eseguire il ContentDeployment è piuttosto comune. Spostare contenuti da una Site Collection ad un’altra, eseguire una migrazione di contenuti parziali, oppure solo di contenuti approvati. Lo scenario che possiamo immaginare è il seguente: abbiamo un Publishing Site Portal di Sharepoint in cui abbiamo pubblicati una serie di [...]