Friday, June 24, 2011

SharePoint Vocabulary: Part 2

Application Pool: A group of URLs that define a set of Web applications that are sharing one or more worker processes. Application pools are an easy way to administer a set of Web sites and Web applications and the processes of each. Application pools help improve the reliability and manageability of a Web infrastructure. They are managed in the IIS (Internet Information Services) manager.

Assembly: In the .NET framework, an assembly is a partially compiled code library that's used in deployment, versioning and security. Assemblies come in two forms: process assemblies (.exe) and library assemblies (.dll). Assemblies can contain more than one file or code module.

CAML, or Collaborative Application Markup Language: An XML-based markup language that's used in SharePoint. It contains specific tags that define and display data, sites and lists. It is case sensitive.

Code Library: A collection of code that provides services to specific programs or operating systems.

Code Module: A file containing instructions in code.

Deploy: Installing and running a product or program.

DLL, or Dynamic-Link Library: An executable program module in Windows. At runtime, a DLL performs one or several functions.

DWP: The file extension for a Web Part.

MOSS 2007, or Microsoft Office SharePoint Server 2007: MOSS 2007 uses the services in WSS, but it also adds its own services, creating applications such as Business Intelligence, People and Personalization, Enterprise Content Management and Portals.

REST, or Representational State Transfer: An XML-based protocol for calling Web services over HTTP.

SOAP, or Simple Object Access Protocol: Another XML-based protocol, SOAP is message based and accesses services on the Web. It uses HTTP to send text commands across the Internet.

Versioning: When a software product is upgraded or improved, it gets a new name or a number assigned to that version of the product to help identify which version it is. So if you have a product called the Data Compiler, the original version is named 1.0, and minor versions of the product are 1.3, 1.5 and 1.8, while a major version is called 2.0.

Worker Process: Microsoft uses this term to describe a windows process that runs Web applications. The process also handles requests sent to a Web server about a specific application pool.

No comments:

Post a Comment