Lock your Ad to the Top of this Site - Readers always see it! - Advertise Here
 


Archive for the 'Object Oriented' Category

Head First Object-Oriented Analysis and Design

Tired of reading Object Oriented Analysis and Design books that only makes sense after you’re an expert? You’ve heard OOA&D can help you write great software every time-software that makes your boss happy, your customers satisfied and gives you more time to do what makes you happy.

Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that’s easy to reuse, maintain, and extend; software that doesn’t hurt your head; software that lets you add new features without breaking the old ones.

3 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 5

Manning: Struts 2 in Action

Struts2 In ActionThe original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends, Apache Struts 2 has emerged as the product of a merger between the Apache Struts and OpenSymphony WebWork projects, united in their goal to develop an easy-to-use yet feature-rich framework. Struts 2 represents a revolution in design and ease of use when compared to classic Struts. It adds exciting and powerful features such as a plugin framework, JavaServer Faces integration, and XML-free configuration.

Struts 2 In Action introduces the Apache Struts 2 web application framework and shows you how to quickly develop professional, production-ready modern web applications. Written by Don Brown, one of the leading developers of Struts 2, Chad Davis, a passionate Struts 2 developer, along with Scott Stanlick, this book gently walks you through the key features of Struts 2 in example-driven, easy-to-digest sections.

5 votes, average: 4.2 out of 55 votes, average: 4.2 out of 55 votes, average: 4.2 out of 55 votes, average: 4.2 out of 55 votes, average: 4.2 out of 5
  • 5,920 views
  • 0 Comments
  • In: IT eBooks, Java, Object Oriented
  • Author : 3vil1
  • Head First Software Development

    Even the best developers have seen well-intentioned software projects fail — often because the customer kept changing requirements, and end users didn't know how to use the software you developed. Instead of surrendering to these common problems, let Head First Software Development guide you through the best practices of software development. Before you know it, those failed projects will be a thing of the past.

    With its unique visually rich format, this book pulls together the hard lessons learned by expert software developers over the years. You'll gain essential information about each step of the software development lifecycle — requirements, design, coding, testing, implementing, and maintenance — and understand why and how different development processes work.

    13 votes, average: 4.54 out of 513 votes, average: 4.54 out of 513 votes, average: 4.54 out of 513 votes, average: 4.54 out of 513 votes, average: 4.54 out of 5

    A Guide to Matlab Object-oriented Programming

    A Guide to Matlab Object-oriented ProgrammingA Guide to MATLAB Object-Oriented Programming is the first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB??. Unlike the typical approach of other resources, this guide explains why each feature is important, demonstrates how each feature is used, and promotes an understanding of the interactions between features. Assuming an intermediate level of MATLAB programming knowledge, the book not only concentrates on MATLAB coding techniques but also discusses topics critical to general software development. It introduces fundamentals first before integrating these concepts into example applications. In the first section, the book discusses eight basic functions: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Building on the previous section, it explores inheritance topics and presents the Class Wizard, a powerful MATLAB class generation tool. The final section delves into advanced strategies, including containers, static variables, and function fronts. With more than 20 years of experience designing and implementing object-oriented software, the expert author has developed an accessible and comprehensive book that aids readers in creating effective object-oriented software using MATLAB

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 2,702 views
  • 0 Comments
  • In: IT eBooks, Object Oriented
  • Author : mrblue
  • Object Technology: A Manager’s Guide

    Object Technology: A Manager’s GuideThe first edition set a standard of excellence that has eluded all followers, and I have recommended it to my clients for years. The new edition is a gift to the field and should be required reading for all managers. — Adrian J. Bowles, Ph.D., Vice President, Giga Information Group. One of the most readable introductions you will find. The new edition offers vital insights into the effective use of objects in business. — Chris Stone, President , Object Management Group. The first edition of Object Technology: A Manager's Guide is widely viewed as the classic introduction to this powerful computing concept. Object technology offers increased agility, significant time-to-market reduction, and the opportunity to exploit the potential of the World Wide Web by deploying globally distributed business systems. At a time when many of the world's largest companies are making the transition to object technology, David Taylor has updated his book to address the important issues facing the growth of object technology and to provide a glimpse into the future of this evolving paradigm. In updating this seminal work, David Taylor has retained the signature conciseness and clarity of discussion that made the first edition a best-seller. Object Technology: A Manager's Guide, Second Edition, covers the key terms, emerging concepts, and useful applications of objects. Managers, salespeople, engineers, software developers — anyone interested in understanding or implementing object technology — will find this a lucid introduction to the topic. Highlights of this new edition include: an explanation of how to use objects to create evolutionary software that rapidly adapts to changing business conditions, eliminating the need for most new application development; an introduction to Java, and an explanation of how its use of message interfaces enables a new generation of portable, mix-and-match, Internet-enabled business objects; an update on the state of object databases and extended relational databases, with guidelines for combining the two for optimal information storage; and an introduction to the new generation of object engines and how they combine storage and execution capabilities for maximum software integration.

    1 vote, average: 4 out of 51 vote, average: 4 out of 51 vote, average: 4 out of 51 vote, average: 4 out of 51 vote, average: 4 out of 5

    OOP Demystified

    OOP DemystifiedLearn object-oriented programming in no time with help from this easy-to-understand guide, ideal for novice and expert programmers alike. Discover why objects are so successful as the model for this type of programming and how objects are classified. Distinguish between how people see the world and how computers "see" it. Learn about attributes and methods, inheritance, polymorphism, real-world and case modeling, object-oriented programming languages, and much more. Each chapter ends with a quiz, culminating in a final exam at the end of the book so you can test your knowledge.

    12 votes, average: 4.33 out of 512 votes, average: 4.33 out of 512 votes, average: 4.33 out of 512 votes, average: 4.33 out of 512 votes, average: 4.33 out of 5

    A Practical Guide to Testing Object-Oriented Software

    Testing software is a very important and challenging activity. This is a book for people who test software during its development. Our focus is on object-oriented and component-based software, but you can apply many of the techniques discussed in this book regardless of the development paradigm. We assume our reader is familiar with testing procedural software–that is, software written in the procedural paradigm using languages such as C, Ada, Fortran, or COBOL. We also assume our reader is familiar and somewhat experienced in developing software using object-oriented and component-based technologies. Our focus is on describing what to test in object-oriented development efforts as well as on describing techniques for how to test object-oriented software, and how testing software built with these newer technologies differs from testing procedural software.

    What is software testing? To us, testing is the evaluation of the work products created during a software development effort. This is more general than just checking part or all of a software system to see if it meets its specifications. Testing software is a difficult process, in general, and sufficient resources are seldom available for testing. From our standpoint, testing is done throughout a development effort and is not just an activity tacked on at the end of a development phase to see how well the developers did. We see testing as part of the process that puts quality into a software system. As a result, we address the testing of all development products (models) even before any code is written.

    We do not necessarily believe that you will apply everything we describe in this book. There are seldom enough resources available to a development effort to do all the levels and kinds of testing we would like. We hope you will find a number of approaches and techniques that will prove useful to and affordable for your project.

    4 votes, average: 2.75 out of 54 votes, average: 2.75 out of 54 votes, average: 2.75 out of 54 votes, average: 2.75 out of 54 votes, average: 2.75 out of 5
  • 1,526 views
  • 0 Comments
  • In: IT eBooks, Object Oriented
  • Author : Crimson
  • Accelerated C# 2008

    Accelerated C# 2008

    C# 2008 offers powerful new features, and Accelerated C# 2008 is the fastest path to mastering them, and the rest of C#, for both experienced C# programmers moving to C# 2008 and programmers moving to C# from another object-oriented language. Many books introduce C#, but very few also explain how to use it optimally with the .NET common language runtime (CLR). This book teaches both core C# language concepts and how to wisely employ C# idioms and object-oriented design patterns to exploit the power of C# and the CLR.
    This book is both a rapid tutorial and a permanent reference. You’ll quickly master C# syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code C# when this book will show you how to do things the right way, right from the start?

        * Comprehensively and concisely explains both C# 2005 and C# 2008 features
        * Focuses on the language itself and on how to use C# 2008 proficiently for all .NET application development
        * Concentrates on how C# features work and how to best use them for robust, high-performance code.

    What you’ll learn
        o How C# works with and exploits the CLR
        o How to use arrays, collections, and iterators
        o How to handle events with delegates and anonymous functions
        o How to design and use generic types and methods
        o How to thread efficiently and robustly
        o How the new C# 2008 anonymous types, lamba expressions, and extension methods work and how to use them

    Who is this book for?
    If you’re an experienced C# programmer, you need to understand how C# has changed with C# 2008. If you're an experienced object-oriented programmer moving to C#, you want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present C# fundamentals, for those new to or reviewing C#. The rest of the book covers all the major C# features, in great detail, explaining how they work and how best to use them. Whatever your background or need, you'll treasure this book for as long as you code in C# 2008.

    10 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 5
  • 5,754 views
  • 0 Comments
  • In: .NET, C#, IT eBooks, Object Oriented, Windows
  • Author : minhkhoi2020
  • ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques

    ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques Now that ActionScript is reengineered from top to bottom as a true object-oriented programming (OOP) language, reusable design patterns are an ideal way to solve common problems in Flash and Flex applications. If you're an experienced Flash or Flex developer ready to tackle sophisticated programming techniques with ActionScript 3.0, this hands-on introduction to design patterns is the book you need.

    ActionScript 3.0 Design Patterns takes you step by step through the process, first by explaining how design patterns provide a clear road map for structuring code that actually makes OOP languages easier to learn and use. You then learn about various types of design patterns and construct small abstract examples before trying your hand at building full-fledged working applications outlined in the book. Topics in ActionScript 3.0 Design Patterns include:

    • Key features of ActionScript 3.0 and why it became an OOP language
    • OOP characteristics, such as classes, abstraction, inheritance, and polymorphism
    • The benefits of using design patterns
    • Creational patterns, including Factory and Singleton patterns
    • Structural patterns, including Decorator, Adapter, and Composite patterns
    • Behavioral patterns, including Command, Observer, Strategy, and State patterns
    • Multiple design patterns, including Model-View-Controller and Symmetric Proxy designs
    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 2,238 views
  • 0 Comments
  • In: Flash, IT eBooks, Object Oriented
  • Author : tech-geek
  • Effective IT Service Management

    Effective IT Service ManagementIT service management (ITSM) is the group of processes and functions that oil the wheels of the IT machine. Without ITSM, every IT project and system would deteriorate over time until failure. ITIL is the recognized best-practice standard for ITSM, and has been around since the late 1980s, with ITIL version 3 published just recently. However, many of todays IT problems have been around for just as long - so in order to manage IT effectively, organizations must go beyond the ITIL framework.

    Rob Addy provides IT service managers and professionals with practical guidance on delivering and managing IT services in an effective and efficient manner by extending the ITIL approach to deliver proactive and pragmatic IT service management. His book is a candid look at the relative merits of currently accepted wisdom regarding the provision of IT services, using the principles of the IT Infrastructure Library (ITIL) guidance series. It describes IT service management processes related to service delivery and service support (as well as other non-ITIL areas), their objectives, shortcomings, and how these issues can be addressed in real-life situations. In addition, it delivers a workable definition of what exactly an IT service is and how it can be defined and used in practice. Overall, he gives an unbiased view of the discipline, its objectives, major processes, and their benefits and shortcomings.

    Managing and mitigating IT risk is critical to the survival of every business. Success is an optional extra! Proactive IT service management can be thought of as risk management for IT: Can you afford to ignore it?

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 2,433 views
  • 2 Comments
  • In: IT eBooks, Object Oriented
  • Author : mrblue