Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Client-Server Systems » Professional SharePoint 2007 Development (Programmer to Programmer)July 4, 2008  
Browse
Books
Computers
Electronics
Related Categories
• Client-Server Systems
Data in the Enterprise
Networking
Computers & Internet
Subjects
• Intranets & Extranets
Networking
Computers & Internet
Subjects
Books
• Languages & Tools
Programming
Computers & Internet
Subjects
Books
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• Software
Computers & Internet
Subjects
Books
• Internet
Home Computing
Computers & Internet
Subjects
Books
• Computers & Internet: Programming: General
General
Archive
Custom Stores
Specialty Stores
• Computers & Internet: General
General
Archive
Custom Stores
Specialty Stores
• Computers & Internet: Programming: Languages & Tools: General
General
Archive
Custom Stores
Specialty Stores
• Computers & Internet: Software: General
General
Archive
Custom Stores
Specialty Stores
• New & Used Textbooks
Custom Stores
Specialty Stores
Books
• Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Professional SharePoint 2007 Development (Programmer to Programmer)
Professional SharePoint 2007 Development (Programmer to Programmer)
Authors: John Holliday, John Alexander, Jeff Julian, Eli Robillard, Brendon Schwartz, Matt Ranlett, J. Dan Attis, Adam Buenz, Tom Rizzo
Publisher: Wrox
Category: Book

List Price: $49.99
Buy New: $26.45
You Save: $23.54 (47%)
Buy New/Used from $26.45

Avg. Customer Rating: 4.0 out of 5 stars(12 reviews)
Sales Rank: 5714

Media: Paperback
Number Of Items: 1
Pages: 744
Shipping Weight (lbs): 2.4
Dimensions (in): 9.2 x 7.2 x 1.7

ISBN: 0470117567
Dewey Decimal Number: 004.682
EAN: 9780470117569
ASIN: 0470117567

Publication Date: June 12, 2007
Availability: Usually ships in 1-2 business days

Customer Reviews:
Showing reviews 6-10 of 12
 « PREV  
1 2 3
  NEXT »

4 out of 5 stars Excellent Book   August 22, 2007
  2 out of 2 found this review helpful

I have read many SharePoint books and indeed this is one of the best. The topics have been covered in great detail. The book starts of with an in introduction to the Microsoft Application Platform and how SharePoint Server integrates into the Platform. It then goes on to cover the various features of the product and how to develop applications using those features. The chapter I liked most was the "WSS V3 Platform Services" which covers in detail creating site definitions, custom field types, features, solutions and web parts.

If you are developing SharePoint solutions I suggest you read the book



4 out of 5 stars Fantastic Overview but a little light on details   July 28, 2007
  4 out of 5 found this review helpful

The book probably has the most complete set of diagrams and information about the SharePoint Architecture you can find anywhere. It provides fantastic background to and understanding of the wide spectrum of SharePoint topics/capabilities. That being said I was a bit disappointed by the lack of depth in this book. As mentioned in a few reviews the book does not provide great depth to featuer, web part, and solution developers who may need to leverage the more powerful capabilities of SharePoint. (Probably due to the fact that it would be about 4 times the size if it did.)

The book is extrememly well written and I find it very easy to find the information I am looking for as a starting point to getting more indepth information from other sources.



4 out of 5 stars A thorough book, but it lacks depth in important matters   July 9, 2007
  13 out of 16 found this review helpful

Considering the plethora of subjects which should be covered on MOSS 2007 this book is thorough. When it comes to depth this book loses its five stars (I would give 4 if it was possible). Let's first make it clear that I strongly recommend this book. This being said, I add that this book does not cover enough to get someone prepared to be a Sharepoint Developer. However, it is a good starting point for experienced developers trying to get a grasp of what it entails Sharepoint Development. Let's go chapter by chapter:

1. The Microsoft Application Platform and Sharepoint
Good introduction to terms and technologies used by Sharepoint and Windows (when relevant to Sharepoint). But if you don't know what LDAP is, you won't learn it from here. Don't expect either programming references to authentication mechanisms (though you are going to see a few things in Chapter 5).

2. MOSS 2007 Overview for Developers
It contains a General Overview of MOSS architecture. It brings an entire topic listing the software pieces you should/must install and put together to developer for MOSS (very useful). It also explains how to install most of the utilities and, yes, they know you will prepare VPCs for this task and explain you better ways to do it, step by step, including the steps to set up remote debugging.

3. The Sharepoint User Experience
I only passed through this chapter but it seemed to be important for those not so familiar with WSS and MOSS. Here you start to see some coding.

4. WSS v3 Platform Services
WSS 3 is much powerful than its antecessor. This chapter is a good reference to templates location, site definition files, navigation, master pages, modules etc. You also can see a detailed step by step on how to create a Custom Site Definition. There are also the steps to extract the public key of an assembly without having to copy it manually from GAC (you will need this for the whole book and during your development). I used this chapter for my first Sharepoint development which was a feature to concatenate various MS Word documents from a file list into one. The book was not of much help, but it introduced me to the M.O. so I could research in the Internet for the various parts I needed to put together. But the lesson on how to create the CAB file almost redeemed the lost star.

5. Programming Windows Sharepoint Services
This chapter alone would worth the purchase of the whole book and may suffice as reference for most application types. It approaches the SP Object Model. The references you need to add in order to develop using Visual Studio. Here you also learn how to handle events (useful to write a handler to log which user spends more average time with check-out documents, for example). It also shows another way of retrieving the public key of an assembly (when it is the GAC). SP Webservices also enables access to SP Object Model and this chapter gives "a tiny glimpse" (using the author's words) of them. I felt as it deserved a whole chapter as with Webservices we are able to develop in an environment without MOSS installed. This is more important because the documentation at Microsoft is shallow on Webservices.

6. A Sample Collaboration Solution
7. RSS, Blogs, and Wikis
8. Building Personalized Solutions

I just browsed these chapters, so I'd better not comment. I know that chapter 8 will save my live someday.

9. Using Enterprise Search
This chapter comes with a sample code to retrieve search content programmatically which is very useful. Most of the chapter concerns configuration though.

10. Using the Business Data Catalog
This is the most disappoint chapter of all. I was very interested in learning how to transform a Webservice definition into an Application Definition File. Though it comes with nearly 28-pages of innocuous examples of ADF, this chapter is not able to explain how to create a ADF out of a webservice or database definition.

11. Building Document Management Solutions
I am still working in this one and it seems to be one of the best chapters too. It enables you to create customs lists, specially for document management. I don't know if the depth is enough yet, but so far so good.

I did not have the time to go into the other chapters yet.

Appendix A - Using the Microsoft Visual Studio 2005 Extensions for WSS 3.0
These extensions are not good enough. This appendix helped me know for sure what I suspected.

I also missed information on debugging. There is something on Webservices debugging in Chapter 4, but I would have enjoyed if there was more information.



5 out of 5 stars Fantastic reference for even the seasoned SharePoint developer   July 2, 2007
  6 out of 9 found this review helpful

WOW... that's all I have to say... WOW. This book lives up to the WROX line of 'Professional' titles. I'm still going through it and I'm very impressed. This is easily one of my "must have" SharePoint books!


5 out of 5 stars Great True Development Book   June 27, 2007
  17 out of 17 found this review helpful

Most of the SharePoint books out there focus on the basic features of WSS, including lists, document libraries, views, blogs, wikis, etc. Although these are integral parts of SharePoint, they don't begin to scratch the surface of what it has to offer.

This book begins to cover these details. Topics such as building a true development/production environment, designing an enterprise portal application, creating custom field types (not just creating custom columns), creating web parts, building custom features and solutions, and programming through the object model are important to SharePoint developers creating SharePoint content in Visual Studio.

This book also takes great aim as documenting that which hasn't been documented yet, especially the XML schemas of features, elements, and solutions.

Finally, the book focuses on the enterprise portal features of MOSS, including Excel services, the Business Data Catalog, Enterprise Search, and Document Management.

Because this book focuses heavily on development, Content Managers will be better off choosing another book from the many out there for creating lists, customizing master pages, creating style sheets, and other content topics.

But for SharePoint portal architects and development programmers, this is your book. There's a wealth of information in this book and deserves to be in your library.


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com