Designing Forms for SharePoint and InfoPath (Microsoft Windows Development)
by Scott Roberts
Together, InfoPath 2010 and Microsoft SharePoint Designer 2010 make it possible to create end-to-end solutions that combine powerful forms, enterprise-scale workflow, and access to key business data. Now, building on the valuable content from their previous InfoPath book, three Microsoft experts offer a complete introduction to building the forms that drive these solutions. Designing Forms for SharePoint and InfoPath combines deep knowledge of InfoPath, new insights into SharePoint de...
The simple API for XML (SAX) is the leading API for event-driven XML processing. A comprehensive tutorial and reference, The Book of SAX includes everything you need to use SAX 2.0. Learn how to develop a fully functioning SAX application as well as a complete, non-validating XML 1.0 parser that implements the SAX 2.0 API. Numerous examples show how to use SAX to solve XML parsing problems that are impossible to address with tree-based technologies.
"This book contains everything you need to know to create awesome, life-altering applications. . . . I pride myself on knowing a lot about design, but when reading this book, I probably didn't encounter a single page that didn't offer at least one interesting idea, new concept, or clever design technique. It's also written in a way that prevents you from putting it down. . . . You're in for a treat." -From the Foreword by LUKAS MATHIS, author of ignorethecode.net Transform Your Ideas into Intui...
Designing Distributed Applications with XML, ASP, IE5, LDAP and MSMQ
by Stephen Mohr
Professional PHP4 XML
by Luis Argerich, Chris Lea, Ken Egervari, Matt Anton, Chris Hubbard, and James Fuller
Early Adopter VoiceXML
by Eve Astrid Andersson, Steve Breitenbach, Tyler Burd, Nirmal Chidambaram, Paul Houle, Daniel Newsome, Jeff Tang, and Xiaolan Zhu
Professional Java XML Programming with Servlets and JSP
by Alexander Nakhimovsky and Tom Myers
Professional XML for .NET Developers
by Dinar Dalvi, Darshan Singh, Kevin Williams, Andy Olsen, J. Michael Palermo IV, Francis Norton, Bipin Joshi, John Slater, Joe Gray, and Fredrik Normen
Ant is the premier build-management tool for Java environments. Ant is part of Jakarta, Sun's open source reference implementation for the J2EE specification, is written entirely in Java, and is platform independent. Using XML, a Java developer describes the modules involved in a build, and the dependencies between those modules. Ant then does the rest, compiling components as necessary in order to build the application. Using Ant, Java developers can: define build chunks, the results that they...
With the help of XML and Java from scratch, you will build a Web site and application for ChaseWeb Furniture-a fictitious catalog furniture company. All of the information on products, prices, vendors, and so on, is rendered in XML. You'll learn how to display products on the company Web site, take orders, produce a paper catalog, and communicate with the external databases of vendors using XML. The from scratch format is designed to teach novice programmers the hows and whys of programming in t...
Geared toward experienced developers, this reference demonstrates how Java 2 Platform, Enterprise Edition (J2EE), and XML technologies can be used together to create more robust distributed applications and software systems. The use of XML technology to extend and enhance the capabilities of the J2EE platform is covered in detail. Discussed are J2EE and XML integration at each layer of an n-tier distributed application model. Design patterns, tradeoffs, and decision criteria are provided in ter...
Access 2003 Programming by Example with Vba, XML, and ASP
by Julitta Korol
Special Edition Using XML
by David Gulbransen, Kynn Bartlett, Earl Bingham, Alexander Kachur, Kenrick Rawlings, and Andrew H. Watt
Special Edition Using XML, Second Edition gives developers a formal introduction to XML technology, starting with in-depth coverage of basic syntax and fundamental "pieces" of XML, including DTDs, Schemas, and Namespaces. The authors then cover various applications of XML, including transforming and displaying XML documents using CSS and XSL, locating data within XML documents using Xpath, Xlink and Xpointer, programming XML with SAX or DOM, including XML in Java or .NET applications, XML Script...
Professional XML (Programmer to programmer)
by Bill Evjen, Kent Sharkey, Thiru Thangarathinam, Michael Kay, Alessandro Vernet, and Sam Ferguson
* As XML gains popularity, developers are looking to implement XML technologies in their line-of-business applications* This book offers readers real-world insight into XML so that they can build the best possible applications* Offers an in-depth look at XML and discusses XML tools, services (RSS, SOAP, REST, WSDL), programming (DOM, SAX, Ajax), and languages (.NET, Java, PHP)
JDBC is the key Java technology for relational database access. Oracle is arguably the most widely used relational database platform in the world. In this book, Donald Bales brings these two technologies together, and shows you how to leverage the full power of Oracle's implementation of JDBC. You begin by learning the all-important mysteries of establishing database connections. This can be one of the most frustrating areas for programmers new to JDBC, and Donald covers it well with det...
Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response. Taking complete advantage of Ajax, however, requires something more than your typical "how-to" book. What it calls for is "Ajax Hacks" from O'Reilly....
Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today's enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based business processes BPM replaces those sketchy flowchart diagrams that business analysts draw on whi...
DESCRIPTION Applications built with ASP.NET MVC are easier to test, maintain, and extend because the architecture and role of each component is well-defined. And since it's built from the ground up as a core part of the .NET framework, it integrates seamlessly with other ASP.NET features already widely used, such as Web Forms or Master Pages. ASP.NET MVC 4 in Action, Third Edition is a fast-paced tutorial designed to introduce ASP.NET MVC to .NET developers and show how to apply it effe...
Service-Oriented Architecture (The Pearson Service Technology Series from Thomas Erl)
by Thomas Erl
As XML becomes an increasingly significant part of the IT mainstream, expert guidance and common-sense strategies are required to avoid the many pitfalls of applying XML incorrectly or allowing it to be used in an uncontrolled manner. This book acts as a knowledge base for issues relating to integration, and provides clear, concise advice on how to best determine the manner and direction XML technology should be positioned and integrated. The book will be one of the first to provide documentatio...
Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML; CSS saves time--you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly. Eric Meyer, a member of the CSS&FP Working Group and an internationally known expert on HTML and CSS, tackles the subject with passion and...