| | | | | |
Поиск
Вход на сайт
Логин
Пароль
 
Подписка на новости
Разделы
Книги

Партнеры
Обратная связь



Rambler's Top100

Скачать книги Java

Accelerated GWT: Building Enterprise Google Web Toolkit Applications

Java, .NET, Web-технологии
Скачать Accelerated GWT: Building Enterprise Google Web Toolkit Applications Автор: Vipul Gupta
Издательство: Apress
Год издания: 2008
Страниц: 312
ISBN: 1-59059-975-6
Язык: английский
This book introduces you to the popular GWT (Google Web Toolkit) framework in a way that will allow you to begin using GWT in short order. Foregoing superfluous introductions to JavaScript and AJAX, you’ll instead be immersed in GWT fundamentals from the very first chapter. Subsequent chapters discuss key GWT concepts such as architecture, widgets, and RPC. The book is for Java–minded web developers seeking to incorporate AJAX capabilities into their web applications without sacrificing sound development principles.
ID: 53140

NHibernate with ASP.NET: Problem – Design – Solution

Java, .NET, ASP / ASP.NET
Скачать NHibernate with ASP.NET: Problem – Design – Solution Автор: Scott Millett
Издательство: Wrox Blox (Wiley Publishing, Inc.)
Год издания: 2009
Страниц: 123
ISBN: 0-470-48820-1
Язык: английский
This book demonstrates how to start using NHibernate in line business applications using ASP.NET and VB.NET. Using NHibernate will speed up your application development by removing the need to build your own Data Access Layer (DAL). In addition, you can focus solely on the business problem instead of the infrastructure concerns. Using a simple demo application as an example, this book shows how easy it is to get started with NHibernate and build your DAL in minutes instead of hours.
ID: 53036

NHibernate in Action

Java, .NET
Скачать NHibernate in Action Автор: Pierre Henri Kuaté, Tobin Harris, Christian Bauer, and Gavin King
Издательство: Manning Publications Co.
Год издания: 2009
Страниц: 400
ISBN: 1-932394-92-3
Язык: английский
The book introduces .NET developers to the NHibernate Object/Relational Mapping tool. As NHibernate is a port of Hibernate from Java to .NET, the book is based on Manning's bestselling Java Persistence with Hibernate (which is "Hibernate in Action" Second Edition).
ID: 53029

Modular Java: Creating Flexible Applications with OSGi and Spring

Главная » Книги » Программирование » Java
Скачать Modular Java: Creating Flexible Applications with OSGi and Spring Автор: Pragmatic Bookshelf
Издательство: Craig Walls
Год издания: 2009
Страниц: 246
ISBN: 978-1934356-40-1
Язык: английский
The secret weapon for attacking complexity in any project is to break it down into smaller, cohesive, and more easily digestible pieces. With Modular Java, you can easily develop applications that are more flexible, testable, maintainable, and comprehensible.

Modular Java is a pragmatic guide to developing modular applications using OSGi, the framework for dynamic modularity in Java, and Spring Dynamic Modules, an OSGi extension to the Spring Framework. You'll start with the basics but quickly ramp up, creating loosely-coupled modules that publish and consume services, and you'll see how to compose them into larger applications. Along the way, you'll apply what you learn as you build a complete web application that is made up of several OSGi modules, using Spring-DM to wire those modules together.
ID: 52948

Grails in Action

Главная » Книги » Программирование » Java
Скачать Grails in Action Автор: Glen Smith, Peter Ledbrook
Издательство: Manning Publications
Год издания: 2009
Страниц: 519
ISBN: 978-1-933988-93-1
Язык: английский
For web developers used to wrestling with Java and XML, Grails is a breath of fresh air. Developers are instantly productive, picking up all the benefits of the Ruby-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 covers the nuts and bolts of the core Grails components and is jam-packed with tutorials, techniques, and insights from the trenches.

The book starts with an overview of Grails and how it can help you get your web dev mojo back. Then it walks readers through a Twitter-style social networking app-built in Grails, of course-where they implement high-interest features like mashups, AJAX/JSON, animation effects, full text search, rounded corners, and lots of visual goodness. The book also covers using Grails with existing Java technology, like Spring, Hibernate, and EJBs.
ID: 52812

Enterprise JavaBeans

Главная » Книги » Программирование » Java
Скачать Enterprise JavaBeans Автор: Richard Monson-Haefel
Издательство: O'Reilly
Год издания: 2001
Страниц: 500
ISBN: 059600530X
Язык: английский
Enterprise JavaBeans was recently voted "Best Java Book" by the editors and readers of Java Developer's Journal. Readers of JavaPro named it the "Best Java Book for Experts." And Amazon.com included it in the Top Computer Books for 2000. Now the best only gets better! In the new 3rd edition, Enterprise JavaBeans has been completely revised and updated with a thorough introduction to the new 2.0 version of the EJB specification. Significantly different from the earlier version, the 2.0 specification introduces three dramatic improvements: A completely new version of container-managed persistence; local interfaces; and a totally new kind of bean called the "message driven bean." Enterprise JavaBeans, 3rd edition, provides a thorough discussion of these changes, along with an architecture overview, information on resource management and primary services, design strategies, and XML deployment descriptors.
ID: 52655

JXTA: Java P2P Programming

Главная » Книги » Программирование » Java
Скачать JXTA: Java P2P Programming Автор: D. Brookshier, D. Govoni, N.Krishnan, J. arlos Soto
Издательство: Sams Publishing
Год издания: 2002
Страниц: 432
ISBN: 0672323664
Язык: английский
JXTA: Java P2P Programming provides an invaluable introduction to this new technology, filled with useful information and practical examples. It was created by members of the JXTA community, sharing their real-world experience to introduce developers to JXTA.It starts with the fundamentals of P2P and demonstrates how JXTA fulfills the P2P promise, then covers the essentials of JXTA including the protocols, the JXTA Shell, and groups. Later chapters include case studies demonstrating JXTA to synchronize data and to create distributed applications.Includes a foreward by Juan Carlos Soto, Group Marketing Manager for Project JXTA at Sun Microsystems and the jxta.org Open Source Community Manager.
ID: 52657

Java Database Programming Bible

Главная » Книги » Программирование » Java
Скачать Java Database Programming Bible Автор: John O'Donahue
Год издания: 2002
Страниц: 700
ISBN: 978-0764549243
Язык: английский
This is a comprehensive approach to learning how to develop and implement a professional level Java 2 database program using the Java database connection API (JDBC 3.0). It includes an introduction to relational databases and designing database applications; covers interacting with a relational database using a Java program; and shows how to create and work with XML data storage using a Java program.

From the Back Cover

* Master the ins and outs of RDBMS technology, SQL, and JDBC
* Create two-tier and multi-tier database applications
* Harness JSP, servlets, EJB, JDO, XML, and related technologies

If Java can do it, you can do it too . . .

ID: 51353

Murach's Beginning Java 2

Главная » Книги » Программирование » Java
Скачать Murach's Beginning Java 2 Автор: Andrea Steelman
Год издания: 2001
Страниц: 712
ISBN: 978-1890774127
Язык: английский
Review
"This is the best book on the subject I have seen. I bought my first Murach book in 1987, have bought several more over the years, and have never been disappointed."

Product Description
An exciting, new approach to Java instruction that includes the latest Java releases (1.3.1 and 1.4). In just 20 chapters, you grow from beginner to entry-level professional. Along the way, you learn how to develop GUIs with Swing components; how to work with files; how to use JDBC to work with databases; how to develop applets that are run from Internet browsers; how to work with threads; and much more. It’s all there in the unique Murach style that has been training professional programmers for more than 25 years.
ID: 51351

Java & XML, 2nd Edition: Solutions to Real-World Problems

Java, XML / XSL
Скачать Java & XML, 2nd Edition: Solutions to Real-World Problems Автор: Brett McLaughlin
Издательство: O'Reilly
Год издания: 2001
Страниц: 528
ISBN: 0-596-00197-5
Язык: английский
With the XML "buzz" still dominating talk among Internet developers, there's a real need to learn how to cut through the hype and put XML to work. Java & XML shows how to use the APIs, tools, and tricks of XML to build real-world applications. The result is code and data that are portable. This second edition adds chapters on Advanced SAX and Advanced DOM, new chapters on SOAP and data binding, and new examples throughout. Following a concise introduction to XML basics, the rest of the book focuses on using XML from your Java applications. Java developers who need to work with XML, or think that they will in the future--as well as developers involved in the new peer-to-peer movement, messaging, or web services--will find Java & XML a constant companion. Includes a quick reference on SAX 2.0, DOM Level 2, and JDOM.
ID: 51312
Загрузка ...
При полной или частичной перепечатке материалов, книг с
электронной библиотеки, ссылка на сайт all-eBooks.com обязательна
Copyright © all-eBooks.com, 2006-2008. All Rights Reserved