Pro LINQ
LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ made its debut in Visual Studio 2008, and became a must-have skill for .NET developers. For more information about LINQ, you can check out www.linqdev.com. Starting with code and ending with code and tailored for the VB language, Pro LINQ: Language Integrated Query in VB 2008 is a veritable treasury of LINQ examples that will save you hours, even days, of research time. Keeping you focused on the relevant LINQ principles, expert author Joseph Rattz, Jr., and VB specialist Dennis Hayes provide examples for complex models that you won't find anywhere else. In most books, you'll find plenty of simple examples to demonstrate how to use a method, but authors rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in VB 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, Joseph Rattz, Jr., and Dennis Hayes condense their extensive experience and expertise into a desk companion that is essential for any serious .NET professional. 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. Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in VB 2008 returns your investment is in the hours, andsometimes days, spent by the authors determining why something may not work as expected. Sometimes this results in an innocent-looking paragraph that may take you a minute to read and understand, but took days to research and explain. 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 VB 2008.
Zend Enterprise PHP Patterns
Zend Enterprise PHP Patterns is the culmination of years of experience in the development of web-based applications designed to help enterprises big and small overcome the challenges of the web-based application world and achieve harmony in not only the architecture of their application, but also the entire process under which that application is created and maintained. Taken directly from real-life experiences in PHP application development, Zend Enterprise PHP Patterns will help you Utilize open source technologies such as PHP and Zend Framework to build robust and easy-to-maintain development infrastructures. Understand Zend Framework and its philosophical approach to building complex yet easy-to-maintain libraries of functionality for your application that can scale with your needs. Benefit through an in-depth discussion of tools and techniques that can significantly enhance your ability to develop code faster, fix bugs, and increase performance.
Beginning Ruby
Based on the bestselling first edition, Beginning Ruby: From Novice to Professional, Second Edition is the leading guide for every type of reader who wants to learn Ruby from the ground up. The new edition of this book provides the same excellent introduction to Ruby as the first edition plus updates for the newest version of Ruby, including the addition of the Sinatra and Ramaze web application frameworks and a chapter on GUI development so developers can take advantage of these new trends. Beginning Ruby starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a full Ruby application. By the end of the book, in addition to in-depth knowledge of Ruby, you'll also have basic understanding of many ancillary technologies such as SQL, XML, web frameworks, and networking. Introduces readers to the Ruby programming language Takes readers from basic programming skills to web development with topics like Ruby-based frameworks and GUI programming Covers many ancillary technologies in order to provide a broader picture (e.g., databases, XML, network daemons)
Mule in Action
Mule is the most widely used open source ESB-with millions of downloads-providing an alternative to expensive commercial options. Mule in Action is a comprehensive tutorial designed for working Java developers. This authoritative book explores the architecture and the main features of version Mule 2 through numerous running examples. It starts with a quick overview of ESB technology and a bit of Mule history-including the key changes between Mule 1.x and Mule 2. Readers learn to configure Mule and then get straight to the good stuff-putting Mule to work. Because the core of an ESB system is handling message traffic, the book dives into the way Mule handles data with chapters on sending and receiving, routing, and transforming data. Next, it takes a close look at Mule's standard components and how you can roll out custom ones. The book closes with a set of chapters on the nuts and bolts of working with Mule. Readers can take Mule farther by learning techniques for testing, performance tuning, BPM orchestration, and even a touch of Groovy scripting.
Open Source SOA
HIGHLIGHT Open Source SOA shows readers how to build state-of-the-art SOA applications using freely-available open-source technologies. DESCRIPTION You can build a world-class SOA infrastructure entirely using popular, and mature, open-source applications. Unfortunately, the technical documentation for most open-source projects focuses on a specific product, the big SOA picture. You're left to your own devices to figure out how to cobble together a full solution from the various bits. In other words, unless you already know how Mule and Tuscany work with jBPM, you're stuck. Open Source SOA shows readers how to build an entire SOA application using open-source technologies. It shows readers how to apply key ideas like Enterprise Service Bus (ESB) design and Business Process Management (BPM) and learn the tools and techniques to implement them effectively. To pull everything together, the author describes real-life case studies from his own work to tie together all the principles and practices. These hard-to-find case studies are pure gold for the reader, as most developers keep these trade secrets to themselves. KEY POINTS - Theory--what SOA really represents - Enablers--SOA core technologies - Open-source applications that address the core technology - Best-of-breed open-source solutions - Real-life case studies MARKET INFORMATION SOA is a fact of life for enterprise developers. Open source technologies have caught up with--and in many cases, surpassed--their commercial rivals in terms of power, ease of use, and sophistication. This book shows a Java EE developer how to apply SOA techniques using the best-of-breed open-sources tools.
Pro JavaFX Platform
The JavaFX(TM) technology and platform is essentially Sun's response to Adobe Flash and Microsoft's Silverlight. JavaFX lets developers play with the open-source scripting, desktop, and mobile APIs offered to create dynamic, seamless visual user interfaces (UIs) that are "Flash-like" and beyond... Learn from bestselling JavaFX author Jim Weaver and expert JavaFX developers Weiqi Gao, Stephen Chin, and Dean Iverson to discover the JavaFX technology and platform that enables developers and designers to create rich Internet applications (RIAs) that can run across diverse devices. Covering the JavaFX Script language, JavaFX Mobile, and development tools, Pro JavaFX(TM) Platform: Script, Desktop and Mobile RIA with Java(TM) Technology is the first book that fully provides JavaFX version 1.2 code examples that cover virtually every language and API feature. This book contains the following: Tutorials that teach JavaFX 1.2 to an application developer or graphics designer who has had no exposure to JavaFX. These tutorials will be exhaustive, covering virtually every facet of JavaFX Script and are fully updated for the JavaFX 1.2 release. Reference materials on JavaFX 1.2 that augment what is available from the JavaFX 1.2 Language Reference and API documentation. How to take JavaFX 1.2 to other platforms besides the desktop, such as mobile. Visit projavafx.com for more resources and information from the authors.
The Definitive Guide to Django
This latest edition of The Definitive Guide to Django is updated for Django 1.1, and, with the forward-compatibility guarantee that Django now provides, should serve as the ultimate tutorial and reference for this popular framework for years to come. Django, the Python-based equivalent to Ruby's Rails web development framework, is one of the hottest topics in web development today. Lead developer Jacob Kaplan-Moss and Django creator Adrian Holovaty show you how they use this framework to create award-winning web sites by guiding you through the creation of a web application reminiscent of ChicagoCrime.org. The Definitive Guide to Django is broken into three parts, with the first introducing Django fundamentals such as installation and configuration, and creating the components that together power a Django-driven web site. The second part delves into the more sophisticated features of Django, including outputting non-HTML content such as RSS feeds and PDFs, caching, and user management. The appendixes serve as a detailed reference to Django's many configuration options and commands.
Practical Django Projects
Build a Django content management system, blog, and social networking site with James Bennett as he introduces version 1.1 of the popular Django framework. You'll work through the development of each project, implementing and running the applications while learning new features along the way. 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. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open-source web framework whose stated goal is to "make it easier to build better web applications more quickly with less code." Practical Django Projects introduces this popular framework by way of a series of real-world projects. Readers follow along with the development of each project, implementing and running each application while learning new features along the way. This edition is updated for Django 1.1 and includes an all-new chapter covering practical development tools and techniques you'll be able to apply to your own development workflow.
Grails in Action
For web developers used to wrestling with Java and XML, Grails is a breath offresh air. Developers are instantly productive, picking up all the benefits of theRuby-based Rails framework without giving up any of the power of Java. Grails in Action is a comprehensive look at Grails for Java developers. It coversthe nuts and bolts of the core Grails components and is jam-packed withtutorials, techniques, and insights from the trenches. The book starts with an overview of Grails and how it can help you get your webdev mojo back. Then it walks readers through a Twitter-style social networkingapp-built in Grails, of course-where they implement high-interest featureslike mashups, AJAX/JSON, animation effects, full text search, rounded corners, and lots of visual goodness. The book also covers using Grails with existing Javatechnology, like Spring, Hibernate, and EJBs. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Java Message Service
Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility. Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services. With Java Message Service, you will: Build applications using point-to-point and publish-and-subscribe messaging models Use features such as transactions and durable subscriptions to make an application reliable Implement messaging within Enterprise JavaBeans (EJB) using message-driven beans Use JMS with RESTful applications and with the Spring application framework Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it.
Schaum’s Outline of Data Structures with Java
Tough Test Questions? Missed Lectures? Not Enough Time?Fortunately for you, there's Schaum's Outlines. More than 40 million students have trusted Schaum's to help them succeed in the classroom and on exams. Schaum's is the key to faster learning and higher grades in every subject. Each Outline presents all the essential course information in an easy-to-follow, topic-by-topic format. You also get hundreds of examples, solved problems, and practice exercises to test your skills. This Schaum's Outline gives youPractice problems with full explanations that reinforce knowledgeCoverage of the most up-to-date developments in your course fieldIn-depth review of practices and applicationsFully compatible with your classroom text, Schaum's highlights all the important facts you need to know. Use Schaum's to shorten your study time-and get your best test scores!Schaum's Outlines-Problem Solved.
Pro SQL Server 2008 Analytics
Pro SQL Server 2008 Analytics provides everything you need to know to develop sophisticated and visually appealing sales and marketing dashboards using SQL Server 2008 and to integrate those dashboards with SharePoint, PerformancePoint, and other key Microsoft technologies. The book begins by addressing the many misconceptions that surround the use of key performance indicators (KPIs) and giving a brief overview of the business intelligence (BI) and reporting tools that can be combined on the Microsoft platform to help you generate the results that you need. The focus of the book is to help you implement a successful business intelligence project of your own. The text discusses many of the required project planning components, provides overviews and examples associated with Microsoft's BI tools, and gives detailed examples of successful dashboard implementations.
Automating System Administration With Perl
If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with Perl, Second Edition, not only offers you the right tools for your job, but also suggests the best way to approach specific problems and to securely automate recurring tasks. Updated and expanded to cover the latest operating systems, technologies, and Perl modules, this edition of the "Otter Book" will help you: Manage user accounts Monitor filesystems and processes Work with configuration files in important formats such as XML and YAML Administer databases, including MySQL, MS-SQL, and Oracle with DBI Work with directory services like LDAP and Active Directory Script email protocols and spam control Effectively create, handle, and analyze log files Administer network name and configuration services, including NIS, DNS and DHCP Maintain, monitor, and map network services, using technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool Improve filesystem, process, and network security This edition includes additional appendixes to get you up to speed on technologies such as XML/XPath, LDAP, SNMP, and SQL. With this book in hand and Perl in your toolbox, you can do more with less -- fewer resources, less effort, and far less hassle.
The Definitive Guide to Plone
The Definitive Guide to Plone, Second Edition has been completely updated to cover version 3 of Plone and its newest features. This book provides a complete and detailed overview of Plone. It is divided into three parts, which cover using, configuring, and developing and customizing Plone. After the coverage of Plone's features, the case studies in the final part of the book reveal the true power of Plone. These case studies demonstrate Plone's ability to handle all kinds of requirements, while retaining an easy-to-use interface for users. As when you're working with Plone itself, you can choose where to start in this book and how best to apply it to your own needs. With Plone, anyone can manage a website or work with an efficient intranet. Start reading The Definitive Guide to Plone, Second Edition right away, and the World Wide Web will be yours! Fully covers content management with Plone in Windows, Mac OS X, and Linux Shows how to configure, administer, and maintain Plone Details the development of custom applications with Plone Includes case studies that show how Plone is already being deployed across networks and businesses
Masterminds of Programming
Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of Programming includes individual interviews with: Adin D. Falkoff: APL Thomas E. Kurtz: BASIC Charles H. Moore: FORTH Robin Milner: ML Donald D. Chamberlin: SQL Alfred Aho, Peter Weinberger, and Brian Kernighan: AWK Charles Geschke and John Warnock: PostScript Bjarne Stroustrup: C++ Bertrand Meyer: Eiffel Brad Cox and Tom Love: Objective-C Larry Wall: Perl Simon Peyton Jones, Paul Hudak, Philip Wadler, and John Hughes: Haskell Guido van Rossum: Python Luiz Henrique de Figueiredo and Roberto Ierusalimschy: Lua James Gosling: Java Grady Booch, Ivar Jacobson, and James Rumbaugh: UML Anders Hejlsberg: Delphi inventor and lead developer of C# If you're interested in the people whose vision and hard work helped shape the computer industry, you'll find Masterminds of Programming fascinating.
HTML In Easy Steps
HTML in Easy Steps begins with a brief history of HTML and then explains the basic structure of a modern HTML document. The book describes how to incorporate information about a document within its "head" section before moving on to demonstrate how to add its "body" content. Examples show how Cascading Style Sheets can control a webpage's appearance, and readers learn how to create webpages that display text, images, lists, tables, hyperlinks, forms, and multimedia with Windows Media Player, Java Applets, Flash movies, Real Player, and QuickTime. No previous knowledge of any markup language is required for this book, making it ideal for newbies. Each chapter builds on the previous one, so that by the end readers have a thorough understanding of HTML and can create their own interactive websites. This sixth edition is updated for Web 2.0 and includes new examples and screenshots illustrating each aspect of HTML.
Javascript for Programmers
PRACTICAL, EXAMPLE-RICH COVERAGE OF: XHTML(R) CSS(R) JavaScript(TM) Control Statements, Functions, Arrays, Objects JSON (JavaScript Object Notation) XHTML DOM(R) Objects and Collections JavaScript Event-Driven Programming XML(R) and RSS XML DOM Rich Internet Applications Asynchronous JavaScript and XML (Ajax) XMLHttpRequest Dojo Toolkit Consuming Web Services And more... VISIT WWW.DEITEL.COM Download code examples Check out the growing list of programming, Web 2.0 and software-related Resource Centers To receive updates for this book, subscribe to the free Deitel (R) Buzz Online e-mail newsletter at www.deitel.com/newsletter/subscribe.html Read archived issues of the Deitel (R) Buzz Online Contact deitel@deitel.com for information on corporate training courses delivered on-site worldwide The practicing programmer's Deitel(R) guide to XHTML(R), CSS(R), JavaScript(TM), XML(R) and Ajax RIA development. This book applies the Deitel signature live-code approach to teaching the client side of Rich Internet Applications (RIA) development. The book presents concepts in the context of 100+ fully tested programs (6,000+ lines of code), complete with syntax shading, detailed descriptions and sample outputs. The book features over 150 tips that will help you build robust client-side web applications. Start with an introduction to Extensible HyperText Markup Language (XHTML(R)) and Cascading Style Sheets (CSS(R)), then rapidly move on to the details of JavaScript(TM) programming. Finish with more advanced client-side development technologies including XHTML's Document Object Model (DOM(R)), Extensible Markup Language (XML(R)), XML's DOM, JavaScript Object Notation (JSON) and Asynchronous JavaScript and XML (Ajax). When you're finished, you'll have everything you need to build the client side of Web 2.0 Rich Internet Applications (RIAs). The book culminates with several substantial Ajax-enabled RIAs, including a book cover viewer (JavaScript/DOM), an address book (Ajax/consuming web services) and a calendar application (Ajax/Dojo/consuming web services). TheDeitel(R) Developer Seriesis designed for professional programmers. The series presents focused treatments of emerging technologies, including .NET, Java(TM), web services, Internet and web development and more. Pre-Publication Reviewer Testimonials "One of the best introductions to JavaScript."--Raymond Wisman, Indiana University Southeast "Cements the browser as a first-class development platform."--Johnvey Hwang, Splunk, Inc. "Excellent for learning to develop standards-compliant web applications."--Paul Vencill, MITRE, Inc. "The CSS chapter is compact, concise and full of useful info!"--Billy B. L. Lim, Illinois State University "A good introduction to the DOM; doesn't trip over cross-browser incompatibilities."--Eric Lawrence, Microsoft "Exceptionally clear Ajax tutorial; best I've reviewed! Great solutions for the very cool type-ahead and edit-in-place Ajax features. 'Libraries to Help Eliminate Cross-Browser Compatibility Issues' is fantastic. This book and your websites will be often-visited resources (if not best practices in themselves)."--John Peterson, Insync and V.I.O. Inc. "I wish I'd had this when I was learning to program."--Joe Kromer, New Perspective
Pro Flex on Spring
This book is well-suited for those with some experience with Flex and Spring who are looking for development design patterns and practical RIA architecture integration techniques. What you'll learn Explore best practices on architecting enterprise rich Internet applications with Flex and Spring. Discover how Flex applications interface with Spring services. Understand how to persist data, endtoend, using Flex data communication protocols with Spring and its interactions with iBATIS, Hibernate, and JDBC. Work with solid frameworks, Cairngorm and Pure MVC, to build Flex applications. Build a practical application that demonstrates real experience in delivering enterprise RIAs. See how Spring Factories play a key role in routing calls to Spring classes from Flex clients. Who this book is for This book is primarily for Spring developers and users new to Flex who want to learn how to incorporate Flex development using Spring. Flex developers curious about Spring will find this interesting as well. "
SQL Server 2008 Query Performance Tuning Distilled
SQL Server 2008 Query Performance Tuning Distilled presents a direct trouble-shooting methodology for identifying poorly-performing stored procedures and queries, isolating the causes of that poor performance, and fixing the underlying problems. Each chapter is dedicated to one of the top causes of poorly performing queries and shows methods for identifying and dealing with the problems in that chapter's domain. Emphasis is always put upon or placed upon practical methods that you can put to immediate use in your day-to-day work. SQL Server 2008 functionality, tips, and tricks are emphasized in each subject area. Emphasizes the practical. Does not bury readers in theory. Gives readers practical techniques to immediately apply in their daily work. Dedicates a chapter to each of the most common, performance-related problem areas.
IronPython in Action
In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the .NET platform. The starting point for this project was a .NET implementation of Python, dubbed IronPython. After a couple years of incubation, IronPython is ready for real-world use. It blends the simplicity, elegance, and dynamism of Python with the power of the .NET framework.IronPython in Action offers a comprehensive, hands-on introduction to Microsoft's exciting new approach for programming the .NET framework. It approaches IronPython as a first class .NET language, fully integrated with the .NET environment, Visual Studio, and even the open-source Mono implementation. You'll learn how IronPython can be embedded as a ready-made scripting language into C# and VB.NET programs, used for writing full applications or for web development with ASP. Even better, you'll see how IronPython works in Silverlight for client-side web programming.IronPython opens up exciting new possibilities. Because it's a dynamic language, it permits programming paradigms not easily available in VB and C#. In this book, authors Michael Foord and Christian Muirhead explore the world of functional programming, live introspection, dynamic typing and duck typing, metaprogramming, and more.IronPython in Action explores these topics with examples, making use of the Python interactive console to explore the .NET framework with live objects. The expert authors provide a complete introduction for programmers to both the Python language and the power of the .NET framework. The book also shows how to extend IronPython with C#, extending C# and VB.NET applications with Python, using IronPython with .NET 3.0 and Powershell, IronPython as a Windows scripting tool, and much more. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Ruby in Practice
Ruby in Practice increases your productivity by showing you specific Ruby techniques you can use in your projects. The book offers detailed strategies for using Ruby in a large-scale environment. You'll see concrete examples of integration, messaging, web development, and databases, all presented in a clear Problem/Solution format. This book won't help you push your deadline back, but it will help you get the job done in less time.Above all, Ruby in Practice is a practical book for developers who want an in depth understanding of the Ruby language and its toolset. The book is divided into three major parts.The first part concentrates on issues that developers face both from within their organizations and from their peers. The authors weigh the costs and benefits of using Ruby in enterprise development projects, the over-riding theme being that every developer should always aim to use the right tool for any particular job. The authors then examine the pros and cons of developing with Ruby, and where appropriate, compare Ruby to other languages, both conceptually and in code.The second part discusses techniques for communication and integration of systems. The authors describe how libraries and techniques are used to facilitate messaging, web development and communication automation. They also focus on how the strategies in the first section can be used with these libraries to make development more flexible and efficient.The last part shows how to manage data and integrate with existing data using Ruby. The authors describe techniques for using existing Ruby libraries that either replace popular Java libraries or can interface with existing data in a different way. They go on to show you how strategies covered in the first section can be used to enable Ruby to interact with existing assets or to build new data systems. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Microsoft Powershell, VBScript and JScript Bible
Packed with more than 300 sample scripts and an extensive collection of library functions, this essential scripting book is the most thorough guide to Windows scripting and PowerShell on the market. You'll examine how Windows scripting is changing the face of system and network administration by giving everyday users, developers, and administrators the ability to automate repetitive tasks. Plus, this is the first time that VBScript, Jscript, and Powershell are all covered in a single resource.
The Definitive Guide to Grails
The rise of Ruby on Rails has signified a huge shift in how we build web applications today; it is a fantastic framework with a growing community. There is, however, space for another such framework that integrates seamlessly with Java. Thousands of companies have invested in Java, and these same companies are losing out on the benefits of a Rails-like framework. Enter Grails. Grails is not just a Rails clone. It aims to provide a Rails-like environment that is more familiar to Java developers and employs idioms that Java developers are comfortable using, making the adjustment in mentality to a dynamic framework less of a jump. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home. Grails' foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration. Grails complements these with additional features that take advantage of the coding-by-convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding. Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up-to-date with their authoritative and fully comprehensive guide to the Grails framework. You'll get to know all the core features, services, and Grails extensions via plug-ins, and understand the roles that Groovy and Grails are playing in the changing Web.
JBoss in Action
JBoss in Action is the first book to focus on teaching readers in detail how to use the JBoss application server. Unlike other titles about JBoss, the authors of JBoss in Action go deeper into the advanced features and configuration of the server. In particular, it focuses on enterprise-class topics, such as high availability, security, and performance. This book walks readers through the JBoss 5 Application Server from installation to configuration to production development. It shows how to configure the server's various component containers such as the JBoss Web Server, the EJB 3 server, and JBoss Messaging. It also provides detailed insight into configuring the various component services such as security, performance, and clustering. Beyond coverage of the core application server, the book also teaches how to use some of the "hot" technologies that run on top of the application server, such as Jboss Seam and JBoss Portal. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. The authors, both seasoned professional experts at developing and administering JBoss, provide meaningful explanations and background on many topics which they tie in with their own practical, real-world advice from their collective experience. These uniquely comprehensive explanations and the wide coverage provided in this book surpass any other content currently available in any other book, article, or documentation on the subject.
Exploring C++
This is a book about learning by doing and is aimed at programmers familiar with programming, but not C++. C++ is one of the most used object-oriented languages and is used when speed and reliability are required. It is designed for many system-level tasks, such as operating-system programming. The key exercises in this book are not simply listed at the end of the chapter, but are integrated into the main text. Readers work hands-on throughout the book. Each lesson poses numerous questions, asking readers to write answers directly in the book. The book includes answers to all questions, so readers can check their work. These exercises are not simple cookbook-style recipes (e.g., "Write a program to do xyz"). Instead, they are explorations--structured labs that guide readers through a series of steps to highlight specific features of C++.
The Definitive Guide to Pylons
Spurred by the enormous popularity of Ruby on Rails, Web frameworks have revolutionized the way developers of all programming languages tackle the often complex task of web application development. Perhaps activity in this area is no greater than in the Python community, where three wildly popular frameworks have entered the fray, among them the Pylons project. The Definitive Guide to Pylons is the first book to comprehensively introduce this popular framework, guiding readers through a wide-ranging array of features. Authored by Pylons project co-founder James Gardner, this book will sate user demand for long-desired project documentation.
Expert C# 2008 Business Objects
This third edition of the classic .NET title has been updated for C# 2008 and VS2008 to completely update Rockford Lhotka's industry-critical CSLA.NET framework to a modern audience working with .NET 3.5.
XML: A Beginner’s Guide
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Essential Skills--Made Easy!Get started programming in XML right away with help from this hands-on tutorial. XML: A Beginner's Guide explains how to store data in and retrieve data from XML documents, format data with Cascading Style Sheets, display data in Web browsers, and use Java and JavaScript. The book covers the latest innovations in XML, including Ajax, XHTML, XPath 2.0, XSLT 2.0, and the new XQuery specification. Now it's easier than ever to learn how to create your own XML solutions!Designed for Easy Learning: Key Skills & Concepts--Lists of specific skills covered in the chapter Try This--Hands-on exercises that show how to apply your skillsNumerous screenshots--Examples that illustrate real-world results Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated
LINQ Programming
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Take your LINQ programming skills to the top tierResolve data format impedance mismatch with guidance from a C# expert and Microsoft MVP. LINQ Programming details cutting-edge techniques to effectively assimilate XML, SQL, ADO.NET, and unstructured data sources. Build powerful LINQ queries, handle hierarchical and relational data, use lambdas and expression trees, and develop multi-threaded applications. Get proven strategies for handling conflicts and exceptions and creating custom extension methods. Additionally, you'll learn how to create your own LINQ provider through a working example, LINQ to Twitter.Filter, order, and group code using LINQ to ObjectsQuery relational and unstructured data with LINQ to SQL and LINQ to XML Work with ADO.NET through LINQ to DataSetDeploy object-oriented programming techniques and LINQ to Entities Read, manipulate, and create C#-based XML documentsGenerate DBML and external mapping files with SqlMetalCreate custom lambdas, expressions, providers, and extensionsSupport concurrent processing and multi-threading using PLINQBuild a custom LINQ provider for working with any data source
C# 3.0 the Complete Reference 3/E
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Most Comprehensive C# Resource AvailableWith its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included.Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource.Coverage includes: Data types and operatorsControl statements Classes and objectsConstructors, destructors, and methodsInterfaces, arrays, enumerations, and structuresMethod and operator overloadingInheritance and virtual methodsReflection and runtime type IDException handling Delegates, properties, events, and indexersAttributes MultithreadingGenericsLINQ (Language-Integrated Query)Lambda expressionsAnonymous typesExtension methodsImplicitly typed variablesI/O, networking, and collectionsThe preprocessor and much, much more
Learning C# 3.0
If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#. No previous programming experience is required -- in fact, if you've never written a line of code in your life, bestselling authors Jesse Liberty and Brian MacDonald will show you how it's done. Each chapter offers a self-contained lesson to help you master key concepts, with plenty of annotated examples, illustrations, and a concise summary. With this book, you will: Learn how to program as you learn C# Grasp the principles of object-oriented programming through C# Discover how to use the latest features in C# 3.0 and the .NET 3.5 Framework--including LINQ and the Windows Presentation Foundation (WPF) Create Windows applications and data-driven applications You'll also find a unique Test Your Knowledge section in each chapter, with practical exercises and review quizzes, so you can practice new skills and test your understanding. If you're ready to dive into C# and .NET programming, this book is a great way to quickly get up to speed.
Beginning C# 2008 Objects
For anyone who has already attempted to learn C# but is still having trouble mastering C#'s object-oriented nature, the case study format of this book will be invaluable in showing you how to translate a UML model into a fully-functional C# application.
Php: A Beginner's Guide
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Essential Skills--Made Easy!Learn how to build dynamic, data-driven Web applications using PHP. Covering the latest release of this cross-platform, open-source scripting language, PHP: A Beginner's Guide teaches you how to write basic PHP programs and enhance them with more advanced features such as MySQL and SQLite database integration, XML input, and third-party extensions. This fast-paced tutorial provides one-stop coverage of software installation, language syntax and data structures, flow control routines, built-in functions, and best practices. Designed for Easy Learning: Key Skills & Concepts--Lists of specific skills covered in the chapter Ask the Expert--Q&A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show how to apply your skillsNotes--Extra information related to the topic being coveredTips--Helpful reminders or alternate ways of doing things Cautions--Errors and pitfalls to avoidSelf-Tests--Chapter-ending quizzes to test your knowledgeAnnotated Syntax--Example code with commentary that describes the programming techniques being illustrated
Beginning Java ME Platform
Have you thought about building games for your cell phone or other wireless devices? Whether you are a first-time wireless Java developer or an experienced professional, Beginning Java(TM) ME Platform brings exciting wireless and mobile Java application development right to your door and device! Beginning Java(TM) ME Platform empowers you with the flexibility and power to start building Java applications for your Java-enabled mobile device or cell phone. The book covers sound HTTPS support, user interface API enhancements, the Mobile Media API, the Game API, 3D graphics, Bluetooth, and more. Furthermore, this book is easy to read and includes many practical, hands-on, and ready-to-use code examples.