Wow! eBook: Programming C# 5.0 - 6 new eBooks |
- Programming C# 5.0
- JRuby Cookbook
- Tomcat: The Definitive Guide, 2nd Edition
- Java Cookbook, 2nd Edition
- Eclipse
- Eclipse IDE Pocket Guide
Posted: 25 Dec 2012 05:45 AM PST Book DescriptionAfter a dozen years of incremental changes, C# has become one of the most versatile programming languages available. With this comprehensive guide, you'll learn just how powerful the combination of C# 5.0 and .NET 4.5 can be. Author Ian Griffiths guides you through C# 5.0 fundamentals and teaches you techniques for building web and desktop applications, including Windows 8-style apps. Completely rewritten for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C# code, such as generics, dynamic typing, and the new asynchronous programming features. You'll also get up to speed on XAML, ASP.NET, LINQ, and other .NET tools.
Table of Contents Book Details
Related Posts
The post Programming C# 5.0 appeared first on Wow! eBook - Blog. |
Posted: 25 Dec 2012 05:43 AM PST Book DescriptionIf you’re interested in JRuby, you probably don’t need a turorial on Ruby, Rails, or Java — you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications with Java toolkits, and more. Using numerous reusable code samples, JRuby Cookbook shows you how to:
The JRuby interpreter combines Ruby’s simplicity and ease of use with Java’s extensive libraries and technologies, a potent blend that opens new possibilities for Ruby, Rails, and Java. This Cookbook helps you take full advantage of JRuby’s potential. “The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and Ruby. It provides solutions to specific problems developers face in both their development and testing environments, along with the applications they’re building.”– Bob McWhirter, Research & Prototyping, Red Hat Middleware Table of Contents Book Details
Related Posts
The post JRuby Cookbook appeared first on Wow! eBook - Blog. |
Tomcat: The Definitive Guide, 2nd Edition Posted: 25 Dec 2012 05:39 AM PST Book DescriptionIt takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for anyone interested in Tomcat. Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including Windows, Linux, OS X, Solaris, and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications. This book offers complete information for:
This book also offers an overview of the Tomcat open source project’s community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O’Reilly. The result clearly exceeds expectations. Table of Contents Appendix A. Installing Java Book Details
Related Posts
The post Tomcat: The Definitive Guide, 2nd Edition appeared first on Wow! eBook - Blog. |
Posted: 25 Dec 2012 05:29 AM PST Book DescriptionYou have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it. With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work–and how to put them to work for you. This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you’re new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you’re a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge. Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works. Java Cookbook, 2nd Edition includes code segments covering many specialized APIs–like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization. In this major revision, you’ll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what’s useful or tricky–or what’s useful and tricky–Java Cookbook, 2nd Edition is the most practical Java programming book on the market. Table of Contents Book Details
Related Posts
The post Java Cookbook, 2nd Edition appeared first on Wow! eBook - Blog. |
Posted: 25 Dec 2012 05:25 AM PST Book DescriptionJava programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn’t fix them–that’s up to you: fix them, compile again, and hope that nothing goes wrong this time. Eclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn’t just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it’s free–what could be better? Still, if you’re like most programmers, mastering a new technology–no matter how productive it will make you in the long run–is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency. O’Reilly’s new guide to the technology, Eclipse, provides exactly what you’re looking for: a fast-track approach to mastery of Eclipse. This insightful, hands-on book delivers clear and concise coverage, with no fluff, that gets down to business immediately. The book is tightly focused, covering all aspects of Eclipse: the menus, preferences, views, perspectives, editors, team and debugging techniques, and how they’re used every day by thousands of developers. Development of practical skills is emphasized with dozens of examples presented throughout the book. From cover-to-cover, the book is pure Eclipse, covering hundreds of techniques beginning with the most basic Java development through creating your own plug-in editors for the Eclipse environment. Some of the topics you’ll learn about include:
From basics to advanced topics, Eclipse takes you through the fundamentals of Eclipse and more. You may be an Eclipse novice when you pick up the book, but you’ll be a pro by the time you’ve finished. Table of Contents Book Details
Related Posts
The post Eclipse appeared first on Wow! eBook - Blog. |
Posted: 25 Dec 2012 05:22 AM PST Book DescriptionEclipse is the world’s most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my classpath on a per-project basis? This practical pocket guide gets you up to speed quickly with Eclipse. It covers basic concepts, including Views and editors, as well as features that are not commonly understood, such as Perspectives and Launch Configurations. You’ll learn how to write and debug your Java code–and how to integrate that code with tools such as Ant and JUnit. You’ll also get a toolbox full of tips and tricks to handle common–and sometimes unexpected–tasks that you’ll run across in your Java development cycle. Additionally, the Eclipse IDE Pocket Guide has a thorough appendix detailing all of Eclipse’s important views, menus, and commands. The Eclipse IDE Pocket Guide is just the resource you need for using Eclipse, whether it’s on a daily, weekly, or monthly basis. Put it in your back pocket, or just throw it in your backpack. With this guide in hand, you’re ready to tackle the Eclipse programming environment. Table of Contents Book Details
Related Posts
The post Eclipse IDE Pocket Guide appeared first on Wow! eBook - Blog. |
You are subscribed to email updates from Wow! eBook - Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar