0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (12)
  • R250 - R500 (45)
  • R500+ (728)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Object-oriented programming (OOP)

Hibernate Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Gary Mak, Srinivas Guruzu Hibernate Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Gary Mak, Srinivas Guruzu
R1,199 R1,006 Discovery Miles 10 060 Save R193 (16%) Ships in 10 - 15 working days

Hibernate continues to be the most popular out-of-the-box framework solution for Java Persistence and data/database accessibility techniques and patterns. It is used for e-commercebased web applications as well as heavy-duty transactional systems for the enterprise.

Gary Mak, the author of the best-selling Spring Recipes, now brings you Hibernate Recipes. This book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients.

This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you further and shows how you can apply it practically in your daily work. What you'll learn The basics of object-relational mapping and how Hibernate is best suited for it How to do various mappings, including one-to-one mapping, many-to-one mapping, collection mapping, component mapping, and inheritance mapping How to use Hibernate Query Language (HQL) How to perform batch processing and use native SQL, criteria queries, caching objects, and more How to enable Hibernate in web applications with e-commerce How to use Hibernate for heavy-duty enterprise transactionbased systems Who this book is for

This book is for experienced Java developers looking to use Hibernate, but is also appropriate for Java developers new to Hibernate. Table of Contents Starting with Hibernate Basic Mapping and Object Identity Component Mapping Inheritance and Custom Mapping Many-to-One and One-to-One Mapping Collection Mapping Many-Valued Associations HQL and JPA Query Language Querying with Criteria and Example Working with Objects Batch Processing and Native SQL Cashing in Hibernate Transactions and Concurrency Web Applications

Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.): Joseph Rattz, Adam Freeman Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.)
Joseph Rattz, Adam Freeman
R1,548 R1,300 Discovery Miles 13 000 Save R248 (16%) Ships in 10 - 15 working days

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends with code. Most books show the simplest examples of how to use a method, but they so rarely show how to use the more complex prototypes. This book is different. Demonstrating the overwhelming majority of LINQ operators and prototypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Face it, most technical books, while informative, are dull. LINQ need not be dull. Written with a sense of humor, this book will attempt to entertain you on your journey through the wonderland of LINQ and C# 2010. What you'll learn How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods. How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want. Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you. How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data. How to query DataSets with LINQ to DataSet so you can coexist with legacy code and use LINQ to query databases other than SQL Server. How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts. Who this book is for

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will have a much greater understanding of the latest C# features. Table of Contents Hello LINQ C# Language Enhancements for LINQ LINQ to Objects Introduction Deferred Operators Nondeferred Operators LINQ to XML Introduction The LINQ to XML API LINQ to XML Operators Additional XML Capabilities LINQ to DataSet Operators Additional DataSet Capabilities LINQ to SQL Introduct ion LINQ to SQL Tips and Tools LINQ to SQL Database Operations LINQ to SQL Ent ity Classes The LINQ to SQL DataContext LINQ to SQL Concurrency Conflicts Additional LINQ to SQL Capabilities LINQ to Entities Introduction LINQ to Entities Operations LINQ to Entities Classes Parallel LINQ Introduction Using Parallel LINQ Parallel LINQ Operators

Pro .NET 4 Parallel Programming in C# (Paperback, 1st ed.): Adam Freeman Pro .NET 4 Parallel Programming in C# (Paperback, 1st ed.)
Adam Freeman
R1,925 Discovery Miles 19 250 Ships in 10 - 15 working days

Parallel programming has been revolutionised in .NET 4 providing, for the first time, a standardised and simplified method for creating robust, scalable and reliable multi-threaded applications. The Parallel Programming features of .NET 4 allow the programmer to create applications that harness the power of multi-core and multi-processor machines. Simpler to use and more powerful than classic .NET threads, parallel programming allows the developer to remain focused on the work an application needs to perform. In Pro .NET 4 Parallel Programming in C#, Adam Freeman presents expert advice that guides you through the process of creating concurrent C# applications from the ground up. You'll be introduced to .NET's parallel programming features, both old and new, discover the key functionality that has been introduced in .NET 4, and learn how you can take advantage of the power of multi-core and multi-processor machines with ease. Pro .NET 4 Parallel Programming in C# is a reliable companion that will remain with you as you explore the parallel programming universe, elegantly and comprehensively explaining all aspects of parallel programming, guiding you around potential pitfalls and providing clear-cut solutions to the common problems that you will encounter. What you'll learn* Develop scalable and robust parallel applications in C#.* Design, test and use parallel algorithms and data structures.* Understand and implement common parallel design patterns.* Avoid common anti-patterns and problems.* Use Visual Studio to verify and debug parallel applications.Who this book is for This book is for .NET developers encountering parallel or multi-threaded programming for the first time. No prior knowledge of multi-threaded programming is required, but the reader should be familiar with basic programming in C# using Visual Studio.

Beginning Perl (Paperback, 3rd ed.): James Lee Beginning Perl (Paperback, 3rd ed.)
James Lee
R1,151 R985 Discovery Miles 9 850 Save R166 (14%) Ships in 10 - 15 working days

This is a book for those of us who believed that we didn't need to learn Perl, and now we know it is more ubiquitous than ever. Perl is extremely flexible and powerful, and it isn't afraid of Web 2.0 or the cloud. Originally touted as the duct tape of the Internet, Perl has since evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. Beginning Perl, Third Edition provides valuable insight into Perl's role regarding all of these tasks and more. Commencing with a comprehensive overview of language basics, you'll learn all about important concepts such as Perl's data types and control flow constructs. This material sets the stage for a discussion of more complex topics, such as writing custom functions, using regular expressions, and file input and output. Next, the book moves on to the advanced topics of object-oriented programming, modules, web programming, and database administration with Perl's powerful database interface module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more. Whether you are a complete novice or an experienced programmer, Beginning Perl, Third Edition offers an ideal guide to learning Perl.

Programming Mobile Robots with Aria and Player - A Guide to C++ Object-Oriented Control (Paperback, 2010 ed.): Amanda Whitbrook Programming Mobile Robots with Aria and Player - A Guide to C++ Object-Oriented Control (Paperback, 2010 ed.)
Amanda Whitbrook
R1,479 Discovery Miles 14 790 Ships in 10 - 15 working days

Programming Mobile Robots with Aria and Player provides a comprehensive guide to creating object-oriented C++ programs for robots using the Player and Aria APIs within a Linux environment. A basic knowledge of object-oriented techniques is assumed, but the text is written in a user-friendly style, and is equally suitable for researchers with previous experience of robot control, or for students completely new to the field. The book is fully supported throughout with examples, diagrams, sample programs, and configuration files. MobileRobot s Pioneers are used as vehicles throughout the book, but most of the techniques and programs that are demonstrated for Player are directly applicable to the wide number of other makes and models that the API supports. In addition, the Aria section is also appropriate for other robots made by MobileRobots.

The book discusses how to install the various pieces of software needed and also describes how to:

configure robots;

control robots remotely;

program each individual sensor and actuator; and

set up and control robots, in both the real world and in a simulated environment (either through Player s Stage plug-in or Aria s MobileSim simulator).

Programming Mobile Robots with Aria and Player serves as a complete text for undergraduate and postgraduate robotics programming modules, and is also an invaluable reference source for students, teachers and researchers."

Beginning Scala (Paperback, 1st Corrected ed., Corr. 3rd printing): David Pollak Beginning Scala (Paperback, 1st Corrected ed., Corr. 3rd printing)
David Pollak
R1,098 R932 Discovery Miles 9 320 Save R166 (15%) Ships in 10 - 15 working days

The open source Scala language is a Java-based dynamic scripting, functional programming language. Moreover, this highly scalable scripting language lends itself well to building cloud-based/deliverable Software as a Service (SaaS) online applications.

Written by Lift Scala web framework founder and lead Dave Pollak, Beginning Scala takes a down-to-earth approach to teaching Scala that leads you through simple examples that can be combined to build complex, scalable systems and applications.

This book introduces you to the Scala programming language and then guides you through Scala constructs and libraries that allow small and large teams to assemble small components into high-performance, scalable systems. You will learn why Scala is becoming the language of choice for Web 2.0 companies such as Twitter as well as enterprises such as Seimens and SAP. What you'll learn Get running with the Scala programming language for functional Java, Java-based, and cloud-based/deliverable applications development, and more. Understand the basic syntax and mechanisms for writing Scala programs. Discover the techniques for and advantages of using immutable data structures. Create functional programming techniques for defining and managing concurrency. Use a complex type system and traits to define object-oriented programs. Work with Scala constructs and libraries that allow teams of any size to assemble small components into high-performance, scalable systems. Build complex systems based on the simple examples learned along the way through this book. Who this book is for

Java developers looking to reduce boilerplate, improve team performance, improve interteam dynamics, and build more scalable and robust systems. Also, this book will appeal to Java developers looking to do cloud-based development. Lastly, Ruby, Python, and Groovy programmers looking for a higher performance and a more robust language will benefit. Table of Contents About Scala and How to Install It Scala Syntax, Scripts, and Your First Scala Programs Collections and the Joy of Immutability Fun with Functions, and Never Having to Close That JDBC Connection Pattern Matching Actors and Concurrency Traits and Types and Gnarly Stuff for Architects ParsersBecause BNF Is Not Just for Academics Anymore Scaling Your Team

Learn Objective-C for Java Developers (Paperback, 1st ed.): James Bucanek Learn Objective-C for Java Developers (Paperback, 1st ed.)
James Bucanek
R1,019 R880 Discovery Miles 8 800 Save R139 (14%) Ships in 10 - 15 working days

Learn Objective-C for Java Developers will guide experienced Java developers into the world of Objective-C. It will show them how to take their existing language knowledge and design patterns and transfer that experience to Objective-C and the Cocoa runtime library. This is the express train to productivity for every Java developer who has dreamed of developing for Mac OS X or iPhone, but felt that Objective-C was too intimidating. So hop on and enjoy the ride Provides a translation service that turns Java problem-solving skills into Objective-C solutions Allows Java developers to leverage their existing experience and quickly launch themselves into a new domain Takes the risk out of learning Objective-C What you'll learn Apply Java experience to Objective-C and Cocoa Use elegant alternatives that increase productivity Maximize the powerfully unique constructs of Objective-C, like class clusters Think like an object-oriented C programmer to create more reusable code Use all of the things in Java and Objective-C that are actually quite similar, like MVC design patterns Learn how to do all of it within Apple's powerful Xcode programming environment using Cocoa frameworks Who this book is for

Experienced Java developers interested in developing native applications for Apple's Mac OS X operating system, iPhone, and iPod touch. Table of Contents Introduction Java and C: Key Differences Welcome to Objective-C Creating an Xcode Project Exploring Protocols and Categories Sending Messages Making Friends with nil Strings and Primitive Values Garbage Collection Introspection Files Serialization Communicating Near and Far Exception Handling Threads Collection Patterns Delegation Pattern Provider/Subscriber Pattern Observer Pattern Model-View-Controller Pattern Lazy Initialization Pattern Factory Pattern Singleton Pattern Memory Management Mixing C and Objective-C Runtime

Beginning Hibernate (Paperback, 2nd ed.): Jeff Linwood, Dave Minter Beginning Hibernate (Paperback, 2nd ed.)
Jeff Linwood, Dave Minter
R1,130 R964 Discovery Miles 9 640 Save R166 (15%) Ships in 10 - 15 working days

Beginning Hibernate, Second Edition is ideal if you're experienced in Java with databases (the traditional, or connected, approach), but new to open-source, lightweight Hibernatethe de facto object-relational mapping and database-oriented application development framework.

This book packs ininformation about the release of the Hibernate 3.5 persistence layer and provides a clear introduction to the current standard for object-relational persistence in Java. And since the book keeps its focus on Hibernate without wasting time on nonessential third-party tools, you'll be able to immediately start building transaction-based engines and applications.

Experienced authors Dave Minter and Jeff Linwood provide more in-depth examples than any other book for Hibernate beginners. The authors also present material in a lively, example-based mannernot a dry, theoretical, hard-to-read fashion. What you'll learn How to build enterprise Java-based transaction-type applications that access complex data with Hibernate, including Software as a Service (SaaS) How to work with Hibernate 3.5 Where to integrate into the persistence lifecycle, including cloud application implications How to map using annotations, Hibernate XML files, and more How to search and query with the new version of Hibernate When to integrate with Spring, Grails, and more Who this book is for

This book is for Java developers who want to learn about Hibernate. Table of Contents An Introduction to Hibernate Integrating and Configuring Hibernate Building a Simple Application The Persistence Life Cycle An Overview of Mapping Mapping with Annotations Creating Mappings with Hibernate XML Files Using the Session Searches and Queries Advanced Queries Using Criteria Filtering the Results of Searches Case Study Using Hibernate with an Existing Database

The Definitive Guide To Catalyst (Paperback, 1st ed.): Kieren Diment, Matt Trout The Definitive Guide To Catalyst (Paperback, 1st ed.)
Kieren Diment, Matt Trout
R1,423 Discovery Miles 14 230 Ships in 10 - 15 working days

Learn to build web applications with Catalyst, the popular open source web framework based on the Perl programming language. The Definitive Guide to Catalyst is a definitive guide to Catalyst version 5.8, which will be released in 2009.

This book contains

  • Training materials for new and experience programmers.
  • Worked examples and cookbook–style recipes of common web application programming tasks
  • Fundamentals of web application design and best–practice application style
What you’ll learn
  • Write web applications with Catalyst and Perl.
  • Design for extendability and code reuse.
  • Understand deployment options for high– and low–traffic sites.
  • Use DBIx::Class, Moose, and Template Toolkit.
  • Understand the Catalyst dispatcher and request cycle.
  • Deal with common web programming requirements: authentication and authorization, web services, sending e–mail, serving streaming media.
The primary audience for this book is existing Perl programmers who want more information on writing robust maintainable and extendable web applications.
Java to Kotlin - A Refactoring Guidebook (Paperback): Duncan McGregor, Nat Pryce Java to Kotlin - A Refactoring Guidebook (Paperback)
Duncan McGregor, Nat Pryce
R1,319 R1,161 Discovery Miles 11 610 Save R158 (12%) Ships in 12 - 19 working days

It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you're an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time. You'll have found that they do things differently in Kotlin, though. Nullability is important, collections are different, and classes are final by default. Kotlin is more functional, but what does that mean, and how should it change the way that you program? And what about all that Java code that you still have to support? Your tour guides Duncan and Nat first made the trip in 2015, and they've since helped many teams and individuals follow in their footsteps. Travel with them as they break the route down into legs like Optional to Nullable, Beans to Values, and Open to Sealed Classes. Each explains a key concept and then shows how to refactor production Java to idiomatic Kotlin, gradually and safely, while maintaining interoperability. The resulting code is simpler, more expressive, and easier to change. By the end of the journey, you'll be confident in refactoring Java to Kotlin, writing Kotlin from scratch, and managing a mixed language codebase as it evolves over time.

Models in Software Engineering - Workshops and Symposia at MODELS 2008, Toulouse, France, September 28 - October 3, 2008.... Models in Software Engineering - Workshops and Symposia at MODELS 2008, Toulouse, France, September 28 - October 3, 2008. Reports and Revised Selected Papers (Paperback, 2009 ed.)
Michel R.V. Chaudron
R1,558 Discovery Miles 15 580 Ships in 10 - 15 working days

Following the tradition of previous editions of the MODELS conference, many satellite events were organized in co-location with the MODELS conference in Toulouse in 2008: 12 workshops, 3 symposia, 9 tutorials, a poster session, and a tools exhibition. The selection of the workshops was organized by a Workshop Selection Committee, which consisted of the following experts: - Michel R. V. Chaudron, Leiden University, The Netherlands (Chair) - Jochen Kuster ], IBM Research Zurich, Switzerland - Henry Muccini, University of L'Aquila, Italy - Holger Giese, Hasso-Plattner-Institute, Germany - Hans Vangheluwe, McGill University, Canada Some workshops have been running for several years as MODELS satellite events, but each year some workshops end. Furthermore, there are always new developments, and hence there is roomfor new workshops. Therefore, the Wo- shop Selection Committee very much welcomes new proposals. The workshops enabled groups of participants to exchange recent and/or preliminary results, to conduct intensive discussions, or to coordinate e?orts between representatives of a technical community. They served as forums for lively discussion of innovative ideas, recent progress, or practical experience on model-driven engineering for speci?c aspects, speci?c problems, or doma- speci?c needs. The three symposia this year were: the Doctoral Symposium, the Educators' Symposium, and the Research Projects Symposium. The Doctoral Symposium provided speci?c support for PhD students to discuss their work and receive guidance for the completion of their dissertation research."

Expert F# (Hardcover, 1st Corrected ed., Corr. 6th printing): Antonio Cisternino, Adam Granicz, Don Syme Expert F# (Hardcover, 1st Corrected ed., Corr. 6th printing)
Antonio Cisternino, Adam Granicz, Don Syme
R1,708 Discovery Miles 17 080 Ships in 10 - 15 working days

Expert F# is about practical programming in a beautiful language that puts the power and elegance of functional programming into the hands of .NET developers. In combination with .NET, F# achieves unrivaled levels of programmer productivity and program clarity. This books serves asThe authoritative guide to F# by the designer of F# A comprehensive reference of F# concepts, syntax, and features A treasury of expert F# techniques for practical, realworld programming

While inspired by OCaml, F# isn't just another functional programming language. Drawing on many of the strengths of both OCaml and .NET, it's a generalpurpose language ideal for realworld development. F# integrates functional, imperative, and objectoriented programming styles so you can flexibly and elegantly solve programming problems, and brings .NET development alive with interactive execution. Whatever your background, you'll find that F# is easy to learn, fun to use, and extraordinarily powerful. F# will help change the way you think about and go about programming.

Written by F#'s designer and two active contributors, Expert F# is the authoritative, comprehensive, and indepth guide to the language and its use. Designed to help others become experts, the book gives a thorough introduction to the F# language from quick essentials to indepth advanced topics such as active pattern matching, aggregate data types and operators, sequence expressions, lazy values, mutable data and sideeffects, generics, type augmentations, functional decomposition and code organization.

The second half of the book is devoted to examining the practical application of F#, providing elegant solutions to common programming tasks includinguser interfaceimplementation, data access, web and distributed programming, symbolic and numerical computations, concurrent programming, testing, profiling, and interoperability with other languages. The latest hot developments in F# and .NET are also addressed, including Active Patterns, implicit class construction, integration with LINQ over relational data, meta programming and useful tips for working with Visual Studio and F# commandline tools.

The worlds foremost experts in F# show you how to program in F# the way they do What you'll learn How to use F# for functional, imperative, and objectoriented programming How to code elegant F# solutions with expert technique and style How to develop Windows, web, graphics, and database applications in F# How to do numerical, concurrent, lexical, and symbolic processing in F# How to interoperate with C and COM Who this book is for

This book is for anyone interested in state-of-the art .NET programming. Professional programmers will find it engrossing. F# provides invaluable insight into the future of both C# and VB, which are now adopting some (but far from all) of the functional features of F#. Once they learn F#, few feel like returning to either C# or VB. The academic community will find F# the answer to a decades-long prayer: a language suitable for teaching computer science that also excites and empowers students because it can be used not just in the classroom, but also in the real world.

Learn Objective-C on the Mac (Paperback, 1st Corrected ed., Corr. 3rd printing): Scott Knaster, Mark Dalrymple Learn Objective-C on the Mac (Paperback, 1st Corrected ed., Corr. 3rd printing)
Scott Knaster, Mark Dalrymple
R1,117 R951 Discovery Miles 9 510 Save R166 (15%) Ships in 10 - 15 working days

Take your coding skills to the next level with this extensive guide to ObjectiveC, the native programming language for developing sophisticated software applications for Mac OS X. ObjectiveC is a powerful, objectoriented extension of C, making this book the perfect followup to Dave Mark's bestselling Learn C on the Mac, Mac OS X Edition. Whether you're an experienced C programmer or you're coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of ObjectiveC in your applications A complete course on the basics of ObjectiveC using Apple's free Xcode tools An introduction to objectoriented programming Comprehensive coverage of inheritance, composition, object initialization, categories, protocols, memory management, and organizing source files A brief tour of Cocoa's foundation framework and AppKit A helpful learning curve guide for nonC developers What you'll learn Learn ObjectiveC programming, the gateway to programming your Mac or iPhoneWrite applications for the Mac OS X interface, the cleanest userinterface aroundUnderstand variables and how to design your own data structuresWork with the file systemConnect to data sources and the Internet Who this book is for

For anyone wanting to learn to program native applications in Mac OS X, including developers new to the Mac, developers new to Objective-C, or students entirely new to programming.

Beginning Java Google App Engine (Paperback, 1st ed.): Kyle Roche, Jeff Douglas Beginning Java Google App Engine (Paperback, 1st ed.)
Kyle Roche, Jeff Douglas
R1,091 R925 Discovery Miles 9 250 Save R166 (15%) Ships in 10 - 15 working days

Google App Engine is one of the key technologies to emerge in recent years to help you build scalable web applications even if you have limited previous experience. If you are a Java programmer, this book offers you a Java approach to beginning Google App Engine. You will explore the runtime environment, front-end technologies like Google Web Toolkit, Adobe Flex, and the datastore behind App Engine. You'll also explore Java support on App Engine from end to end.

The journey begins with a look at the Google Plugin for Eclipse and finishes with a working web application that uses Google Web Toolkit, Google Accounts, and Bigtable. Along the way, you'll dig deeply into the services that are available to access the datastore with a focus on Java Data Objects (JDO), JDOQL, and other aspects of Bigtable.

With this solid foundation in place, you'll then be ready to tackle some of the more advanced topics like integration with other cloud platforms such as Salesforce.com and Google Wave. NOTE: The source code files which accompanied this title are no longer available. Neither Apress nor the authoris able to supply these files. What you'll learn How to get up and running with App Engine, starting with the Google Plugin for Eclipse All about the development server for testing and developing your applications How to develop applications using Servlets & JSPs, Spring Framework, and open source Flash Remoting and Messaging servers How to leverage the datastore in your applications, including Persistence as a Service How to use Spring as a Service for transactions, data access, and more How to use Google Web Toolkit to create AJAX components to drive your web applications How to send email and instant messages (XMPP) from within your application How to increase performance of your apps by storing data in memory using the Memcache service Who this book is for

This book is for Java programmers looking to get started on Google App Engine, as well as App Engine programmers looking to move to Java. Table of Contents Beginning Google App Engine for Java Introduction to App Engine Getting Started with Google App Engine for Java Servlet Container and Frameworks Developing Your Application Authenticating Users Using the App Engine Datastore App Engine Services Administration and Integration

Design Patterns - Elements of Reusable Object-Oriented Software (Hardcover, Reissue): Erich Gamma, Richard Helm, Ralph Johnson,... Design Patterns - Elements of Reusable Object-Oriented Software (Hardcover, Reissue)
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides 4
R1,547 R1,261 Discovery Miles 12 610 Save R286 (18%) Ships in 12 - 19 working days

  • Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.
  • The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently.

Expert C# 2008 Business Objects (Paperback, 1st ed.): Rockford Lhotka Expert C# 2008 Business Objects (Paperback, 1st ed.)
Rockford Lhotka
R1,562 R1,314 Discovery Miles 13 140 Save R248 (16%) Ships in 10 - 15 working days

Do you want to create .NET applications that provide high performance and scalability? Do you want to employ objectoriented programming techniques in a distributed environment? Do you want to maximize the reuse and maintainability of your code? Then this book is for you.

In Rockford Lhotka 's Expert C# 2008 Business Objects, you'll learn how to use advanced .NET Framework capabilities alongsideobject-oriented design and programming to create scalable, maintainable objectoriented applications. Better still, this book includes Component-based Scalable Logical Architecture (CSLA) .NET 3.6, a widely-used framework on which you can base your application development. By using the concepts and framework in the book, you can focus more on your business issues and less on technology.

Using VS 2008 and C# 3.0, Rockford Lhotka shows you how CSLA .NET 3.6 allows great flexibility in object persistence, so business objects can use virtually any data sources available. The CSLA framework supports 1, 2 and ntier models through the concept of mobile objects. This provides the flexibility to optimize performance, scalability, security, and fault tolerance with no changes to code in the UI or business objects.

Business objects based on CSLA.NET 3.6 automatically gain many advanced features that simplify the creation of Windows forms, web forms, WPF, WCF, WF, and web services interfaces, and LINQ. What you'll learn Who this book is for

This book is for .NET developers using Visual Studio 2008 who want to create .NET applications that provide high performance and scalability, employing object-oriented programming techniques in a distributed environment.

Mule 2 - A Developer's Guide (Paperback, 1st ed.): Antoine Borg, Peter Delia, Ricston Ltd Mule 2 - A Developer's Guide (Paperback, 1st ed.)
Antoine Borg, Peter Delia, Ricston Ltd
R956 Discovery Miles 9 560 Ships in 10 - 15 working days

Mule 2: Developer's Guide to ESB and Integration Platform introduces the Mule 2.0 integration platform for developers of enterprise integration applications who wish to leverage the latest Mule as a lightweight messaging framework that contains a distributable object broker for managing communication between applications. The book is based on insight, knowledge, and experience resulting from working with Mule. The text provides support, consulting, and training to developers implementing Mule in a broad range of scenarios ranging from small projects through to large corporations developing major deployments. The author(s) have also developed the official training materials for Mule. What you'll learn Understand the background and fundamental concepts of an enterprise services bus (ESB) and the Mule 2 framework architecture. Configure Mule for your own environment. Understand message flows, styles, and key transports in Mule. Implement Mule in a broad range of scenarios using Mule execution models and the Mule APIs. Handle errors and security protocols in Mule. Who is this book for? This firstPress book is for developers interested in building integration solutions using Mule 2.0.

Exploring C++ - The Programmer's Introduction to C++ (Paperback, 1st ed.): Ray Lischner Exploring C++ - The Programmer's Introduction to C++ (Paperback, 1st ed.)
Ray Lischner
R1,366 R1,173 Discovery Miles 11 730 Save R193 (14%) Ships in 10 - 15 working days

"Exploring C++" uses a series of selfdirected lessons to divide C++ into bitesized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior knowledge of C or any other particular language. It reduces the usually considerable complexity of C++.

The included lessons allow you to learn by doing, as a participant of an interactive education session. You'll master each step in one sitting before you proceed to the next. Author -->Ray Lischner -->has designed questions to promote learning new material. And by responding to questions throughout the text, youll be engaged every step of the way.

Pro Visual C++/CLI and the .NET 3.5 Platform (Paperback, 1st ed.): Stephen R.G. Fraser Pro Visual C++/CLI and the .NET 3.5 Platform (Paperback, 1st ed.)
Stephen R.G. Fraser
R1,771 Discovery Miles 17 710 Ships in 10 - 15 working days

Pro Visual C++/CLI and the .NET 3.5 Platform is about writing .NET applications using C++/CLI. While readers are learning the ins and outs of .NET application development, they will also be learning the syntax of C++, both old and new to .NET. Readers will also gain a good understanding of the .NET architecture. This is truly a .NET book applying C++ as its development languagenot another C++ syntax book that happens to cover .NET. What you'll learn Learn the syntax and semantics of C++/CLI Program Windows graphical user interface applications Write web applications and web services in C++/CLI Work with data in a database or XML documents Create multi-threaded and networkaware applications See how to use C++/CLI unmanaged code properly and safely Who this book is for

This book is primarily for C++ programmers who want to write applications for the .NET 3.5 platform. It also caters to those new to C++ who wish to work in .NET 3.5 and use the power of C++.

Eclipse Rich Ajax Platform - Bringing Rich Client to the Web (Paperback, 1st ed.): Fabian Lange Eclipse Rich Ajax Platform - Bringing Rich Client to the Web (Paperback, 1st ed.)
Fabian Lange
R907 Discovery Miles 9 070 Ships in 10 - 15 working days

Eclipse Rich Ajax Platform (RAP) is an innovative toolkit for developing applications that will run as rich clients as well as web applications. Eclipse Rich Ajax Platform is the first book on the new Eclipse RAP, and it introduces the required RCP and OSG/i concepts used by Eclipse RAP.

This firstPress title demonstrates the functionality and benefits of Eclipse RAP as well as shows the sweet spots of RAP, especially focusing on single sourcing RCP and web applications, which can be a huge cost saver.

This book also covers possible issues that might prevent you from successfully deploying RAP.Describes Eclipse RAP concepts and its underlying technology Explains key features of RAP Shows case studies where RAP works and where it won't What you'll learn Understand what the purpose of RAP is. Learn what is required to deploy RAP applications. Get to know how to utilize RAP features. Develop single sourced RCP and web applications. Solve issues when migrating a RCP application to RAP. Determine when to use RAP or when to choose a different framework. Who this book is for

This book is suitable for IT managers, technical leads, and developers. While the focus is on concepts and understanding the technology, developers can also find insights on how to solve specific issues. For IT managers, it shows how RAP is able to save development costs, but also presents limitations of the framework. The reader is expected to have at least basic Eclipse RCP knowledge and some complementary Java or web application development experience. Table of Contents Rich Clients vs. Web Clients Introducing Eclipse RAP The RAP Architecture Developing a RAP Application Single Sourcing Advanced RAP Features RAP Deployment

Foundations of C++/CLI - The Visual C++ Language for .NET 3.5 (Paperback, 1st ed.): Gordon Hogenson Foundations of C++/CLI - The Visual C++ Language for .NET 3.5 (Paperback, 1st ed.)
Gordon Hogenson
R1,988 Discovery Miles 19 880 Ships in 10 - 15 working days

Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 introduces C++/CLI, Microsoft's extensions to the C++ syntax that allow you to target the common language runtime, the key to the heart of the .NET Framework 3.5. This book gives you a small, fastpaced primer that will kickstart your journey into the world of C++/CLI. In 13 nofluff chapters, Microsoft insiders take readers into the core of the C++/CLI language and explain both how the language elements work and how Microsoft intends them to be used.

This book is a beginner's guide, but it assumes a familiarity with programming basics. And it concentrates on explaining the aspects of C++/CLI that make it the most powerful and fun language of the .NET Framework. As such, this book is ideal if you're thinking of migrating to C++/CLI from another language. By the end of this book, you'll have a thorough grounding in the core language elements together with the confidence to explore further that comes from a solid understanding of a language's syntax and grammar. What you'll learn The basics of C++/CLI The objectoriented features of C++/CLI How C++/CLI sits within the .NET Framework 3.5 How to create C++/CLI programs Using STL/CLR Who this book is for

Developers wanting to learn C++/CLI.

Introduction to JavaScript Object Notation (Paperback): Lindsay Bassett Introduction to JavaScript Object Notation (Paperback)
Lindsay Bassett
R709 R562 Discovery Miles 5 620 Save R147 (21%) Ships in 12 - 19 working days

What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author Lindsay Bassett begins with an overview of JSON syntax, data types, formatting, and security concerns before exploring the many ways you can apply JSON today. From Web APIs and server-side language libraries to NoSQL databases and client-side frameworks, JSON has emerged as a viable alternative to XML for exchanging data between different platforms. If you have some programming experience and understand HTML and JavaScript, this is your book. Learn why JSON syntax represents data in name-value pairs Explore JSON data types, including object, string, number, and array Find out how you can combat common security concerns Learn how the JSON schema verifies that data is formatted correctly Examine the relationship between browsers, web APIs, and JSON Understand how web servers can both request and create data Discover how jQuery and other client-side frameworks use JSON Learn why the CouchDB NoSQL database uses JSON to store dat

Objects, Components, Models and Patterns - 47th International Conference, TOOLS EUROPE 2009, Zurich, Switzerland, June 29-July... Objects, Components, Models and Patterns - 47th International Conference, TOOLS EUROPE 2009, Zurich, Switzerland, June 29-July 3, 2009, Proceedings (Paperback, 2009 ed.)
Manuel Oriol, Bertrand Meyer
R1,547 Discovery Miles 15 470 Ships in 10 - 15 working days

For the past 20 years the TOOLS conferences have continuously spread new technologies in the world of object-orientation, component technology and so- ware engineering in general. They constitute a particularly important forum for software researchers and practitioners to present work that relies on producing tools. This year's TOOLS continued the tradition and presented a strong program thatincluded originalcontributionsin allmajor?elds ofthe object-orientedp- adigm. As in TOOLS 2008, the concept of model occupied a considerable place; but other topics such as re?ection,aspects, modelling languages,debugging,and virtual machines design were also strongly represented. While most conferences had a decrease in the number of submitted papers, TOOLS made the choice of quality and decided to lower its acceptance rate to 25%,asa ?xedmaximumannouncedin the Callfor Papers.Out of67submitted contributions, the reviewing process led to the selection of 17 as full papers. For the ?rst time, two short papers were also accepted for presentation at the conference.

Beginning Groovy and Grails - From Novice to Professional (Paperback, 1st Corrected ed., Corr. 2nd printing): Jim Shingler,... Beginning Groovy and Grails - From Novice to Professional (Paperback, 1st Corrected ed., Corr. 2nd printing)
Jim Shingler, Joseph Faisal Nusairat, Christopher M. Judd
R1,080 R925 Discovery Miles 9 250 Save R155 (14%) Ships in 10 - 15 working days

Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Java developers have been particularly fortunate in this area, having been able to take advantage of Grails, an open source framework that supercharges productivity when building Java-driven web sites. Grails is based on Groovy, which is a very popular and growing dynamic scripting language for Java developers and was inspired by Python, Ruby, and Smalltalk.

Beginning Groovy and Grails is the first introductory book on the Groovy language and its primary web framework, Grails.

This book gets you started with Groovy and Grails and culminates in the example and possible application of some real-world projects. You follow along with the development of each project, implementing and running each application while learning new features along the way. What you'll learn Understand the fundamentals of the open source, dynamic Groovy scripting language and the Grails web framework. Capitalize upon Grails' well-defined framework architecture to build web applications faster than ever before. Improve your web application with cutting-edge interface enhancements using Ajax. Use Grails' object-relational mapping solution, GORM, to manage your data store more effectively than ever before. Take advantage of Groovy to create reporting services, implement batch processing, and create alternative client interfaces. Deploy and upgrade your Grails-driven applications with expertise and ease. Discover an alternative client in Groovy as well.
Who is thisbook for?

Java and web developers looking to learn and embrace the power and flexibility offered by the Grails framework and Groovy scripting language About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from "novice to professional." You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory!

Google Guice - Agile Lightweight Dependency Injection Framework (Paperback, 1st ed.): Robbie Vanbrabant Google Guice - Agile Lightweight Dependency Injection Framework (Paperback, 1st ed.)
Robbie Vanbrabant
R1,085 Discovery Miles 10 850 Ships in 10 - 15 working days

Guice (pronounced Juice) is the Jolt Award winning, 100% Java icing on the cake of Java dependency injection. Unlike other popular DI frameworks such as Spring, Guice fully embraces modern Java language features and combines simplicity with stunning performance and developer-friendliness. Google Guice: Agile Lightweight Dependency Injection Framework will not only tell you how, it will also tell you why and why not, so that all the knowledge you gain will be as widely applicable as possible. Filled with examples and background information, this book is an invaluable addition to your knowledge of modern agile Java. Learn simple annotation-driven dependency injection, scoping and AOP, and why it all works the way it works. Be the first to familiarize yourself with concepts that are likely to be included in a future Java EE or SE release (through JSR 299). Get things done without having to write any XML. What you'll learn Find out why dependency injection frameworks solve your problems, and how Guice fills that gap. What Guice can do, can't do and how to apply that knowledge. How Guice compares to popular alternatives like the Spring Framework. What the future has in store, including Guice IDE, the next Guice version and the standardization of Guice's concepts through JSR 299. How you can build real-world, Guice-powered web applications using popular frameworks like Wicket or Struts 2. How to develop a full stack Guice/Struts 2/Hibernate application. What you can really do with modern Java. Who is this book for? This book is for professional Java developers who are interested in dependency injection and modern Java coding practices, and who want to tacklecomplexity with a simple, powerful, and high-quality solution that powers one of Google's highest profile applications: AdWords. This may be an alternative to Spring for many.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Java - The ultimate beginners guide to…
Mark Reed Hardcover R613 R556 Discovery Miles 5 560
Using UML - Software Engineering with…
Perdita Stevens Paperback R2,462 Discovery Miles 24 620
C# for Students - Revised edition
Douglas Bell, Mike Parr Paperback R2,489 Discovery Miles 24 890
Object-Oriented Game Development
Julian Gold Paperback R2,247 R1,778 Discovery Miles 17 780
Enterprise Modeling and Computing with…
Hardcover R2,697 Discovery Miles 26 970
Java Parables Volume 1 - Object-Oriented…
Pamela Osakwe Leon-Mezue Hardcover R975 Discovery Miles 9 750
The Jakarta EE Platform Specification…
Eclipse Foundation Hardcover R1,156 Discovery Miles 11 560
Introduction Coding - Learn Python With…
Python Accademy Hardcover R756 R662 Discovery Miles 6 620
ISE Object-Oriented Software…
David Kung Paperback R1,905 Discovery Miles 19 050
Java For Students
Douglas Bell, Mike Parr Paperback R2,714 Discovery Miles 27 140

 

Partners