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

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





Наш метод - самый эффективный, быстрый и легкий путь к заработку в Интернете.
И самое главное - он абсолютно легален! Ознакомьтесь с методом "Наличные Онлайн"!
Он революционен, 100% безотказен и вы можете рассчитывать повысить ваш доход на 100 - 500$ в день.
купить «Аквадиск
купить «Аквадиск
«Аквадиск" - родниковая вода в вашем доме »Аквадиск - родниковая вода...
купить нож
купить нож
нож "волк" новый Дагестан лигированная сталь ручка...
купить Икра кабачковая для детского питания
купить Икра кабачковая для детского питания
Икра кабачковая для детского питания ОАО Конпрок принемает заказы...
Бесплатные объявления

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

Найденные файлы
Шерлок Холмс полная версия Закачек 8339 / Средняя скорость 3085 Kb/s
Шерлок Холмс большая скорость Закачек 9698 / Средняя скорость 4160 Kb/s
Скачать Шерлок Холмс по прямой ссылке Закачек 9066 / Средняя скорость 4806 Kb/s
Шерлок Холмс torrent Закачек 9444 / Средняя скорость 4478 Kb/s
Заработай от 50$ в день на варезнике!

Liferay Portal Enterprise Intranets: A practical guide to building a complete corporate intranet with Liferay

Java, Web-технологии

Скачать Liferay Portal Enterprise Intranets: A practical guide to building a complete corporate intranet with Liferay Автор:

коллектив


Страниц: 408
ISBN:

978-1847192721


Язык: английский
In DetailLiferay Portal is the world’s leading open-source portal platform built on Java and Web 2.0 technologies. Corporations use it to provide a unified web interface to data and tools scattered across many sources.


Liferay Portal uses the latest in Java, J2EE, and Web 2.0 technologies to deliver solutions for enterprises across both public and private sectors. Liferay Portal’s flexibility allows it to be deployed in a number of different scenarios to meet key business needs. Some of the key business benefits are:
A rich, friendly, intuitive, and collaborative end-user experience
A single point of access to all information
High adaptability to the demands of fast changing markets
Highest value
Lowest costs
ID: 128872

JUnit in Action, 2nd Edition

Программирование, Java

Скачать JUnit in Action, 2nd Edition Автор:

JUnit in Action


Издательство:

Manning Publications


Год издания: 2010
Страниц: 504
ISBN:

978-1935182023


Язык: английский
When JUnit was first introduced a decade ago by Kent Beck and Erich Gamma, the Agile movement was in its infancy, “Test Driven Development” was unknown, and unit testing was just starting to move into the typical developer’s vocabulary. Today, most developers acknowledge the benefits of unit testing and rely on the increasingly sophisticated tools now available. The recently released JUnit 4.5 represents the state of the art in unit testing frameworks, and provides significant new features to improve the Java development process.

JUnit in Action, Second Edition is an up-to-date guide to unit testing Java applications (including Java EE applications) using the JUnit framework and its extensions. This book provides techniques for solving real-world problems such as testing AJAX applications, using mocks to achieve testing isolation, in-container testing for Java EE and database applications, and test automation.

Written to help readers exploit JUnit 4.5, the book covers recent innovations such as the new annotations that simplify test writing, improved exception handling, and the new assertion methods. You’ll also discover how to use JUnit extensions to test new application styles and frameworks including Ajax, OSGi, and HTML-based presentation layers.

Using a sample-driven approach, various unit testing strategies are covered, such as how to unit test EJBs, database applications, and web applications. Also addressed are testing strategies using freely available open source frameworks and tools, and how to unit test in isolation with Mock Objects. The book will also bring you up to speed on the latest thinking in TDD, BDD, Continuous Integration, and other practices related to unit testing.
ID: 127446

Программирование на Java и С# для студента

Главная » Книги » Программирование » Java

Скачать Программирование на Java и С# для студента Автор:

Герман О.В., Герман Ю.О.


Издательство:

БХВ-Петербург


Год издания: 2005
Страниц: 512
ISBN:

5-94157-710-9


Язык: русский
Рассмотрены основные вопросы программирования на языках JAVA и С#. включая их сравнительное описание как двух важнейших и весьма сходных прикладных платформ для создания современных сетевых приложений.
Книга содержит теоретическую часть, объясняющую основные моменты программирования, и практическую, включающую задания, контрольные вопросы и много законченных примеров с подробными объяснениями и комментариями, которые позволяют эффективно перейти к самостоятельному написанию программ на языках JAVA и С#.
ID: 127136

Рефакторинг. Улучшение существующего кода

Главная » Книги » Программирование » Java

Скачать Рефакторинг. Улучшение существующего кода Автор:

Фаулер Мартин


Издательство:

Символ-Плюс


Год издания: 2003
Страниц: 432
Язык: русский
Автор:Фаулер Мартин
Название: Рефакторинг. Улучшение существующего кода
Издательство: Символ-Плюс
Год: 2003
Формат: pdf
Размер: 18.5 Mб
ID: 126991

Hibernate Recipes: A Problem-Solution Approach

Главная » Книги » Программирование » Java

Скачать Hibernate Recipes: A Problem-Solution Approach Автор:

Gary Mak


Издательство:

Apress


Год издания: 2010
Страниц: 312
ISBN:

978-1430227960


Язык: английский
Hibernate continues to be the most popular out-of-the-box framework solution for Java Persistence and data/database accessibility techniques and patterns. It is used for e-commerce–based web applications as well as heavy-duty transactional systems for the enterprise.

Gary Mak, the author of the best-selling Spring Recipes, now brings you Hibernate Recipes. This book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients.

This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you further and shows how you can apply it practically in your daily work.

What you’ll learn

* The basics of object-relational mapping and how Hibernate is best suited for it
* How to do various mappings, including one-to-one mapping, many-to-one mapping, collection mapping, component mapping, and inheritance mapping
* How to use Hibernate Query Language (HQL)
* How to perform batch processing and use native SQL, criteria queries, caching objects, and more
* How to enable Hibernate in web applications with e-commerce
* How to use Hibernate for heavy-duty enterprise transaction–based systems
ID: 126775

Самоучитель Java

Главная » Книги » Программирование » Java

Скачать Самоучитель Java Автор:

И. Хабибуллин


Издательство:

БХВ-Петербург


Год издания: 2001
Страниц: 464
ISBN:

5-94157-041-4


Язык: русский
Книга посвящена объектно-ориентированному языку программирования Java 2. Последовательно излагаются практические приемы работы с новейшими конструкциями языка, графической библиотекой классов, расширенной библиотекой Java 2D, со звуком, печатью, способами русификации программ.
Около двухсот законченных программ иллюстрируют приведенные приемы программирования. Подробные схемы и описания классов и методов J2SDK позволят использовать книгу как настольный справочник по технологии Java.
ID: 124301

Интернет-программирование на Java

Главная » Книги » Программирование » Java

Скачать Интернет-программирование на Java Автор:

Вадим Будилов


Издательство:

БХВ-Петербург


Год издания: 2004
Страниц: 704
ISBN:

5-94157-272-7


Язык: русский
В книге подробно рассматриваются методы создания Интернет-приложений на языке Java, в том числе Web-приложений, апплетов, серверных приложений, использование серверных страниц Java, конструирование и программирование пользовательских библиотек ярлыков Java, а также разработка приложений с применением современных технологий, реализованных в пакете J2EE. Подробно описано функционирование сервера Blazix.
Внимание акцентировано на раскрытие наиболее существенных сторон создания клиентских и серверных приложений. Многочисленные примеры делают изложенный материал весьма наглядным и помогают его лучшему усвоению. Книга рассчитана на читателя, знакомого с программированием и имеющего некоторый опыт создания программ на любом языке.
ID: 123812

Core JavaServer Faces, 3rd Edition

Главная » Книги » Программирование » Java

Скачать Core JavaServer Faces, 3rd Edition Автор:

David Geary, Cay S. Horstmann


Издательство:

Prentice Hall


Год издания: 2010
Страниц: 672
ISBN:

0137012896


Язык: английский
JavaServer Faces (JSF) is the standard Java EE technology for building web user interfaces. It provides a powerful framework for developing server-side applications, allowing you to cleanly separate visual presentation and application logic. JSF 2.0 is a major upgrade, which not only adds many useful features but also greatly simplifies the programming model by using annotations and “convention over configuration” for common tasks.
ID: 122688

TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers

Программирование, Java

Скачать TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers Автор:

Kenneth L. Calvert, Michael J. Donahoo


Издательство:

Morgan Kaufmann


Год издания: 2008
Страниц: 192
ISBN:

978-0123742551


Язык: английский
Most Internet applications use sockets to implement network communication protocols. This book’s focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java. Chapter 1 provides a genral overview of networking concepts to allow readers to synchronize the concepts with terminology. Chapter 2 introduces the mechanics of simple clients and servers. Chapter 3 covers basic message construction and parsing. Chapter 4 then deals with techniques used to build more robust clients and servers. Chapter 5 (NEW) introduces the scalable interface facilities which were introduced in Java 1.5, including the buffer and channel abstractions. Chapter 6 discusses the relationship between the programming constructs and the underlying protocol implementations in more detail. Programming concepts are introduced through simple program examples accompanied by line-by-line code commentary that describes the purpose of every part of the program. The book’s Web site contains many examples of command-based sockets-related code discussed throughout the book. No other resource presents so concisely or so effectively the material necessary to get up and running with Java sockets programming.
ID: 122290

Beginning Java SE 6 Platform: From Novice to Professional

Главная » Книги » Программирование » Java

Скачать Beginning Java SE 6 Platform: From Novice to Professional Автор:

Jeff Friesen


Издательство:

Apress


Год издания: 2007
Страниц: 485
ISBN:

978-1590598306


Язык: английский
Beginning Java SE 6 Platform: From Novice to Professional steers you through the maze of the new Java Standard Edition (SE) 6 core and desktop platform and its programming API and concepts. You will learn these through action and example. Individual chapters introduce a particular API area, discuss the API, and provide a hands-on example.

This book guides you from beginning to advanced techniques by starting off with a very simple Java SE 6 application, and then covering the fundamentals of generics, collections, annotations, reflections, IO, threads, and networking in Java SE 6. You'll also have some fun learning and creating GUIs, and even use the latest in AWT and Swing as the foundation for a Java-based game application. And the chapters on JavaSound and Java 2D will be an enjoyable learning experience you'll want to share with friends.

Last of all, this book covers data access using the latest JDBC 4 API, security, and dynamic Java scripting language support (which may later open your Java experience to languages like Groovy, BeanShell, and JRuby). By the time you finish this book, you will have mastered the core techniques essential to professional Java developers.
ID: 119438
загрузка...
При полной или частичной перепечатке материалов, книг с сайта

Электронная библиотека

, ссылка на all-eBooks.com обязательна
Copyright © all-eBooks.com, 2006-2009. All Rights Reserved