首页 英文

PostHeaderIcon 英文电子书分类

PostHeaderIcon Design Patterns in Ruby

Design Patterns in Ruby

书名: Design Patterns in Ruby

作者: Russ Olsen

出版社: Pearson Education, Inc.

出版日期: 2007年

文档格式: PDF

文档大小: 2.67M

内容简介:

Simply put, this book is intended for developers who want to know how to build significant software in Ruby. I assume that you are familiar with object-oriented programming, but you don’t really need any knowledge of design patterns—you can pick that up as you go through the book. You also don’t need a lot of Ruby knowledge to read this book profitably. You will find a quick introduction to the language in Chapter 2, and I try to explain any Rubyspecific language issues as we go.

最后更新 (2010-03-07 18:28)

阅读全文...

 

PostHeaderIcon Enterprise Integration with Ruby A Pragmatic Guide

Agile Web Development with Rails

书名: Enterprise Integration with Ruby

作者: Maik Schmidt

出版社: The Pragmatic Bookshelf

出版日期: 2007年

文档格式: PDF

文档大小: 2.42M

内容简介: This book was written for experienced enterprise developers who know Java, C#, or C++, but don’t know much Ruby (although you should probably have read Programming Ruby [?]). We assume you are familiar with relational databases and have at least an idea what LDAP is. Maybe you do not know RELAX NG, but you understand the concepts of XML and you know what well-formed, SAX2, and DOM mean. You’ve probably used tools such as object-relational mappers. Maybe you’re familiar with Enterprise Java Beans (EJB), Java Data Objects (JDO) and so on. Maybe you’re fed up with editing configuration files instead of coding. You are looking for better ways to integrate the existing resources in your company and you are looking for better ways to quickly create new and fancy applications based on all the wonderful stuff you already have. Depending on the tools you’ve used to build your architecture, different choices are available for the integration process. If you’re using message queues you have a lot of freedom and flexibility for integrating your services and software with others. The same holds true for all kinds of web service protocols. It’s slightly different with databases, because they usually do not offer interfaces as clean as message based systems do. Sometimes you have to access tables directly, sometimes you have to use a set of stored procedures written in a proprietary database programming language. In this book we do not talk about sophisticated messaging patterns. Instead, we cover the basics. We show you how to use databases, web services, XML files, and all the other legacy stuff you want to combine for building new applications.

最后更新 (2010-03-07 18:28)

阅读全文...

 

PostHeaderIcon Practical Reporting with Ruby and Rails

Practical Reporting with Ruby and Rails

书名: Practical Reporting with Ruby and Rails

作者: David Berube

出版社: Apress

出版日期: 2008年

文档格式: PDF

文档大小: 4.0M

内容简介: This book is about general and scalable ways to create reports with Ruby. It covers using a huge array of tools—Rails, Gruff, Ghostscript, and many more—but a common thread links them all: they are powerful tools that will serve you even if you have a huge amount of data. Using the reporting tools and techniques described in this book, you will be able to solve almost any reporting problem, from small to very, very large. This book assumes you have some knowledge of Ruby and Rails, as well as access to a machine with Ruby, RubyGems, Rails, and MySQL installed. If you need to learn more about Ruby, I recommend reading Beginning Ruby: From Novice to Professional by Peter Cooper (Apress, 2007).

最后更新 (2010-03-07 18:27)

阅读全文...

 

PostHeaderIcon Practical Ruby Projects Ideas for the Eclectic Programmer

Practical Ruby Projects Ideas for the Eclectic Programmer

书名: Practical Ruby Projects Ideas for the Eclectic Programmer

作者: Topher Cyll

出版社: Apress

出版日期: 2008年

文档格式: PDF

文档大小: 3.08M

内容简介: This book is titled Practical Ruby Projects. And let me start by saying that the projects are practical. But they might not be quite what you’re used to. Flip through the book. You won’t find any references to enterprise deployment. Not a word about business logic. In fact, hard as it is to believe, there’s no web programming! But if you exclude those things, what’s left? Why, everything else, of course! Each chapter in this book turns Ruby loose on a new interesting problem or project. They range from creative endeavors to investigative simulations to the exploration of computer programming languages themselves. Ruby is a programming language, but it’s also a tool to create, understand, and entertain. This book is all about Ruby.

最后更新 (2010-03-07 18:27)

阅读全文...