Product Description
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 You抣l see concrete examples of integration, messaging, web development, and databases, all presented in a clear Problem/Solution format. This book won抰 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.
About the Author
Jeremy McAnally has been programming for about eight years and doing graphic design for four years. He is curerntly a freelance Ruby and , consultant, and author. He has over three years� experience with Ruby and two years� with Rails; in that time has has developed a number of small, localized intranet systems and mediumt- large-scale systems in Ruby.
Assaf Arkin got bitten by the software bug in � back when client-servers were the thing and C was a reasonable language for writing business logic. In �he switched to Java, and gave us client-servers for web apps. In �he discovered the beauty of XML and the appeal of open source, and was a founding member of XML Apache. In �he fell for Ruby抯 charms and has been using it since for development and for plugging holes that Java left behind.
download
七月 18th, 2009 in
Ruby on Rails | tags:
ruby |
No Comments

Essential JavaFX
Product Description
A complete introduction for beginners to Sun抯 powerful JavaFX scripting language
JavaFX is a scripting anguage which provides built-in properties for manipulating objects within a 2D coordinate system. A competing technology to Microsoft抯 Silverlight, JavaFX provides the tools to fill and pen stroke colors, and create special effects, shapes and lines. It also manipulates images and play videos and sound and defines animations that affect objects over time. This complete introduction for any level doesn抰 bury you with details. It starts quickly with an introduction to the power of JavaFX key features杝cene node graphs, nodes as components, the coordinate system, layout options, colors and gradients, custom classes with inheritance, animation, binding, and event handlers. It then shows step-by-step how these features could be used in a real JavaFX application and will help an application look professionally designed. Commissioned by JavaFX product team and reviewed by renowned Java author, Brian Goetz, this guide is intended as the first and most accessible book for people new to JavaFX.
The Andersons are working directly with the JavaFX team at Sun for a complete and authoritative guide
Gets you started on building rich Web apps quickly without having to sort through unnecessary details or
Focuses on most useful features and shows how to build apps that tap the full potential of JavaFX
About the Author
Gail Anderson is a software specialist and author who has written numerous books on leading-edge Java technologies. Gail is a founding member of the Anderson Software Group, Inc., a leading provider of software development training courses. Paul Anderson is a founding member of the Anderson Software Group, Inc., and a leading trainer in software technologies, such as Java, C++, C#, Perl, UML, and Linux. Paul has taught courses for thousands of developers and specializes in making software engineering fun and understandable.
download
七月 18th, 2009 in
Java | tags:
JavaFX |
No Comments
By Fabrice Marguerie, Steve Eichert, Jim Wooley “LINQ in Action”
Publisher: Manning Publications | 600 Pages | 2008-01-15 | ISBN: 1933988169 | 7.54 Mb | PDF
LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases.
LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You’ll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you’ll see how to extend LINQ for custom applications.
LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you’ll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started
But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ’s extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008.
download
七月 17th, 2009 in
.NET | tags:
LINQ |
No Comments

Joseph C. Rattz, “Pro LINQ: Language Integrated Query in C# 2008″
Apress | 2007-11-19 | ISBN:1590597893 | 600 pages | PDF | 7,2 MB
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 will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers. For more information about LINQ, you can check out the author抯 portal at www.linqdev.com.
Pro LINQ: Language Integrated Query in C# 2008 is all about code.
Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, 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, Pro LINQ: Language Integrated Query in C# 2008 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 C# 2008 returns your investment is in the hours, and sometimes days, spent by the author 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, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008.
七月 17th, 2009 in
.NET | tags:
LINQ |
No Comments

Joseph Albahari, Ben Albahari 揕INQ Pocket Reference”
O’Reilly Media, Inc. | 2008-02-26 | ISBN:0596519249 | CHM | 172 pages | 1,7 Mb
Ready to take advantage of LINQ with C# 3.0? This guide has the detail you need to grasp Microsoft’s new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders. All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ. This reference explains: LINQ’s key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions The differences between local and interpreted queries C# 3.0’s query syntax in detail-including multiple generators, joining, grouping, query continuations, and more Query syntax versus lambda syntax, and mixed syntax queries Composition and projection strategies for complex queries All of LINQ’s 40-plus query operators How to write efficient LINQ to SQL queries How to build expression trees from scratch All of LINQ to XML’s types and their advanced use LINQ promises to be the locus of a thriving ecosystem for many years to come. This small book gives you a huge head start. “The authors built a tool (LINQPad) that lets you experiment with LINQ interactively in a way that the designers of LINQ themselves don’t support, and the tool has all kinds of wonderful features that LINQ, SQL and Regular Expression programmers alike will want to use regularly long after they’ve read the book.” -Chris Sells, Connected Systems Program Manager, Microsoft
七月 17th, 2009 in
.NET | tags:
LINQ |
No Comments