0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (97)
  • R250 - R500 (506)
  • R500+ (3,200)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

ColdFusion Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.): Peter... ColdFusion Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.)
Peter deHaan, Curtis Hermann, Simon Horwith, Edoardo Zubler, Massimo Foti
R1,055 R917 Discovery Miles 9 170 Save R138 (13%) Ships in 10 - 15 working days

ColdFusion MX Web Development with Macromedia Dreamweaver MX 2004: The Practical Users Guide explores the great web development partnership between ColdFusion, a fantastically powerful but easy to learn server-side scripting language and Dreamweaver, Macromedias world-class visual web-authoring tool. Using Dreamweaver you can set up your ColdFusion website, connect it to your database, put together all the code for the pages, and style them too, with very little hassle. This book is ideal for all the Dreamweaver users who want to quickly get up to speed with the fundamentals of ColdFusion. The book is heavily weighted with practical examples - starting by teaching the basics of the ColdFusion language, we then go on to show how to use ColdFusion to perform tasks such as connecting to databases, decision making, reading XML, queries, and error handling. Later on, we touch upon advanced topics such as creating ColdFusion extensions, custom functions, and Flash remoting (using Dreamweaver MX as the IDE). together in a fully operational real world dynamic website, demonstrating common web applications such as a blog, a reviews page, and user registration/login functionality.

Using and Understanding Java Data Objects (Paperback, Softcover reprint of the original 1st ed.): David Ezzio Using and Understanding Java Data Objects (Paperback, Softcover reprint of the original 1st ed.)
David Ezzio
R1,153 R987 Discovery Miles 9 870 Save R166 (14%) Ships in 10 - 15 working days

Using and Understanding Java Data Objects is an application programmer's guide to the Java Data Objects (JDO) specification recently accepted by the Java Community Process. JDO provides a universal and transactional persistence service for objects. JDO will store and retrieve objects of nearly any application defined class using any data storage technology for which a JDO implementation is available. JDO completely encapsulates the details of the underlying data storage technology that is used. JDO has its own query language (JDOQL) that allows the programmer to find objects based on the fields and relationships of the object model. The syntax of JDOQL is similar to the syntax of Java itself. JDO increases programming productivity by simplifying and minimizing the code that must be written to store and retrieve object state. The use of JDO also allows the application to be ported across different data storage technologies. Like the servlet and EJB specification, JDO is a standard that will be implemented by competing software vendors. Several JDO implementations are currently available as third party products for relational databases and object oriented databases. of JDO. Part I is a guide to the JDO API, the JDO metadata, and JDO's byte code enhancement. Part II explains the use of JDO in several application deployment scenarios, including stand-alone, client-server, servlet, and EJBs. Part III is a tutorial explaining the example programs and learning tools supplied with the book.

Real World ASP.NET Best Practices (Paperback, Softcover reprint of the original 1st ed.): Farhan Muhammad, Mathew Milner Real World ASP.NET Best Practices (Paperback, Softcover reprint of the original 1st ed.)
Farhan Muhammad, Mathew Milner
R972 R834 Discovery Miles 8 340 Save R138 (14%) Ships in 10 - 15 working days

ASP.NET is a wonderful new enabling technology that allows developers to create business solutions much more effectively than ever before. However, there is room for improvement. Developers often do not see the potholes and pitfalls related to this technology until they stumble. "Real World ASP.NET Best Practices" helps readers to avoid just such frustrations. The book's in-depth coverage includes data handling, caching, JavaScript, user and server controls, distributed programming, configuration, and deployment.

"Real World ASP.NET Best Practices" goes far beyond the documentation to teach ASP.NET development best practices based on the authors' real-world experience. The book's emphasis is on helping developers perform tasks correctly and avoid mistakes, not on teaching ASP.NET in general.

Java Persistence for Relational Databases (Paperback, Softcover reprint of the original 1st ed.): Richard Sperko Java Persistence for Relational Databases (Paperback, Softcover reprint of the original 1st ed.)
Richard Sperko
R1,119 R953 Discovery Miles 9 530 Save R166 (15%) Ships in 10 - 15 working days

Java Persistence for Relational Databases is best practices and patterns for readers who want to connect to databases using Java. It also includes coverage of various database-related APIs for Java, including JDO, JDBC (including newest 3.0 APIs), and CMP (Container Managed Persistence with EJB).Java Persistence for Relational Databases contains all those things developers want to know but were afraid to ask. It addresses realistically persisting Java objects in various ways. Whether a developers environment requires them to use JDO, CMP, Castor, or hand code a persistence layer using JDBC, there is something in this book for them.

XML and FrameMaker (Paperback, Softcover reprint of the original 1st ed.): Kay Ethier XML and FrameMaker (Paperback, Softcover reprint of the original 1st ed.)
Kay Ethier
R1,248 R1,055 Discovery Miles 10 550 Save R193 (15%) Ships in 10 - 15 working days

* This book appeals to a professional audience: Writers, database administrators, developers, and production staff, all of which have to capture or emit XML from existing documents or databases. * Describes the connection between XML and publishing; Explains how to use XML to create documents that may be published to many other formats. * Shows how to build an "XML round trip" for Adobe FrameMaker 7; Explains how FrameMaker's powerful formatting features lend themselves to publishing of XML documents-without rework.

Phoenix in Action_p1 (Paperback): Geoffrey Lessel Phoenix in Action_p1 (Paperback)
Geoffrey Lessel
R1,198 R1,123 Discovery Miles 11 230 Save R75 (6%) Ships in 12 - 19 working days

Description Phoenix is a modern web framework built for the Elixir programming language. Elegant, fault-tolerant, and performant, Phoenix is as easy to use as Rails and as rock-solid as Elixir's Erlang-based foundation. Phoenix in Action builds on your existing web dev skills, teaching you the unique benefits of Phoenix along with just enough Elixir to get the job done. Phoenix in Action is an example-based tutorial that teaches you how to use the Phoenix framework to build production-quality web apps. Following a running example of an online auction site, you'll design and build everything from the core components that drive the app to the real-time user interactions where Phoenix really shines. You'll handle business logic, database interactions, and app designs that take advantage of functional programming as you discover a better way to develop web applications. Key features * Use channels for real-time communication * Learn database interactions with Ecto * Hands-on examples * Step-by-step instructions * Jargon-free Audience Written for web developers familiar with a framework like Rails or ASP.NET. No experience of Elixir or Phoenix required. About the technology Phoenix is a web framework for the Elixir language. Phoenix applications are blazingly fast, and as a developer you'll appreciate the attention to detail in the framework design that makes you superproductive almost immediately. In particular, Phoenix channels provide an easy way to set up and manage real-time communication.

Enterprise JavaBeans 2.1 (Paperback, Softcover reprint of the original 1st ed.): Rob Castaneda, Ingo Peters, Stefan Denninger Enterprise JavaBeans 2.1 (Paperback, Softcover reprint of the original 1st ed.)
Rob Castaneda, Ingo Peters, Stefan Denninger
R1,271 R1,078 Discovery Miles 10 780 Save R193 (15%) Ships in 10 - 15 working days

"Enterprise JavaBeans 2.1" introduces the reader to Enterprise JavaBeans (EJBUs) by discussing the component paradigm, which is the idea behind EJBUs. After discussing the basics of EJBUs, the authors focus on issues that go beyond specification.

Performance Tuning and Optimizing ASP.NET Applications (Paperback, Softcover reprint of the original 1st ed.): Kenneth Tu,... Performance Tuning and Optimizing ASP.NET Applications (Paperback, Softcover reprint of the original 1st ed.)
Kenneth Tu, Jeffrey Hasan
R1,144 R978 Discovery Miles 9 780 Save R166 (15%) Ships in 10 - 15 working days

This title takes an in-depth look at performance tuning and optimization for ASP.NET applications. It can also serve as a reference for developers who are readying their ASP.NET Web applications for release, and who need to assess whether their application is achieving its optimum performance potential.

Java Regular Expressions - Taming the java.util.regex Engine (Paperback, Softcover reprint of the original 1st ed.): Mehran... Java Regular Expressions - Taming the java.util.regex Engine (Paperback, Softcover reprint of the original 1st ed.)
Mehran Habibi
R1,035 R896 Discovery Miles 8 960 Save R139 (13%) Ships in 10 - 15 working days

Java has always been an excellent language for working with objects. But Java's text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressionsall packaged in a simplified object-oriented framework.

In addition to working examples and best practices, this book features a detailed API reference with examples supporting nearly every method, and a step-by-step tutorial to create your own regular expressions. With time, you'll discover that regular expressions are extremely powerful in your programming arsenaland you'll enjoy using them! And once you've mastered these tools, you'll wonder how you ever managed without them!

Practical Web Traffic Analysis - Standards, Privacy, Techniques, and Results (Paperback, Softcover reprint of the original 1st... Practical Web Traffic Analysis - Standards, Privacy, Techniques, and Results (Paperback, Softcover reprint of the original 1st ed.)
Peter Fletcher, Alex Poon, Ben Pearce, Peter Comber
R1,277 R1,056 Discovery Miles 10 560 Save R221 (17%) Ships in 10 - 15 working days

Once you've got a web site up and running it is all too easy to sit back and relax. But how do you know you did a good job? How can you improve the site you have based on real user behaviour? Without getting feedback from your users, how will you find out how it's being used? Web traffic analysis allows you to gain some insight into your site users: where they come from, what pages they like, and how often they come back. However, as statistics are prone to being misinterpreted, your insight often has to be taken with a pinch of salt. This book takes you through the process of analyzing your traffic, without taking for granted the statistics that you generate. Assuming you have a web site, reading this book will help you learn: - The techniques for gathering data on your users - Standards and Guidelines you should adhere to when interpreting your data - What other sites are doing to ensure they respect the privacy of their users - Insight into how real sites use web traffic analysis - Major case case studies from BBC News Online, eBay, and ASPToday - Additional material from The Onion, SmartGirl, and The New York Times From the Publisher This book is for any web professional who wants to understand their site traffic. It's also for anyone with an interest in finding out where their site is most used, and how to make comparisons with other sites. To get the most from this book, you'll need access to log files for your web site as they contain the information we'll show you how to analyze. The book discusses the privacy practices of The Onion, SmartGirl, and The New York Times, as well as examining in detail the traffic analysis techniques used by BBC News Online, eBay, and ASPToday.

Beginning ASP.NET in VB .NET - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.): Matthew... Beginning ASP.NET in VB .NET - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.)
Matthew MacDonald
R1,461 R1,268 Discovery Miles 12 680 Save R193 (13%) Ships in 10 - 15 working days

This book assumes only basic knowledge of VB .NET (although it contains a review of what is needed for those coming from a different background). But, by the end of it, the reader will have mastered the core knowledge needed to begin work as a professional ASP.NET developer. It places special emphasis on the techniques such as code behind, that professionals need. more scalable, faster and is arguably the best thing Microsoft has ever done in the Web development space. The recently released 1.1 version should spur adoptions (since many people wait for the 1.1 version of any Microsoft technology) ASP.NET, like its predecessor allows a Web site builder to dynamically build Web pages on the fly by inserting queries to a relational database in the Web page. ASP.NET is different than its predecessor in that it allows use of modern languages like VB .NET instead of scripting languages and it encourages correct programming style by allowing the separation of the design from the operational code.

Scientific Engineering for Distributed Java Applications - International Workshop, FIDJI 2002, Luxembourg, Luxembourg, November... Scientific Engineering for Distributed Java Applications - International Workshop, FIDJI 2002, Luxembourg, Luxembourg, November 28-29, 2002, Revised Papers (Paperback, 2003 ed.)
Nicolas Guelfi, Egidio Astesiano, Gianna Reggio
R1,570 Discovery Miles 15 700 Ships in 10 - 15 working days

This book constitutes the thoroughly refereed postproceedings of the International Workshop on Scientific Engineering for Distributed Java Applications, FIDJI 2002, held in Luxembourg-Kirchberg, Luxembourg in November 2002. The 16 revised full papers presented together with a keynote paper and 3 abstracts were carefully selected from 33 submissions during two rounds of reviewing and improvement. Among the topics addressed are Java coordination, Web service architectures, transaction models, CORBA-based distributed systems, mobile objects, Java group toolkits, distributed process management systems, active objects in J2EE, Java frameworks, Jini, component-based distributed applications, Java middleware, fault-tolerant mobile systems.

Bluetooth For Java (Paperback, Softcover reprint of the original 1st ed.): Ranjith Antony, Bruce Hopkins Bluetooth For Java (Paperback, Softcover reprint of the original 1st ed.)
Ranjith Antony, Bruce Hopkins
R1,224 R1,030 Discovery Miles 10 300 Save R194 (16%) Ships in 10 - 15 working days

Explains how to configure a telephone or PDA into a network browser, turn a desktop PC into a print server, transfer files between devices, set up and configure a Bluetooth network simulator, and encrypt data transmissions.

Web Service Patterns - Java Edition (Paperback, Softcover reprint of the original 1st ed.): Paul B. Monday Web Service Patterns - Java Edition (Paperback, Softcover reprint of the original 1st ed.)
Paul B. Monday
R1,116 R950 Discovery Miles 9 500 Save R166 (15%) Ships in 10 - 15 working days

Design Patterns for Web Services in Java describes the architectural patterns that guide developers through design patterns (service implementation and usage) and illustrates different ways in which Web services can and will be used. Design Patterns for Web Services in Java is not the typical narrative tome. Instead, after some introductory text, author Paul Monday provides a catalog of approximately 20 patterns that are typically needed in the development of Web services-based systems.

Building Client/Server Applications with VB .NET - An Example-Driven Approach (Paperback, Softcover reprint of the original 1st... Building Client/Server Applications with VB .NET - An Example-Driven Approach (Paperback, Softcover reprint of the original 1st ed.)
Jeff Levinson
R1,432 R1,211 Discovery Miles 12 110 Save R221 (15%) Ships in 10 - 15 working days

"Building Client/Server Applications with VB .NET: An Example-Driven Approach" is based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .NET Framework Service Pack 1. -->Jeff Levinson--> walks readers through how to write a complete applicationno snippets of codeand will show readers examples of how, when, and why to perform a task. "Building Client/Server Applications with VB .NET: An Example-Driven Approach" is "the" manual on software development for enterprise application development.

Distributed Data Applications with ASP.NET (Paperback, Softcover reprint of the original 2nd ed.): Alex Homer, David Sussman Distributed Data Applications with ASP.NET (Paperback, Softcover reprint of the original 2nd ed.)
Alex Homer, David Sussman
R1,500 R1,280 Discovery Miles 12 800 Save R220 (15%) Ships in 10 - 15 working days

This book concentrates on the use of ASP.NET 1.1 and Visual Studio 2003 to build applications for Internet or intranet use, and looks at the possibilities that rich clients bring to both application design and a better user experience. In particular, the authors provide guidance through a range of ideas on how data can be used to drive Web applications, and how that data can be most effectively utilized at each level of the design. They take a practical approach when showing you to build task-specific components, Web pages and Web applications based on a server running ASP.NET. The book itself focuses on n-tier architecture design and the way it can be coded, using SQL Server as a data source and simple Web server hardware.

PHP, MySQL, & JavaScript All-In-One For Dummies (Paperback): R. Blum PHP, MySQL, & JavaScript All-In-One For Dummies (Paperback)
R. Blum
R906 Discovery Miles 9 060 Ships in 12 - 19 working days

Explore the engine that drives the internet It takes a powerful suite of technologies to drive the most-visited websites in the world. PHP, mySQL, JavaScript, and other web-building languages serve as the foundation for application development and programming projects at all levels of the web. Dig into this all-in-one book to get a grasp on these in-demand skills, and figure out how to apply them to become a professional web builder. You'll get valuable information from seven handy books covering the pieces of web programming, HTML5 & CSS3, JavaScript, PHP, MySQL, creating object-oriented programs, and using PHP frameworks. Helps you grasp the technologies that power web applications Covers PHP version 7.2 Includes coverage of the latest updates in web development Perfect for developers to use to solve problems This book is ideal for the inexperienced programmer interested in adding these skills to their toolbox. New coders who've made it through an online course or boot camp will also find great value in how this book builds on what you already know.

Building an ASP.NET Intranet (Paperback, Softcover reprint of the original 1st ed.): Kourosh Ardestani Building an ASP.NET Intranet (Paperback, Softcover reprint of the original 1st ed.)
Kourosh Ardestani
R1,270 R1,076 Discovery Miles 10 760 Save R194 (15%) Ships in 10 - 15 working days

This book uses ASP .NET and Visual Basic .NET to develop an intranet application that provides all of the features that users expect. The author base the sample intranet within the book on Microsofts free best practices example, the IBuySpy Portal, and show how one can rapidly create an application that makes good use of the advanced features of ASP .NET. A full explanation of the IBuySpy Portal architecture is provided, allowing readers to get the most out of the product. The authors look at how to customize existing portal modules as well as building some of their own. Along the way, readers will learn a wealth of techniques for ASP .NET development - everything from making effective use of stored procedures through to integrating with Windows security and creating an advanced user interface with ASP .NET Web Controls.

Efficiency and Effectiveness of XML Tools and Techniques and Data Integration over the Web - VLDB 2002 Workshop EEXTT and CAiSE... Efficiency and Effectiveness of XML Tools and Techniques and Data Integration over the Web - VLDB 2002 Workshop EEXTT and CAiSE 2002 Workshop DTWeb. Revised Papers (Paperback, 2003 ed.)
Stephane Bressan, Akmal B. Chaudhri, Jeffrey Xu Yu, Zoe Lacroix
R1,601 Discovery Miles 16 010 Ships in 10 - 15 working days

 This book constitutes the thoroughly refereed joint post-proceedings of the VLDB 2002 Workshop on Efficiency and Effectiveness of XML Tools and Techniques, EEXTT and the CAiSE 2002 Workshop on Data Integration over the Web, DIWeb. The 10 revised full papers presented were carefully selected during two rounds of reviewing and revision. The papers are organized in topical sections on XML languages, XML modeling and integration, XML storage, benchmarking XML, and data integration over the Web.

Building ASP.NET Server Controls (Paperback, Softcover reprint of the original 1st ed.): Dale Michalk, Rob Cameron Building ASP.NET Server Controls (Paperback, Softcover reprint of the original 1st ed.)
Dale Michalk, Rob Cameron
R1,538 R1,317 Discovery Miles 13 170 Save R221 (14%) Ships in 10 - 15 working days

* Up to date for the latest release version of .NET * Written by two Microsoft employees who have been using the technology for both internal and external use since it was in alpha stage. * Describes the ASP.NET server control architecture in Visual Studio .NET 2003 covering state management, events, rendering, cross-platform support, control lifecycle, localization and deployment. * Provides background on User Controls as compared with server controls, discussing the benefits and strengths of each. * Discusses the various methods available to create server controls including inheritance, composition, and from scratch. Discusses when to use Control as a base class as compared to WebControl highlighting the tradeoffs. * Demonstrates how to integrate client-side development technologies such as DHTML and JavaScript with server control technology to create powerful interactive controls. * Covers ASP.NET mobile server control development including an in depth discussion of browser capabilities and device adapters when targeting the various mobile devices available. * Covers how to enrich the design-time experience when building custom server controls including custom designers, custom property editors, as well as other design-time enhancements.

Introduction to Modeling and Simulation with MATLAB (R) and Python (Hardcover): Steven I. Gordon, Brian Guilfoos Introduction to Modeling and Simulation with MATLAB (R) and Python (Hardcover)
Steven I. Gordon, Brian Guilfoos
R2,756 Discovery Miles 27 560 Ships in 12 - 19 working days

Introduction to Modeling and Simulation with MATLAB and Python is intended for students and professionals in science, social science, and engineering that wish to learn the principles of computer modeling, as well as basic programming skills. The book content focuses on meeting a set of basic modeling and simulation competencies that were developed as part of several National Science Foundation grants. Even though computer science students are much more expert programmers, they are not often given the opportunity to see how those skills are being applied to solve complex science and engineering problems and may also not be aware of the libraries used by scientists to create those models. The book interleaves chapters on modeling concepts and related exercises with programming concepts and exercises. The authors start with an introduction to modeling and its importance to current practices in the sciences and engineering. They introduce each of the programming environments and the syntax used to represent variables and compute mathematical equations and functions. As students gain more programming expertise, the authors return to modeling concepts, providing starting code for a variety of exercises where students add additional code to solve the problem and provide an analysis of the outcomes. In this way, the book builds both modeling and programming expertise with a "just-in-time" approach so that by the end of the book, students can take on relatively simple modeling example on their own. Each chapter is supplemented with references to additional reading, tutorials, and exercises that guide students to additional help and allows them to practice both their programming and analytical modeling skills. In addition, each of the programming related chapters is divided into two parts - one for MATLAB and one for Python. In these chapters, the authors also refer to additional online tutorials that students can use if they are having difficulty with any of the topics. The book culminates with a set of final project exercise suggestions that incorporate both the modeling and programming skills provided in the rest of the volume. Those projects could be undertaken by individuals or small groups of students. The companion website at http://www.intromodeling.com provides updates to instructions when there are substantial changes in software versions, as well as electronic copies of exercises and the related code. The website also offers a space where people can suggest additional projects they are willing to share as well as comments on the existing projects and exercises throughout the book. Solutions and lecture notes will also be available for qualifying instructors.

Essential ASP.NET (TM) fast - with examples in VB .Net (Paperback, Softcover reprint of the original 1st ed. 2003): Simon... Essential ASP.NET (TM) fast - with examples in VB .Net (Paperback, Softcover reprint of the original 1st ed. 2003)
Simon Stobart
R1,517 Discovery Miles 15 170 Ships in 10 - 15 working days

How to create dynamic web environments using the ASP .NET framework! The ASP .NET framework enables the development of dynamic web pages, which can interface to various database systems. Using the Visual Basic .NET language you will be able to begin to create your own web systems with ease. This quick and practical introduction explains: how to setup an ASP.NET development environment, and where to find the various software components.- the syntax and features of the language.- web-based user interaction using ASP .NET forms.- pre-defined ASP .NET objects.- how ASP .NET can interface with databases. Clearly written, this book provides you with all the essential information you need to create your own dynamic web environments using ASP .NET. Additional material is available from the Essential series web site: http://www.essential-series.com

.NET Development for Java Programmers (Paperback, Softcover reprint of the original 1st ed.): Paul Gibbons .NET Development for Java Programmers (Paperback, Softcover reprint of the original 1st ed.)
Paul Gibbons
R1,265 R1,072 Discovery Miles 10 720 Save R193 (15%) Ships in 10 - 15 working days

Java developers have adapted to a world in which everything is an object, resources are reclaimed by a garbage collector, and multiple inheritance is replaced by interfaces. All of these things have prepared developers to thrive in Microsoft's new .NET environment using C#.

Despite similarities between Java and C#, complex differences still lurk. This book will walk you through both language and library differences, to help you develop enterprise applications requiring mastery. You will then be able to build applications that communicate with databases and include network components, web pages, and many other features.

Ordinarily, Java developers rely on Java 2 Enterprise Edition (J2EE) to provide these libraries, and C# developers rely on the .NET Framework. At first glance, there seems little similarity between the two, but author Paul Gibbons shows how a Java developer's J2EE skills transfer smoothly when tackling the .NET Framework.

Early chapters highlight C#'s differences from Java, and discuss differences between the .NET CLR and JVM. Subsequent chapters cover various technologies in which J2EE development translates into .NET enterprise development. These middle chapters also explain .NET technologies that Java developers can begin using immediately. The final chapter examines migration of existing Java applications to C#, and the available tools and techniques. By the end of ."NET Development for Java Programmers," a professional Java developer will be able to tackle a real software project in .NET, using C#.

Essential UMLTm fast - Using SELECT Use Case Tool for Rapid Applications Development (Paperback, Softcover reprint of the... Essential UMLTm fast - Using SELECT Use Case Tool for Rapid Applications Development (Paperback, Softcover reprint of the original 1st ed. 2002)
Aladdin Ayesh
R1,581 Discovery Miles 15 810 Ships in 10 - 15 working days

Essential UML fast introduces you to the concepts of object-oriented analysis, design and programming, using the Unified Modeling Language. UML is one of the best known modelling languages in the object-oriented software development world, and is fast becoming a standard modelling language for OO software developers. With lots of examples and plenty of detailed illustrations, it's easy to work through the techniques step-by-step, and get up and running with UML fast. One of the best known use case tools, Select Enterprise, is used and advice is given on how to set it up and make best use of it so that you can quickly model practical software.You will learn about:Use case tools and software modelling basicsSetting up and running Select EnterpriseUse case diagramsClass diagramsObject interaction diagramsBehavioural modellingPatterns and techniques for fast software modelling and developmentThe modelling examples included in this book are available at the Essential series site: http:www.essential-series.com

XML Programming - Web Applications and Web Services With JSP and ASP (Paperback, Softcover reprint of the original 1st ed.):... XML Programming - Web Applications and Web Services With JSP and ASP (Paperback, Softcover reprint of the original 1st ed.)
Tom Myers, Alexander Nakhimovsky
R1,207 R1,041 Discovery Miles 10 410 Save R166 (14%) Ships in 10 - 15 working days

"XML Programming: Web Applications and Web Services with JSP and ASP" provides a fast-moving introduction to the XML family of technologies for programmers. Although written with a focus upon JSP- and ASP-based XML solutions, the book presents the material from a language-independent point of view that benefits all developers, whatever their language. The code is written to be readable by all.

Chapters 1 through 3 cover the foundations of XML well-formed and valid documents, DTDs and namespacesbut XLink, XPointer, and elements of XSLT are introduced early so the examples can be interesting and useful. Chapters 4 through 6 cover XML processing using SAX, DOM, and XSLT, separately and in various combinations. Each chapter progresses from simple to advanced examples.

Chapter 7 is devoted to the development of a real world project involving the use of various XML technologies to create an information repository. In the context of the project, the authors present RDF and the Dublin Core; revisit XPath, XLink, and XPointer; and show how XML data can live inside a relational database. Chapter 8 introduces the newer validation technologies (RELAX NG and XML Schema), in preparation for the final chapter on Web services. In the concluding chapter, the authors not only explain the specifications, but also build working examples: You're shown, step-by-step, how to convert a software module into a Web service, how to generate a WSDL description from code, how to use WSDL to generate stubs and skeletons for distributed language-independent applications, and how to register such applications with a UDDI repository, either local or on the Internet.

"XML Programming: Web Applications and Web Services with JSP and ASP" is an indispensable resource for programmers who wish to become proficient in XML technologies and use them for solving large-scale, real-life problems.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Parallel Algorithms for Irregular…
Alfonso Ferreira, Jose Rolim Hardcover R4,552 Discovery Miles 45 520
Neutrosophic Sets in Decision Analysis…
Mohamed Abdel-Basset, Florentin Smarandache Hardcover R7,203 Discovery Miles 72 030
Introduction to Mathematica (R) for…
Andrey Grozin Hardcover R2,163 Discovery Miles 21 630
Parallel and Distributed Information…
Jeffrey F. Naughton, Gerhard Weikum Hardcover R2,934 Discovery Miles 29 340
Doubly Classified Model with R
Teck Kiang Tan Hardcover R3,595 Discovery Miles 35 950
Multithreaded Computer Architecture: A…
Robert A. Iannucci, Guang R. Gao, … Hardcover R5,820 Discovery Miles 58 200
Parallel Computing
Moreshwar R. Bhujade Hardcover R1,080 Discovery Miles 10 800
Parallel Processing and Applied…
Roman Wyrzykowski, Jack Dongarra, … Paperback R3,057 Discovery Miles 30 570
Boolean Functions and Computation Models
Peter Clote, Evangelos Kranakis Hardcover R2,865 R2,488 Discovery Miles 24 880
IBM SPSS Statistics 27 Step by Step - A…
Darren George, Paul Mallery Hardcover R6,771 Discovery Miles 67 710

 

Partners