Mostrando 381 - 400 Resultados de 1,872 Para Buscar '"XML"', tiempo de consulta: 0.09s Limitar resultados
  1. 381
    Publicado 2011
    Tabla de Contenidos: “…Enterprise Java Beans -- Summary -- 7 Communicating with Other Servers -- The Same Origin Policy (SOP) Restriction -- Our City Update Application -- Receiving and Processing XML -- Using Ajax Directly -- Going Through a Proxy -- Producing and Sending XML -- Creating XML with Strings -- Creating XML Through the DOM -- Sending the XML Data -- Sending XML Through Ajax -- Sending XML Through a Proxy -- Summary -- 8 Mixing in JavaScript -- JSNI -- Basic JSNI Usage -- Hashing with JavaScript -- Animations Beyond GWT -- A Steampunk Display Widget -- JSON -- JSONP -- Summary -- 9 Adding APIs -- A Weather Vane -- Getting Weather Data -- Getting the Feed -- Getting Everything Together -- Getting at the Feed Data with an Overlay -- Getting the Feed with JSNI -- Dashboard Visualizations -- Using the Google Visualization API -- Handling Events -- Working with Maps -- Interactive Maps -- Fixed Maps -- Summary -- 10 Working with Servers -- The Challenges to Meet -- Before Going Any Further -- Security -- Ajax Problems -- Cryptography -- Hashing -- Encrypting -- Stateless Versus Stateful Servers -- Common Operations -- Logging In -- Changing Your Password -- Summary -- 11 Moving Around Files -- Uploading Files -- An Upload Form -- A File Processing Servlet -- Providing Feedback to the User -- Downloading Files -- A File Download Form -- A Sample File Producing Servlet -- Summary -- 12 Internationalization and Localization -- Internationalization (i18n) -- Resource Bundles -- Using Constants -- Messages -- UiBinder Internationalization -- Localization (l10n) -- Summary -- 13 Testing Your GWT Application -- Why Testing? …”
    Libro electrónico
  2. 382
    Tabla de Contenidos:
    Libro electrónico
  3. 383
    Publicado 2002
    Tabla de Contenidos: “…XPathLearner: An On-line Self-Tuning Markov Histogram for XML Path Selectivity Estimation…”
    Libro electrónico
  4. 384
    por Hillerson, Tony
    Publicado 2009
    Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Preface -- Acknowledgments -- Acknowledgments -- About the Authors -- I: Flex and Rails Essentials -- 1 Developing with Flex and Rails -- Installation: What You Need to Get Running -- The Structure of a Flex and Rails Application -- The Example Code -- Compiling MXML -- Running the Rails Server -- Summary -- 2 Passing Data with XML -- XML in Rails -- XML in Flex -- Getting XML to Flex -- Sending XML to Rails -- Mapping Data Types -- Error Handling -- Summary -- 3 Flex with RESTful Services -- Creating the Stock Portfolio Rails Application -- Accessing Our RESTful Application with Flex -- Summary -- 4 Using Fluint to Test a Flex with Rails Application -- Using Fluint to Write Your Flex Unit Tests -- The Basics of Testing a Flex Application -- Testing a Cairngorm-Based Application -- Using Fixtures -- Summary -- 5 Passing Data with AMF -- What Is AMF? …”
    Libro electrónico
  5. 385
    por Herrington, Jack D.
    Publicado 2005
    Tabla de Contenidos: “…Installation and basics -- Web design -- DHTML -- Graphics -- Databases and XML -- Application design -- Patterns -- Testing -- Alternative UIs -- Fun stuff…”
    Libro electrónico
  6. 386
    por Mueller, John, 1958-
    Publicado 2011
    Tabla de Contenidos:
    Libro electrónico
  7. 387
    por Perry, Stephen C.
    Publicado 2006
    Tabla de Contenidos: “…Introduction to .NET and C# -- C# language fundamentals -- Class design in C# -- Working with objects in C# -- C# text manipulation and file I/O -- Building Windows forms applications -- Windows forms controls -- .NET graphics using GDI+ -- Fonts, text, and printing -- Working with XML in .NET -- Ado.Net -- Data binding with Windows forms controls -- Asynchronous programming and multithreading -- Creating distributed applications with remoting -- Code refinement, security, and deployment -- ASP.NET Web forms and controls -- The ASP.NET application environment -- XML Web services…”
    Libro electrónico
  8. 388
    por DeMarco, Jim
    Publicado 2008
    Tabla de Contenidos: “…-- Data In, Data Out -- Using XML in Excel 2007 -- User Forms.-Charting -- Pivot Tables -- Debugging and Error Handling -- Integrating with Office 2007 -- Infopath.…”
    Libro electrónico
  9. 389
    Publicado 2022
    Tabla de Contenidos: “…Formatos genéricos -- Estructurar y transformar información con XML -- 1. Lenguajes de marcas -- 2. XML -- 3. Transformaciones XSL -- 4. …”
    Enlace del recurso
    Libro electrónico
  10. 390
    Publicado 2004
    Tabla de Contenidos: “…Database fundamentals -- SQL : structured query language -- The database administrator -- Networking -- Backup and recovery -- PL/SQL -- Java -- XML -- Large database features…”
    Libro electrónico
  11. 391
    Publicado 2014
    “…Das Standardwerk zur Word-Programmierung mit VBA und VSTO - von den Grundlagen bis Office Open XML!…”
    Libro electrónico
  12. 392
    Publicado 2021
    “…How to work with data formatted as XML or JSON, download images, and post information to a custom web server…”
    Video
  13. 393
    Publicado 2012
    Tabla de Contenidos: “…6.16 JSP and Equivalent Technologies -- 6.17 Summary -- Exercises -- Project Activity -- Caselet Activity -- Chapter 7: The Business Layer-EJB Fundamentals -- 7.1 Layering -- 7.2 With Servlets -- 7.3 EJB Versions -- 7.4 Usage Scenarios -- 7.5 EJB Components -- 7.5.1 Session Beans -- 7.5.2 Message Driven Beans -- 7.5.3 Entity Beans -- 7.6 Lifecycle of an EJ Bean -- 7.7 A Shopping Cart-Simplified Example -- 7.8 Summary -- Exercises -- Project Activity -- Caselet Activity -- Chapter 8: XML -- 8.1 Introduction -- 8.2 The Need -- 8.3 XML Building Blocks -- 8.4 How It Works -- 8.4.1 Basic Structure -- 8.5 Characteristics -- 8.6 Scenarios for Handling XML -- 8.7 Valid XML Document -- 8.7.1 DTD -- 8.7.2 XSD-Schema -- 8.8 XML Transformations-XSL -- 8.8.1 XSLT -- 8.9 XML Parsing -- 8.9.1 SAX -- 8.9.2 DOM -- 8.9.3 Choosing Between DOM and SAX -- 8.9.4 Java Support for Parsing XML -- 8.10 JSON -- 8.11 Summary -- Exercises -- Project Activities -- Caselet Activity -- Chapter 9: Web Services -- 9.1 Tracing the Path of a Request-a Different View -- 9.2 Evolution of the Concept -- 9.3 Purpose -- 9.4 Standards -- 9.5 Use Cases -- 9.5.1 Sample Scenarios -- 9.5.2 Roles -- 9.6 Programming Models -- 9.7 SOAP Based Web Services -- 9.7.1 WSDL -- 9.7.2 SOAP -- 9.7.3 Structure of SOAP Messages -- 9.8 A Basic Example -- 9.8.1 Generating a Web Service -- 9.9 REST Based Web Services -- 9.9.1 REST Principles -- 9.9.2 Resource Orientation -- 9.10 Rest Based Web Services-An Example -- 9.10.1 Service Provider Side -- 9.10.2 The XML Document from the Service -- 9.10.3 Client Side -- 9.11 Soap vs. …”
    Libro electrónico
  14. 394
    por Carter, Eric
    Publicado 2005
    Tabla de Contenidos: “…introduction to office programming -- Introduction to office solutions -- Programming Excel -- Working with Excel events -- Working with Excel objects -- Programming Word -- Working with Word events -- Working with Word objects -- Programming Outlook -- Working with Outlook events -- Working with Outlook objects -- Introduction to InfoPath -- VSTO programming model -- Using Windows forms in VSTO -- Working with actions pane -- Working with smart tags in VSTO -- VSTO data programming -- Server data scenarios -- .NET code security -- Deployment -- Working with XML in Excel -- Working with XML in Word -- Developing COM add-ins for Word and Excel -- Creating Outlook add-ins with VSTO…”
    Libro electrónico
  15. 395
    Publicado 2016
    Tabla de Contenidos: “…JSON; When to Choose JSON; Handling JSON with PHP; The JSONSerializable Interface; Consuming JSON APIs; Chapter 6. XML; XML in PHP; Creating XML; Consuming XML APIs; Parsing XML; Flickr's XML API; Chapter 7. …”
    Libro electrónico
  16. 396
    por Jackson, Wallace
    Publicado 2011
    Tabla de Contenidos: “…Understanding Java SE and the Dalvik Virtual MachineThe Directory Structure of an Android Project; Leveraging Android XML (Your Secret Weapon); Using Your Android Application Resources; Launching Your Application: The AndroidManifest.xml File; Creating Your First Android Application; Summary; Chapter 5: Android Framework Overview; The Foundation of OOP: The Object; An Overview of XML; The Anatomy of an Android Application: The APK File; Android Application Components; Android Intent Objects: Messaging for Components; Android Manifest XML: Declaring Your Components; Summary…”
    Libro electrónico
  17. 397
    por Richardson, Leonard 1979-
    Publicado 2007
    Tabla de Contenidos: “…Ruby: REXML, I GuessPython: ElementTree; Java: javax.xml, Xerces, or XMLPull; C#: System.Xml.XmlReader; PHP; JavaScript: responseXML; Other Languages; JSON Parsers: Handling Serialized Data; Clients Made Easy with WADL; Chapter 3. …”
    Libro electrónico
  18. 398
    por Braunstein, Roger, 1981-
    Publicado 2008
    Tabla de Contenidos: “…Using Objects for Named ArgumentsUsing Objects as Nested Data; Summary; Chapter 10: Working with XML; Getting Started with XML in ActionScript; Accessing Values with E4X; Constructing XML objects; Converting to and from Strings; Loading XML Data from External Sources; Gathering Meta-Information About XML Nodes; Using Namespaces; Working with Comments and Processing Instructions; Setting Options for the XML class; Summary; Chapter 11: Working with Regular Expressions; Introducing Regular Expressions; Applying Regular Expressions; Constructing Expressions; Understanding Regular Expression Flags…”
    Libro electrónico
  19. 399
    por Jackson, Wallace
    Publicado 2012
    Tabla de Contenidos: “…Our Road Ahead; Your Android Development IDE; Java, XML, and How Android Works; The Android Application Framework; Screen Layout Design…”
    Libro electrónico
  20. 400
    por Zakas, Nicholas C.
    Publicado 2006
    Tabla de Contenidos: “…-- Ajax basics -- Ajax patterns -- XML, XPath, and XSLT -- Syndication with RSS/Atom -- Web services -- JSON -- Web site widgets -- AjaxMail -- Ajax framework…”
    Libro electrónico