Groovy in Action
Average customer rating: 5 out of 5 stars
  • You can't live without Groovy. You just can't.
  • Cracking stuff
  • Mostly as good as everyone says
  • Programming literature
  • An amazing journey
Groovy in Action
Dierk Koenig , Andrew Glover , Paul King , Guillaume Laforge , and Jon Skeet
Manufacturer: Manning Publications
ProductGroup: Book
Binding: Paperback

GeneralGeneral | Java | Programming | Computers & Internet | Subjects | Books
Object-Oriented DesignObject-Oriented Design | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
TestingTesting | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
XML & DatabasesXML & Databases | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Web ServicesWeb Services | Web Development | Computers & Internet | Subjects | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. The Definitive Guide to Grails (Definitive Guide) The Definitive Guide to Grails (Definitive Guide)
  2. Groovy Programming: An Introduction for Java Developers Groovy Programming: An Introduction for Java Developers
  3. Java Persistence with Hibernate Java Persistence with Hibernate
  4. Java Generics and Collections Java Generics and Collections
  5. Getting Started with Grails Getting Started with Grails

ASIN: 1932394842

Book Description

Groovy, the brand-new language for the Java platform, brings to Java many of the features that have made Ruby popular. Groovy in Action is a comprehensive guide to Groovy programming, introducing Java developers to the new dynamic features that Groovy provides. To bring you Groovy in Action, Manning again went to the source by working with a team of expert authors including both members and the Manager of the Groovy Project team. The result is the true definitive guide to the new Groovy language.

Groovy in Action introduces Groovy by example, presenting lots of reusable code while explaining the underlying concepts. Java developers new to Groovy find a smooth transition into the dynamic programming world. Groovy experts gain a solid reference that challenges them to explore Groovy deeply and creatively.

Because Groovy is so new, most readers will be learning it from scratch. Groovy in Action quickly moves through the Groovy basics, including:

  • Simple and collective Groovy data types
  • Working with Closures and Groovy Control Structures
  • Dynamic Object Orientation, Groovy style

    Readers are presented with rich and detailed examples illustrating Groovy's enhancements to Java, including

  • How to Work with Builders and the GDK
  • Database programming with Groovy

    Groovy in Action then demonstrates how to Integrate Groovy with XML, and provides,

  • Tips and Tricks
  • Unit Testing and Build Support
  • Groovy on Windows

    An additional bonus is a chapter dedicated to Grails, the Groovy Web Application Framework.

    Early PDF chapters of Groovy in Action are available from the Manning Early Access Program (MEAP) at http://www.manning.com/koenig. As part of this program, readers can also discuss the early manuscript with the author and help shape the manuscript as it's being developed by joining the Author Forum.

    Customer Reviews:

    5 out of 5 stars You can't live without Groovy. You just can't........2007-08-18

    I am going to make this short, because I want to get ONE message across to you, loud and clear. If you are working with Java, you MUST take a look at Groovy.

    I cannot overemphasize the coming importance of Groovy on the Java platform, not just in web development, but everywhere. Just try it already. You'll "get it." Just trust me and do it!

    Groovy in Action is a first rate introduction and reference, and you really do need a book for this language. I don't recommend trying to go it alone with online reference material, though there is plenty there to give you a taste of why Groovy is about to become your new favorite language.

    Read the other reviews. I'm not going to repeat a bunch of stuff here. But whatever you do, TRY GROOVY. You will quickly come to wonder how you ever got along without it.

    5 out of 5 stars Cracking stuff.......2007-07-20

    Whatever you think about the merits of Groovy as a language, a serious contender on the JVM, or a complete mess, you couldn't hope to find a better advocate for Groovy than this book.

    One of the secrets of GinA's success is that it assumes the reader is already proficient with Java development, including Swing, Ant and JUnit. It would also help to know about XML, SQL, HTML, JSP and a vague idea of how MVC applies to web apps. You don't need to be an expert in these areas, though. If you've sufficient knowledge to decode the preceeding alphabet soup of initialisations, you'll be ok.

    The reward for possessing this background knowledge is that GinA doesn't waste time with trivial examples, and barrels through Groovy the language in the first part, leveraging your existing knowledge of Java to highlight the important differences in Groovy. In particular, the advantages of interpolating strings, simple hash and array construction syntax, optional typing and metaprogramming are stressed. The big win in Groovy over Java is the use of closures and their used in a block-based approach to iteration, which is as well motivated here as the material in, say, The Pickaxe is for Ruby.

    The second part of the book provides examples of the Groovy library. It begins with an excellent chapter on Groovy's Builders, which provide a very neat, uncluttered syntax for putting together hierarchical structures. An obvious application is XML, and by extension Ant scripts, which appears to have some major advantages compared to the challenging readability of vanilla Ant. Even more impressive is the SwingBuilder example, which builds a GUI with the minimum of fuss and a complete lack of anonymous inner classes.

    Beyond the Builders, there are also compelling chapters on templating HTML and server side Groovy (Groovlets), writing DAOs and DTOs in Groovy to simplify database programming, and a chapter on XML, which even manages to find the space to introduce Groovy for SOAP, XML-RPC and REST web services.

    The final part of the book describes some non-core libraries and other applications of Groovy. The chapter on Groovy extensions to JUnit is interesting, although perhaps this is one place where it assumes too little on behalf of the reader. I would have assumed that the average developer sufficiently motivated to pick up a book on Groovy knows enough about unit testing and JUnit that more space could have been given to the advanced topics. Particularly appealing is the idea of testing Java code with dynamically typed Groovy unit tests, which would make mocking and stubbing more palatable; I would have liked more on that subject.

    Another noteworthy chapter is the last one, which introduces the web app framework Grails. This has a different style to the other chapters, being a dialogue between two of the authors as they build a simple app. This reader admits to finding it a little bit naff, but it does usefully demonstrate the grails way (which is a lot like Rails).

    If you have the slightest interest in Groovy, alternatives to Java on the JVM, or dynamic languages, GinA makes the perfect case for Groovy as a first class integration language for all the bits of Java where you really wish you were working with something like Perl, Ruby or Python. It's well-written, with good examples, clear explanations, and it's relentlessly practical, never forgetting its target audience. It's all the more impressive given lead author Dierk Konig's comment in the preface that English is not his first language. Kudos to him and his co-authors for what they've delivered.

    One can only wish that every language had its GinA. Outstanding.

    4 out of 5 stars Mostly as good as everyone says.......2007-06-22

    What more can be said of a book extolled by dozens of reviewers, a book that seems to have matched its subject in ubiquity, a book that will likely become to Groovy what the "pickaxe book" is to Ruby? As much as I would love to be a lone voice (or rather a lone whisper) of dissent, the clarity, simplicity, and accuracy of most of Groovy in Action cannot be overlooked. Let no one be fooled by the size of the book - to learn the gist of Groovy, all you really need is a leisurely stroll through chapters 2 through 7 (chapter 1 is the mandatory introduction/history chapter which, in the frustrating tech book tradition, doubles as the "free sample" chapter). Of course, most of its clarity and concision GIA inherits from the language it describes. Still, it is encouraging to have a book that is as valuable a reference as it is a tutorial, and GIA shines in both capacities.

    With all its accolades, GIA does have two caveats. First, it is getting closer and closer to being out of date. Groovy 1.1 is already in Beta, and it has an impressive list of features not covered in this Groovy 1.0 book: EJB3 support, JUnit4 and TestNG integration and annotations, just to name a few. I am reminded of Pragmatic Programmers' Agile Web Development with Rails, whose second edition shipped a year after its first. I sincerely hope GIA 1.0 buyers will not be similarly cheated.

    The second caveat is the coverage of Grails. Grails may be the single most attractive Groovy application to date yet its coverage in GIA is flaky at best. The authors decide to abandon their polished, clear, and concise writing style and instead author the entire chapter as a bland conversation amongst themselves. In addition to failing to grasp the humor in such presentation, I find that this style hinders me from following along with the tutorial. It makes scanning back for missed steps or clarifications extremely difficult. Furthermore, vapid attempts at humor occupy space that could be otherwise devoted to some omitted topics, such as mapping domain objects to specific tables or using data sources. Coverage of these topics would have been far more valuable than the authors' purported beer garden conversations with a DBA named Martin.

    Despite the pour Grails coverage and the looming Groovy 1.1, Groovy in Action is a must-have for anyone who is even mildly interested in Groovy or dynamic languages in Java in general. Coupled with the ease, clarity, and downright beauty of the Groovy language, GIA can turn even a passing interest in Groovy into a burning passion.

    5 out of 5 stars Programming literature.......2007-05-15

    It is a Gordian challenge to write an interesting and readable book about nothing but a programming language. Dierk König and his co-authors actually did succeed in cutting the knot. They even accomplished much more: they added lots of insight about object orientation, programming language design and good software development. As long as I only had the PDF availabe, it served me as THE reference for all my questions about Groovy. Now the printed copy makes my commuting time worthwhile. Cover to cover. 700 pages of computer LITERATURE.

    5 out of 5 stars An amazing journey.......2007-03-29

    The book contains a lot of Groovy interesting features, with samples tested to work,asides the writting style exciting to you to discover the new programming world open in front of your eyes thanks to the exceptional Groovy features.

    I consider it as much as a Groovy bible.
    Access 2003 Programming by Example with VBA,  XML,  and ASP
    Average customer rating: 4.5 out of 5 stars
    • Fantastic book for intermediate-advanced users
    • For the MsAccess maniac
    • Almost Great
    • Excellent tool book
    Access 2003 Programming by Example with VBA, XML, and ASP
    Julitta Korol
    Manufacturer: Wordware Publishing, Inc.
    ProductGroup: Book
    Binding: Paperback

    VBAVBA | Development | Microsoft | Computers & Internet | Subjects | Books
    XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    XML & DatabasesXML & Databases | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    ASPASP | Programming | Web Development | Computers & Internet | Subjects | Books
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. Automating Microsoft Access with VBA (Business Solutions) Automating Microsoft Access with VBA (Business Solutions)
    2. Programming Microsoft Office Access 2003 (Core Reference) Programming Microsoft Office Access 2003 (Core Reference)
    3. Building Microsoft  Access Applications (Bpg Other) Building Microsoft Access Applications (Bpg Other)
    4. Microsoft Access 2003 Forms, Reports, and Queries (Business Solutions) Microsoft Access 2003 Forms, Reports, and Queries (Business Solutions)
    5. Access 2003 VBA Programmer's Reference (Programmer to Programmer) Access 2003 VBA Programmer's Reference (Programmer to Programmer)

    ASIN: 1556222238

    Book Description

    This book is designed to take Access users to the next step--programming--and consists of six parts that cover an introduction to VBA programing AKO, DDL, event programming, ASP and XML.

    Customer Reviews:

    5 out of 5 stars Fantastic book for intermediate-advanced users.......2007-09-29

    This is not the book for beginners. But this is the book for users who have a good foundation with the basics of Access- forms, reports, and queries- and want to learn how to use VBA to improve their database. I'm working on a project where I need to reprogram many aspects of the database, and this book has been invaluable. I have plenty of Access books for reference, but this book is the secret weapon for Access programmers.

    4 out of 5 stars For the MsAccess maniac.......2007-01-21

    All you can learn to a program MsAccess, as a reference book.

    4 out of 5 stars Almost Great.......2005-10-24

    As programming books this one did actually have something I could use and gave an example of how to use it. It even gave the code.......what a thought. Most programming books offer little more than lots of pages of "stuff" you cannot use. The book took you through the process of how to code a "Message" box. This one actually did have a few things one could use. Not a good beginner book, intermediate to advanced. This book coded you through modules.....good idea. The one thing I didn't like about the book was it did not go deep enough into data base design or normalization.

    5 out of 5 stars Excellent tool book .......2005-08-08

    I am a old hand on Access programming.
    I use , design and program Access since office 97.
    After studying this book, I found out I just knew so little about Access.
    The content is pretty easy read and excellent examples.
    Every Access programmer need to have this book for their reference.
    XML by Example: Building E-Commerce Applications (Charles F. Goldfarb Series on Open Information Management)
    Average customer rating: 2.5 out of 5 stars
    • Gee, this book [stinks]!
    • little more than a "gee-whiz" book for non-techies
    • Best of all worst XML books
    • Its not for developers
    • An example of disorganization
    XML by Example: Building E-Commerce Applications (Charles F. Goldfarb Series on Open Information Management)
    Sean McGrath
    Manufacturer: Prentice Hall PTR
    ProductGroup: Book
    Binding: Paperback

    NetworksNetworks | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
    GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
    XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    XML & DatabasesXML & Databases | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    E-CommerceE-Commerce | Business & Culture | Computers & Internet | Subjects | Books
    MathematicsMathematics | Professional Science | Professional & Technical | Subjects | Books | Applied | Chaos & Systems | Geometry & Topology | Mathematical Analysis | Mathematical Physics | Number Systems | Pure Mathematics | Transformations | Trigonometry
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    ASIN: 0139601627

    Amazon.com

    Sean McGrath makes understanding XML simple by gently easing his readers into the topic. His overview discusses what XML is and how it differs philosophically from HTML without competing with it. This introduction shows why XML is generating such excitement and how it will be of great importance to electronic commerce.

    Next, McGrath demonstrates XML in action in an electronic-commerce environment. His conversational style leads the reader through what could be very dry topics, such as publishing databases with XML or using Channel Definition Format (CDF) to create a push-publishing channel. His friendly tone is all the handier in the section that examines XML and related standards.

    The final section looks at three e-commerce initiatives based on XML--Open Financial Exchange, Electronic Data Exchange, and Open Trading Protocol. An enclosed CD-ROM contains an excellent collection of XML e-commerce development tools and useful reference material. The book's editor, Charles Goldfarb, is the developer of SGML, the parent mark-up language upon which XML is based. --Elizabeth Lewis

    Customer Reviews:

    1 out of 5 stars Gee, this book [stinks]!.......2002-10-08

    I have read books about HTML, JavaScript, C++ and honestly THIS BOOK IS THE WORST that I have ever read! I wanted to learn some XML from this book, it starts talking about its capabilities, use, implementation, functionality, examples, examples, blah, blah, blah... zzzzz.
    If you want to learn how to use XML take my advice, do not consider this book. However, if you know XML this book has examples of how can XML be implemented, though I think it is not worth its price.

    2 out of 5 stars little more than a "gee-whiz" book for non-techies.......2001-05-29

    Others have already said it better than I, so I'll keep this short:

    * not enough information to be useful

    * poor presentation of the details

    * it only babbles on and on about how great XML is, without telling you anything about any pitfalls or, for example, the shortcomings of DTDs.

    Charles Goldfarb should actually look at these books, before lending his name to them.

    If you want the real deal, go with the Wrox Press book: Professional XML. Sure, it's big, weighs a ton, and you'll probably never need to look at more than a third of it, but I swear even just the first 4 chapters are worth the price of the entire book!

    2 out of 5 stars Best of all worst XML books.......2000-09-06

    I was greatly disappointed with the contents of this book and above all after learning that the editor is the one who invented SGML(Mother of XML)...they should think a hundred times before writing this kinda books. Please stop circulating this book in the market. Why are you people giving wrong information to people???

    1 out of 5 stars Its not for developers.......2000-07-15

    Definitely this book is for those who dont wanna know XML, it contains nothing.

    2 out of 5 stars An example of disorganization.......2000-07-04

    You'll spend most of your time waiting for something to happen. There is essentially no connection between the CD-ROM and the text.
    XML by Example (By Example)
    Average customer rating: 3.5 out of 5 stars
    • Average
    • XML presented clear and concise
    • Find a Better Book
    • Great Way To Learn XML
    • Not the Right Book
    XML by Example (By Example)
    Benoit Marchal
    Manufacturer: Que
    ProductGroup: Book
    Binding: Paperback

    XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    Graphic DesignGraphic Design | Computers & Internet | Subjects | Books | 3D Graphics | Adobe FrameMaker | Adobe Illustrator | Adobe InDesign | Adobe PageMaker | CAD | Desktop Publishing | Electronic Documents | General | Information Visualization | Interface Design | Printing | Reference | Rendering & Ray Tracing | Scanning | Typography | Web Design
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Databases | Computers & Internet | Subjects | Books
    XML & DatabasesXML & Databases | Databases | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    MathematicsMathematics | Professional Science | Professional & Technical | Subjects | Books | Applied | Chaos & Systems | Geometry & Topology | Mathematical Analysis | Mathematical Physics | Number Systems | Pure Mathematics | Transformations | Trigonometry
    Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
    Similar Items:
    1. Applied XML Solutions (Sams Professional Publishing) Applied XML Solutions (Sams Professional Publishing)
    2. XML and Java(TM): Developing Web Applications (2nd Edition) XML and Java(TM): Developing Web Applications (2nd Edition)
    3. Special Edition Using HTML and XHTML Special Edition Using HTML and XHTML
    4. JavaScript by Example JavaScript by Example
    5. The Official XMLSPY Handbook The Official XMLSPY Handbook

    ASIN: 0789722429

    Amazon.com

    XML by Example is a hands-on guide for those who already know the basics of HTML authoring but want a complete introduction to the exciting new world of XML. It lives up to its title, with plenty of examples of actual XML, HTML, JavaScript, and Java code. The author is an experienced trainer in XML and Internet technology, and the result is a particularly clear and well-informed tutorial.

    Beginning with an overview of XML technology, the book goes on to explain XML syntax complete with a list of common errors and misunderstandings. Next comes an explanation of DTDs (Document Type Definitions) and then a guide to transforming XML into readable output with XSL (XML Stylesheet Language) and CSS (cascading style sheets). That accounts for the first half of the book. The second part focuses on the programmer's view of XML, with information on XML parsing, the DOM (Document Object Model), and SAX (Simple API for XML). Finally, there is a walkthrough of a multitier e-commerce application using XML and Java servlets. There is an appendix providing a crash-course introduction to Java.

    Although it is aimed at XML newcomers, XML by Example covers a good bit of ground. Its fast pace makes it more demanding than some tutorials, but professionals will welcome its tight focus. A glossary and index round off the excellent handbook. --Tim Anderson, amazon.co.uk

    Book Description

    XML by Example teaches Web developers to make the most of XML with short, self-contained examples every step of the way. The book presumes knowledge of HTML, the Web, Web scripting, and covers such topics as: Document Type Definitions, Namespaces, Parser Debugging, XSL (Extensible Stylesheet Language), and DOM and SAX APIs. At the end, developers will review the concepts taught in the book by building a full, real-world e-commerce application.

    Customer Reviews:

    3 out of 5 stars Average.......2007-07-16

    I'll keep this brief. Most of the reviewers claim that this is either a great easy-to-follow book or it's too difficult to understand for beginners. I'd say that the truth is somewhere in between. It's not hard to follow, but it's not exceptionally clear. Fortunately, the examples are pretty good. Unfortunately, the book is definitely not comprehensive. You'll learn quite a bit about XML and XSL, but you'll have to seek out a more advanced reference if you plan on doing this stuff professionally. If you want to learn the basics of XML, go with "XML Weekend Crash Course". If you already know the basics and want a more comprehensive reference, go with "XML in a Nutshell". This isn't a bad book, but there are better choices out there.

    4 out of 5 stars XML presented clear and concise.......2006-10-07

    XML by Example describes XML (Extensible Markup Language) along with Document Type Definitions. This book has great code samples and understandable explanations. If you have no idea how XML works, XML by Example is a good beginning to the syntax and structure. Marchal has written a fine book. It has something to offer anyone curious about XML.

    1 out of 5 stars Find a Better Book.......2006-03-26

    I am well grounded in HTML and CSS, but I found the book to be confusing. Most of what I didn't like about this book stems from the fact that there are no exercises, chapter summaries, and the "examples" weren't very clear to me. There is probably a better book.

    4 out of 5 stars Great Way To Learn XML.......2005-07-01

    'XML By Example' is a great book if you are looking to learn XML for the first time or freshen up if you haven't used the technology for some time. Having never used XML when I got this book, I quickly dove in and was able to grasp what XML is used for, what makes it's simplicity such a necessity, and how it is used in the real world. After reading this book you should be able to read an XML document, understand what a schema/dtd is, understand how XSL is used to take XML and generate HTML from it, as well as be able to write your own XML files.

    In the 1990s, 2 of the most important technologies were the release of Java by Sun and the birth of XML. Both inventions have changed the way programming and data manipulation/transaction are handled in the world and this book is a great introduction to learn how to use XML in your every day world. I highly recommend this book to anyone.

    **** HIGHLY RECOMMENDED

    1 out of 5 stars Not the Right Book.......2003-11-14

    I read the first 6 chapters of the book in 12 hours then I stopped and gave up from it, because I got lost and confused, and I feel like I need much more than that to know what's there in the XML world, well the book name is learn by example but actually it is not that, it is "get confused by examples", the examples are so easy to look at but after reading them and read the little tiny bit explanation about them if any, you don't know what is going on there and don't know what is the point, don't know why we want to do that, why we need that from the first place ??
    I'm not a new programmer but I just started learning XML and I really don't need a book from the very beginning but still I grabbed this book because I thought It will get me somewhere by practicing with the examples,
    there isn't enough examples showing clarity
    After that I started reading XML Bible 2nd addition, it has a lot of information and it has a lot more details about each topic compared to this book but still difficult to read and has lots of Errata !!!.
    I'm still looking for a book in XML that makes me really understand Schemas, namespaces, XSL, and XSLT, Xlink, relations between them and CSS,
    I'm using xmlSpy, and there you will find everything there regarding XML and how to make XSL, XSD, Schemas and DTD then the XML files and XSL and XSLT which really need to understand how they all work together but you find nothing about them in XML by example book, I'm not saying the book should explain xmlSpy but you have to know all these technologies to work on XML project.
    I couldn't give this book 2 stars because I can't recommend it to anyone. I can't understand why others can give it 5 stars, I don't believe they can do something with xml just by reading this book!!!
    In the end if you think you want to start with this book then don't, read w3c.School and get all the definition for XML technologies then get a much more detailed book for it which I'm still looking for.
    LINQ in Action
    Average customer rating: Not rated
      LINQ in Action
      Fabrice Marguerie , Steve Eichert , and Jim Wooley
      Manufacturer: Manning Publications
      ProductGroup: Book
      Binding: Paperback

      GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
      Visual BasicVisual Basic | Development | Microsoft | Computers & Internet | Subjects | Books | .Net | C# | C++ | Visual Studio
      Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Programming | Computers & Internet | Subjects | Books
      C#C# | Languages & Tools | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Computers & Internet | Subjects | Books
      GeneralGeneral | Software | Computers & Internet | Subjects | Books
      Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
      Similar Items:
      1. Introducing Microsoft  LINQ Introducing Microsoft LINQ
      2. Windows Presentation Foundation Unleashed (WPF) (Unleashed) Windows Presentation Foundation Unleashed (WPF) (Unleashed)
      3. Introducing Microsoft  ASP.NET AJAX (Pro - Developer) Introducing Microsoft ASP.NET AJAX (Pro - Developer)
      4. Applications = Code + Markup: A Guide to the Microsoft  Windows  Presentation Foundation (Pro - Developer) Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation (Pro - Developer)
      5. Microsoft  Windows  Workflow Foundation Step by Step (Pro Step By Step Developer) Microsoft Windows Workflow Foundation Step by Step (Pro Step By Step Developer)

      ASIN: 1933988169

      Book Description

      LLINQ, 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.
      Xml Learning by Example
      Average customer rating: 4.5 out of 5 stars
      • Be careful of the other reviews!! possible fraud.
      • disappointing...
      • I agree
      • A Godsend
      • Excellent
      Xml Learning by Example
      Robert B. Mellor
      Manufacturer: Franklin Beedle & Associates
      ProductGroup: Book
      Binding: Paperback

      XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Programming | Computers & Internet | Subjects | Books
      SoftwareSoftware | Computers & Internet | Subjects | Books | Business | Databases | Directories | E-mail | General | Introductory Guides | Mathematical & Statistical | Natural Language Processing | Optical Character Recognition | Personal Finance | Spreadsheets | Voice Recognition | Word Processors & Editors
      GeneralGeneral | Computers & Internet | Subjects | Books
      MathematicsMathematics | Professional Science | Professional & Technical | Subjects | Books | Applied | Chaos & Systems | Geometry & Topology | Mathematical Analysis | Mathematical Physics | Number Systems | Pure Mathematics | Transformations | Trigonometry
      Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
      ASIN: 1887902805

      Customer Reviews:

      3 out of 5 stars Be careful of the other reviews!! possible fraud........2004-05-27

      While this book seems to have a lot of great reviews, the other reviews that gave this book 5 stars are very suspicious - BE CAREFUL!

      I thought this book had five stars so I was getting excited, but I saw that all the reviews seemed to be made by the same person. Firstly, the reviewers are all unregistered (I am, admittedly, as well) and use same words to praise the book, verbatim.

      "I agree with the other reviewers" (used twice).

      "XHTML, DOM, XMLNS, XPath, XLST, DTD, Schemas, XLink, XPointer and DSO. It even touches ASP, Java and UNIX" by 2/6/03 reviewer "Petra B," then another reviewer on 10/28/02 says, almost identically "XHTML, DOM, XMLNS, XPath, XLST, DTD, Schemas, XLink, XPointer and DSO. It even touches ASP, Java and UNIX"

      I consider this "review fraud" - perhaps this person wants to sell this book, but horribly unethical. I know, it seems like I have a lot of time on my hands to go through this, but I am honestly looking for a great book on XML, and reviewers like this who seem to be shamefully promoting their product should be made known.

      Please be careful!

      1 out of 5 stars disappointing..........2004-01-22

      I was disappointed in the size, layout, and content of the book.
      Its size was that of a pamphlet (1/2 as tall as a normal book and only 110 pages long).
      The layout was by no means impressive. There were no defined "chapters". As you completed each example it simple gave a short synopsis and the next page started a new example.

      Early in the book it required the read/user to type lots of JavaScript (which had some typos), later it gave a 1/2 page on installing Java on your machine so you could complete further examples.

      Though the book recommended using IE5+ in order to use the examples, some even failed to properly display using IE6. (I found the answers to the bugs by reading another XML book I purchased as a companion.)

      Not recommended for newbies to WEB programming and a bit spotty for experienced XHTML/DHTML programmers moving up to XML.

      5 out of 5 stars I agree.......2003-02-14

      I agree with the other reviewers (especially those from the teaching profession). This book (and the others in the same "Learning by Example" series), are the best thing that hit computer education in a long time. They are wonderful course-ware tools, and for pennies!

      5 out of 5 stars A Godsend.......2003-02-10

      I agree with the other reviewers that this books covers all the relevant material and is an excellent teaching aid. What the other reviewers don't stress is that it is a godsend for teachers. A week or two playing with the material will show that you can compentently deliver a very good course (between 2 day mini-course and a 4 or 6 week 1-credit course). If you are a bit inventive and set the students extra projects, then there is enough here for a 12 week semester.

      So all you teachers out there should use this material - it is complete and ready for you to deliver to your students! Why waste time developing your own stuff when this is ready-to-go?

      5 out of 5 stars Excellent.......2003-02-07

      This book covers XML tags, CSS1 and 2, the @media directive, XHTML, DOM, XMLNS, XPath, XLST, DTD, Schemas, XLink, XPointer and DSO. It even includes excercises on ASP, Java and UNIX. It explains XML really well and I was especially impressed by the excellent explanations concering the database nature of XML.

      The excercises are well thought out and include reading to and from databases, as well as storing and sorting database-type information in data islands, and presenting it using XSL.
      HTML, XHTML, CSS and XML by Example: A Practical Guide (By Example Series)
      Average customer rating: Not rated
        HTML, XHTML, CSS and XML by Example: A Practical Guide (By Example Series)
        Teodoru Gugoiu
        Manufacturer: Teora USA, LLC
        ProductGroup: Book
        Binding: Paperback

        XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
        XHTMLXHTML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
        GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
        CSSCSS | Languages & Tools | Programming | Computers & Internet | Subjects | Books
        Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
        Similar Items:
        1. Head First HTML with CSS & XHTML Head First HTML with CSS & XHTML
        2. HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide) HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)
        3. HTML & XHTML: The Complete Reference (Osborne Complete Reference Series) HTML & XHTML: The Complete Reference (Osborne Complete Reference Series)
        4. JavaScript & DHTML Cookbook JavaScript & DHTML Cookbook
        5. The Zen of CSS Design: Visual Enlightenment for the Web (Voices That Matter) The Zen of CSS Design: Visual Enlightenment for the Web (Voices That Matter)

        ASIN: 1594960372
        Release Date: 2005-07-01

        Product Description

        ABOUT THE BOOK HTML, XHTML, CSS and XML by example explains how to manually create web pages using HTML, XHTML, CSS, and XML technologies. This book is based on W3 Consortium specifications and details how the most commonly used browsers implement these recommendations. Designed as a useful reference and guide, this book provides complete code sources, high-resolution screen captures and more than 300 descriptive examples to aid the developer. Each feature of HTML, XHTML, CSS, and XML is presented, analyzed and exemplified by emphasizing the purpose for which that feature was designed and implemented. As well,the full range of possible attribute and property values is detailed with complete examples. This book also presents detailed solutions explaining how the developer can integrate HTML, XHTML, CSS, and XML to create professional web pages using these complementary Internet technologies. Category: Web Development/HTML User Level: Intermediate through advanced
        An ABC of XML Tags : An IDEA Tutorial on Creating Well-Formed XML Documents Step by Step, with Instructions, Diagrams, Examples, Q and A, and Do-it-Yourself Challenges
        Average customer rating: Not rated
          An ABC of XML Tags : An IDEA Tutorial on Creating Well-Formed XML Documents Step by Step, with Instructions, Diagrams, Examples, Q and A, and Do-it-Yourself Challenges
          Jonathan Reeve Price
          Manufacturer: The Communication Circle
          ProductGroup: Book
          Binding: Digital

          XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
          GeneralGeneral | Programming | Computers & Internet | Subjects | Books
          GeneralGeneral | Computers & Internet | Subjects | Books
          ProgrammingProgramming | Computers & Internet | Subjects | e-Docs | Formats | Books
          GeneralGeneral | Computers & Internet | PDF (printable) | Formats | e-Docs | Formats | Books
          ProgrammingProgramming | Computers & Internet | PDF (printable) | Formats | e-Docs | Formats | Books
          ASIN: B00008MOYX
          Release Date: 2002-11-11

          Download Description

          Create XML documents the easy way, with this ABC of XML tags. Learn how to build every XML tag step by step. The big IDEA is that you get all the tools you need to learn how--Instructions, Diagrams, Examples, and Answers.

          1. Instructions: Instead of giving you raw syntax as in a conventional reference volume, I walk you through building the tags, step by step.

          2. Diagrams: Because the actual work involves tiny bits of punctuation, I give you large diagrams, showing each piece of the structure, up front. You can see the structure you are building, right in front of you.

          3. Examples: Many folks say that the examples really help them understand the guidelines. Each step has at least one example, so you can follow those, as you construct the tag.

          4. Answers: I have responded to some of the most common questions that come up when I teach this material to professional writers, managers, and other non-programmers in a classroom. Answers to challenges appear in the back of the book.

          Aimed at non-programmers, this tutorial takes you by the hand, and walks you through the process of constructing each type of tag. The book is based on the popular course at the University of California, Santa Cruz, XML for the Rest of Us. You can complete the tutorial in 5 hours. Outcome: You can read and write XML.

          You can take an XML document, understand it, and modify it without damaging the tags.

          You can write your own original XML document accurately and correctly.

          And this tutorial offers lots of supporting material at the back.

          1. Considering Tools: Applications in which you use XML to create or manage content.

          2. Sites.

          4. Answers to all the challenges.

          5. A to Z of XML Markup: A quick reference.

          6. Index.

          XML by Example.: An article from: Technical Communication
          Average customer rating: Not rated
            XML by Example.: An article from: Technical Communication
            Rhonda Lunemann
            Manufacturer: Society for Technical Communication
            ProductGroup: Book
            Binding: Digital

            GeneralGeneral | Literature & Fiction | Subjects | Books | Classics | Comic | Contemporary | Literary
            GeneralGeneral | Literature & Fiction | Subjects | e-Docs | Formats | Books
            ASIN: B0008HWU4Y
            Release Date: 2005-07-28

            Book Description

            This digital document is an article from Technical Communication, published by Society for Technical Communication on May 1, 2001. The length of the article is 528 words. The page length shown above is based on a typical 300-word page. The article is delivered in HTML format and is available in your Amazon.com Digital Locker immediately after purchase. You can view it with any web browser.

            Citation Details
            Title: XML by Example.
            Author: Rhonda Lunemann
            Publication: Technical Communication (Refereed)
            Date: May 1, 2001
            Publisher: Society for Technical Communication
            Volume: 48 Issue: 2 Page: 212

            Distributed by Thomson Gale
            XSLT Cookbook: Solutions and Examples for XML and XSLT Developers.(Book Reviews): An article from: Technical Communication
            Average customer rating: Not rated
              XSLT Cookbook: Solutions and Examples for XML and XSLT Developers.(Book Reviews): An article from: Technical Communication
              David Owens
              Manufacturer: Society for Technical Communication
              ProductGroup: Book
              Binding: Digital

              GeneralGeneral | Literature & Fiction | Subjects | Books | Classics | Comic | Contemporary | Literary
              GeneralGeneral | Literature & Fiction | Subjects | e-Docs | Formats | Books
              ASIN: B00082J9TI
              Release Date: 2005-07-31

              Book Description

              This digital document is an article from Technical Communication, published by Society for Technical Communication on May 1, 2004. The length of the article is 951 words. The page length shown above is based on a typical 300-word page. The article is delivered in HTML format and is available in your Amazon.com Digital Locker immediately after purchase. You can view it with any web browser.

              Citation Details
              Title: XSLT Cookbook: Solutions and Examples for XML and XSLT Developers.(Book Reviews)
              Author: David Owens
              Publication: Technical Communication (Refereed)
              Date: May 1, 2004
              Publisher: Society for Technical Communication
              Volume: 51 Issue: 2 Page: 288(2)

              Distributed by Thomson Gale

              Books:

              1. Guide to Wireless Network Security
              2. Hardening Apache
              3. How to Do Everything with Windows Mobile (How to Do Everything)
              4. How to Wow with Flash (How to Wow)
              5. iMac For Dummies, 4th Edition
              6. Information Dashboard Design: The Effective Visual Communication of Data
              7. Information Systems Today: Why IS Matters (2nd Edition)
              8. Information Technology Project Management, Fourth Edition
              9. Internet GIS: Distributed Geographic Information Services for the Internet and Wireless Network
              10. Internet Routing Architectures (2nd Edition)

              Books Index

              Books Home

              Recommended Books

              1. Sight, Sound, Motion: Applied Media Aesthetics
              2. Rand McNally Encyclopedia of Military Aircraft: 1914 to the Present
              3. Coste y Efecto - 2b: Edicion
              4. King James Games: More Than 200 Scripture-Teaching Puzzles Based on the Holy Bible
              5. Healthcare Finance: An Introduction To Accounting And Financial Management
              6. Spirit of the Wolf
              7. Jazz Styles: History and Analysis
              8. Payment System Integrity: A Compendium of Interviews on the Regulation of Stored Value
              9. Handbook of the Economics of Finance: Financial Markets and Asset Pricing Volume 1B
              10. Lethal Remedy