Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Tuesday, February 22, 2011

Internet Books for Educators, Parents, and Students:



Internet Books for Educators, Parents, and Students:
Jean Reese | 1999-06-15 00:00:00 | Libraries Unlimited | 299 | Internet
Covering more than 250 English-language materials published between 1995 and the present, this annotated guide helps you find the most appropriate, current, and complete Internet books for your needs. The book is organized into broad categories based on application (e.g., Internet books for educators and librarians, Internet books for curriculum development, Internet books for Web design and creation).
Reviews
I hope to get this book about catalogue and other detailed contents.who can help me?

please email to me "davidfan@21cn.com".

Download this book!

Free Ebooks Download

Monday, February 21, 2011

Commerce Server 2000: Building e-Business Solutions



Commerce Server 2000: Building e-Business Solutions
Gopal Sreeraman | 2001-08-10 00:00:00 | Sams | 672 | Internet

This book introduces concepts and capabilities new to Commerce Server 2000 and gives readers all the tools needed to implement Commerce Server solutions on their own systems. The book guides readers from installation through creation of a store by exploring various customization scenarios.

The author's approach focuses on the hands-on details of how Commerce Server can be employed out-of-the-box, and explores reasons and methods for customization. The book will include case studies to illustrate key issues and problems, with solution sections explaining different alternatives.
Reviews
This is the best book for learning about CS2K. Author has done a great job.
Reviews
This is one of those books that content is way too introductory for any serious IT prfessionals that it is not even useful to be used as a reference for any real-world work we do. It is probably for those who wants to learn very basic of the product. Not worth spending money for.
Reviews
This book is good for beginner to set up the e-commerce. It's show you all basic you need to know and has good detail of example.
Reviews
Nicely written; summarises the main features of Commerce Server 2000 and has some nice overviews of product features as well as detailed drill-downs to look at the code. This books is a useful companion to the CS2K SDK and the Wrox CS2K book. A gripe which I have levelled at the Wrox book can also be aimed at this: It focuses very heavily on the example Retail site which has received near universal criticism for some of its architectural features on the CS2K newsgroups.
Reviews
I am working with MS commerce server 2000 for almost 1 year and our company was one of first companies which use CS2000. I studied couple books about Commerce server such as commerce server professional and commerce server 2000 resource kit , But I can say this book is so better than those and it help me very much to easily understand those concepts which I had not understod befor .

thanks to Author .

cheers

Download this book!

Free Ebooks Download

Sunday, December 19, 2010

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions



Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions
Gregor Hohpe,Bobby Woolf | 2003-10-20 00:00:00 | Addison-Wesley Professional | 736 | Internet
Text provides a catalog of sixty-five patterns, with real-world solutions that demonstrate the formidable power of messaging and help you design effective messaging solutions for your enterprise. DLC: Telecommunication--Message processing.
Reviews
-- I posted the following review as a comment a few months back and have now elevated it to a review. --

Most all examples and sidebars are rendered off the screen as they are incorrectly formatted for the Kindle. To read these examples / sidebars, you need to use the 5-way navigator to move right/left/right/.... for EACH single line. That's horrible. What's bad is that the issue exists even on Kindle DX (3rd gen). So bad such a great book is alienated by this disgusting issue. I lodged a complaint with the publisher though and they say they have forwarded it to the Digital Books Department. Hopefully, they'll roll out an update. I'll repost if I get any update.



Here are the ticket numbers (just in case if someone from the publishing / development team is reading this): 100909-001507, and 100924-000474.



-- Update on 10/6/2010 --

I've contacted the publisher many times and they opened two tickets for this issue telling me the issue was reported to the Ebook Department. But then nothing happens and their stupid system AUTOMATICALLY closes tickets after two/three days. I'm giving up on this; if they don't correct the formatting, I'll almost certainly not buy this book for my Kindle even though I believe it's a great book.
Reviews
This review is for the kindle version of the book.



So far, the book has been an excellent discussion on integration patterns in general and messaging in particular. I would likely give the text version of the book a 4 or a 5 on content.



Unfortunately, the Kindle version suffers from some formatting flaws which bring the rating down a bit.



- The table of contents does not link directly to it's contents.

- Sidebar panels and examples (of which there are many) are almost unreadable because they are formatted in a such a way that the text flows off the page. One must select the text with the thumbstick and scroll back and forth to read it.



Hopefully, Addison-Wesley will correct the errors.




Reviews
If you are looking for a book on messaging, this is an excellent book. It is a very good source of learning messaging technology if you are a novice in this area. It is also an excellent source of advanced knowledge for more experienced IT professionals, who may be interested in more details and would like to see a structured approach to messaging.



In many situations messaging is an excellent way of integrating applications in an enterprise. However, messaging is not the best solution for all the integrations needed in an enterprise. There are many other ways of integrating applications and Service Oriented Architecture provides a more comprehensive method of integration as it encompasses many different technologies including messaging, RPC, sockets, ORBs, and ESB. A book by the present reviewer with the title "SOA-based Enterprise Integration: A step-by-step guide to services-based application integration" provides a more comprehensive description of the integration patterns. The book is being published by McGraw-Hill in May 2009.


Reviews
We had to redesign one of our really broken systems at work.



I validated our whiteboard sessions on the redesign by replacing every concept we discussed with a design pattern from this book mainly just for fun.



At the first meeting no one changed anything I drew and our main architect accepted the pattern based designed no questions asked and no changes whatsoever.



If you're architecting a data integration project at work get a cup of coffee and this book and get crackin'.



Remove much of the risk of refactoring your big apps at work.


Reviews
Deciding on the best solution for an integration problem often involves difficult discussions between architects and implementors each of whom may hold a widely differing point of view. Gregor Hohpe and Bobby Woolf have provided a marvelous reference that clearly depicts and explains the messaging pattern choices to be considered along with their respective merits. Being able to match the problem with these patterns and authoritatively illuminate and quickly settle design team discussions fully justifies having this reference near at hand.



When viewing all the forces on a pattern over the longer term, the right solution will often require a bit of additional design and implementation effort vis-a-vis the quickest (or entrenched) solution. By communicating, discussing, and applying widely-understood patterns the overall construction and maintenance costs for integration can certainly be reduced.



One real example of a much better implementation that resulted from this book was the application of the Claim Check pattern to pass a token representing a large PDF document in the message, rather than encode and embed the document itself. The book explains the pattern clearly, and the implementation was not only easier to work with (because the message payload was much smaller), but the solution has subsequently become a better fit with Enterprise Service Bus (ESB) middleware since the XML for the transaction and its metadata can be rapidly transformed without being burdened by passing the bulky PDF data within the message.



Another example was solved by using the book's detailed explanation of the Correlation Identifier pattern to facilitate the redesign of an legacy transaction message. The existing application had embedded the correlation identifier in the business message which limited the implementation to a single asynchronous message exchange. By following the book's recommendation to persist the correlation identifier outside of the business message, the application could be more readily integrated using standard messaging ESB middleware tools and became reusable in environments that required more than one messaging hop.



In both of these examples, the book served both to educate the participates on the relevant patterns and then served as a "referee" to move the discussion towards a standard and extendable solution. Without the benefit of this book as an authoritative reference, it would have been very difficult to introduce new flexible and agile messaging-based architectural solutions.

Download this book!

Free Ebooks Download