Mostrando 20,861 - 20,880 Resultados de 21,396 Para Buscar '"Architecture"', tiempo de consulta: 0.38s Limitar resultados
  1. 20861
    por Debrunner, Gabriela
    Publicado 2024
    “…So far, studies on densification have mainly considered the process as technological, architectural, or design-based problem. However, systematic knowledge on how to implement densification objectives sustainably – regarding economic, environmental, and social aspects – is still lacking. …”
    Libro electrónico
  2. 20862
    Publicado 2018
    “…The resulting demands on processes include the need for both well-developed plans and incremental deliveries (agile and hybrid processes), utilization of increased automation (model-based engineering and DevOps), higher degrees of customer collaboration, comprehensive analysis of existing products for reuse (open source and COTS), and performance requirements of enterprise-level architectures. In response to these demands, process stakeholders---process engineers responsible for designing and implementing processes, managers or coaches who staff and guide them, researchers who study and improve them, tools developers who support and facilitate them, and developers and sustainers who use and tailor them---are producing more varieties of processes and doing so more often. …”
    Libro electrónico
  3. 20863
    Publicado 2017
    “…The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. …”
    Libro electrónico
  4. 20864
    Publicado 2018
    “…Learn how components clarify intent, improve collaboration, and simplify innovation and maintenance Create a full Rails application within a component, from first steps to migrations and dependency management Test component-based applications, manage assets and dependencies, and deploy your application to production Identify the seams in an existing Rails application, and refactor it to extract components Master a scripted, repeatable approach for refactoring Rails applications of any size Use component-based Rails with two popular structural patterns: hexagonal and DCI architecture Leverage your new component skills with other frameworks and languages Overcome the unique challenges that arise as you componentize Rails applications If you’re ready to simplify and revitalize your complex Rails systems, you’re ready for Component-Based Rails Applications . …”
    Libro electrónico
  5. 20865
    Publicado 2018
    “…Network Vulnerability Assessment starts with network security assessment concepts, workflows, and architectures. Then, you will use open source tools to perform both active and passive network scanning. …”
    Libro electrónico
  6. 20866
    por Shohoud, Yasser
    Publicado 2003
    “…Visual Basic programmers discover how to: Use XML Schema to define Web service messages Use SOAP for messaging and Remote Procedure Calls (RPC) Read and modify WSDL documents Build Web services with the SOAP Toolkit Create and invoke Web services using the .NET framework Implement SOAP headers and use SOAP Fault Develop interface-based Web services Handle data in .NET Web services, including objects, arrays, and DataSets Use SOAP extensions to build reusable infrastructure for security and compression Use Universal Description Discovery and Integration (UDDI) at design time and run time Understand the architecture of other popular toolkits, such as Apache SOAP for Java, and learn how to solve interoperability problems The book closes by walking the reader through the creation of a Web service with .NET and Visual Basic 6 clients. …”
    Libro electrónico
  7. 20867
    por Lohani, Damodar
    Publicado 2022
    “…As you explore Flutter on the web, you'll become well-versed with using Flutter as an alternative UI platform for building adaptive and responsive designs for web apps.By the end of this Flutter book, you'll have built and deployed a complete Flutter app for the web and have a roadmap ready to target the web for your existing Flutter mobile apps.What You Will Learn:Understand the concepts necessary for designing, building, and deploying a Flutter web appGet the hang of Flutter internals to make the most of the frameworkBuild complete web applications with Flutter from architecture to deploymentAutomate UI design for your web apps using FlutterExplore Flutter's integration with Appwrite for backend developmentDiscover advanced concepts in frontend web development, such as state management and PWAWho this book is for:This book is for Flutter mobile developers and Dart programmers who want to consolidate their Flutter knowledge and use it to build responsive web applications…”
    Libro electrónico
  8. 20868
    Publicado 2014
    “…In this IBM Redbooks® publication, we discuss the latest features and functions of the SVC 2145-DH8 and software version 7.3, implementation, architectural improvements, and Easy Tier…”
    Libro electrónico
  9. 20869
    Publicado 2018
    “…Uncover and communicate the value that IT creates for the Enterprise business Initiate and sustain a cultural shift across the IT Organization Create a Service-based view of IT assets, resources, and budgets Transform the customer experience by leveraging IT Services as a layer of abstraction Design IT Services that support outcomes for the Lines of Business Develop a Taxonomy that creates strategic levers for steering the IT organization Measure IT Service Performance in terms familiar to business leaders Link IT Service Performance to business outcomes Demonstrate the total costs of IT Service Delivery in easy to understand models Empower Service Owners to act as General Managers accountable for the value a Service delivers Exchange information with and bolster Enterprise Architecture and IT Technical Operations functions n Establish a foundation for Fast IT, the mandatory future for Enterprise IT Organizations…”
    Libro electrónico
  10. 20870
    Publicado 1999
    “…Engineering Considerations Oracle Replication Architecture Advanced Replication Option Installation Basic Replication Multi-Master Replication Updateable Snapshots Procedural Replication Conflict Avoidance and Resolution Techniques In a distributed database environment, data in two or more databases is accessible as if it were in a single database. …”
    Libro electrónico
  11. 20871
    Publicado 1998
    “…It also discusses how the components implement the MVC (Model View Controller) architecture, so you can understand how the components are designed and subclass them intelligently. …”
    Libro electrónico
  12. 20872
    por Yuan, Michael Juntao
    Publicado 2005
    “…Along the way, the authors illuminate the technical underpinnings of Series 40, review crucial architectural issues, introduce key mobile design patterns, discuss scalability and device optimization strategies, and offer dozens of best practices and tips—many of which have never before been published. …”
    Libro electrónico
  13. 20873
    por Quatrani, Terry
    Publicado 2003
    “…Topics covered include: Creating use cases Finding objects and classes UML stereotypes and packages Scenarios, sequence diagrams, and collaboration diagrams Discovering object interaction Specifying relationships, association, and aggregation Adding behavior and structure Superclass/subclass relationships and inheritance Object behavior and Harel state transition diagrams Checking for model consistency Specifying, visualizing, and documenting system architecture The iteration planning process 0201729326B09262002…”
    Libro electrónico
  14. 20874
    por Yuan, Feng
    Publicado 2001
    “…Coverage includes: Uncovering the Windows system architecture and graphics system internal data structure Building graphics API "spies" that show what's going on "under the hood" Detecting GDI resource leaks and other powerful troubleshooting techniques Expert techniques for working with the Win32 GDI and DirectDraw APIs Device context, coordinate space and transformation, pixels, lines, curves, and area fills Bitmaps, image processing, fonts, text, enhanced metafiles, printing, and more Windows Graphics Programming delivers extensive code, practical techniques, and unprecedented insight—plus an exclusive CD-ROM containing original system-level tools, kernel mode drivers, sample code, and generic C++ classes for Windows graphics programming without MFC. …”
    Libro electrónico
  15. 20875
    por Reilly, David
    Publicado 2002
    “…You will learn to maximize the API structure through in-depth coverage of: The architecture of the Internet and TCP/IP Java’s input/output system How to write to clients and servers using the User Datagram Protocol (UDP) and TCP The advantages of multi-threaded applications How to implement network protocols and see examples of client/server implementations HTTP and how to write server-side Java applications for the Web Distributed computing technologies such as Remote Method Invocation (RMI) and CORBA How to access e-mail using the extensive and powerful JavaMailTM API This book’s coverage of advanced topics such as input/output streaming and multi-threading allows even the most experienced Java developers to sharpen their skills. …”
    Libro electrónico
  16. 20876
    por Beck, Kent
    Publicado 2003
    “…Create tests using xUnit, the architecture at the heart of many programmer-oriented testing tools. …”
    Libro electrónico
  17. 20877
    Publicado 2009
    “…In addition to the fundamentals of Silverlight, you'll be introduced to architectural components such as the Silverlight object model. …”
    Libro electrónico
  18. 20878
    Publicado 2010
    “…Combined with advanced binding and validation techniques, they help you visualize how to make your application development super productive and your architecture flexible enough to implement solutions in any problem domain. …”
    Libro electrónico
  19. 20879
    por Maver, John, 1972-
    Publicado 2010
    “…Coverage includes Thorough introductions to Facebook’s current architecture, integration points, and development technologies Discussion of successful Facebook applications–and what makes them successful What every developer must know about Facebook’s Terms of Service Creating an effective application infrastructure Creating canvas pages with FBML and IFrames Adding support for profiles, application tabs, and messaging Incorporating JavaScript into Facebook applications with FBJS Integrating Facebook into external sites with Facebook Connect and the Facebook JavaScript Client Library Debugging techniques for Facebook applications Spreading, monitoring, and tuning applications…”
    Libro electrónico
  20. 20880
    Publicado 2011
    “…Coverage includes •¿Accelerating the “flow of value” to customers in any software project, no matter how large or complex •¿Empowering high-performance software teams and removing overhead in software delivery •¿Automating “burndowns” and using dashboards to gain a real-time, multidimensional view of quality and progress •¿Using Visual Studio 2010 to reduce or eliminate “no repro” bugs •¿Automating deployment and virtualizing test labs to make continuous builds deployable •¿Using Test Impact Analysis to quickly choose the right tests based on recent code changes •¿Working effectively with sources, branches, and backlogs across distributed teams •¿Sharing code, build automation, test, project and other data across .NET and Java teams •¿Uncovering hidden architectural patterns in legacy software, so you can refactor changes more confidently •¿Scaling Scrum to large, distributed organizations Whatever your discipline, this book will help you use Visual Studio 2010 to focus on what really matters: building software that delivers exceptional value sooner and keeps customers happy far into the future…”
    Libro electrónico