Download eBOOK | Free eBOOK | Free Download eBOOK

Excellent resources on Download eBOOK, Free eBOOK like autocad ebook, excel ebook, access ebook, powerpoint ebook and many more!

free ebook

Effective Java (2nd Edition)

Written by YU53P on 09:20



eBook Description

This free Java ebook is designed to help you make the most effective use of the Java™ programming language and its fundamental libraries, java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io. The Java book discusses other libraries from time to time, but it does not cover graphical user interface programming, enterprise APIs, or mobile devices.

This Java ebook consists of seventy-eight items, each of which conveys one rule. The rules capture practices generally held to be beneficial by the best and most experienced programmers. The items are loosely grouped into ten chapters, each concerning one broad aspect of software design. The free Java ebook is not intended to be read from cover to cover: each item stands on its own, more or less. The items are heavily cross-referenced so you can easily plot your own course through the ebook.

Many new features were added to the platform in Java 5 (release 1.5). Most of the items in this free Java ebook use these features in some way.

Most items are illustrated with program examples. A key feature of this Java ebook is that it contains code examples illustrating many design patterns and idioms. Where appropriate, they are cross-referenced to the standard reference work in this area [Gamma95].

Many items contain one or more program examples illustrating some practice to be avoided. Such examples, sometimes known as antipatterns, are clearly labeled with a comment such as “// Never do this!” In each case, the item explains why the example is bad and suggests an alternative approach.


download ebook link

http://www.ziddu.com/downloadlink/1865316/Effective-Java-2nd.part1.rar
http://www.ziddu.com/downloadlink/1865332/Effective-Java-2nd.part2.rar


eBook Details

Paperback 384 pages
Publisher Prentice Hall PTR; 2 edition
Release Date May 28, 2008
Language English


download  ebook

DOWNLOAD eBOOK Object Oriented Programming and Java

Written by YU53P on 13:18




eBOOK Details

Publisher Springer
Release Date September 27, 2007
ISBN 1846289629

eBOOK Description

Object-Oriented Programming and Java presents two important topics in contemporary software development: object-oriented programming and Java. This book takes a different teaching approach from most available literature, it begins with the description of real-world object interaction scenarios and explains how they can be translated, represented and executed using object-oriented programming paradigm.

Principally, Java is an object-oriented programming language. By establishing a solid foundation in the understanding of object-oriented programming concepts and their applications, the book provides readers with the pre-requisites for writing proper object-oriented programs using Java.

Object-Oriented Programming and Java covers the latest in Java technologies and is suitable for undergraduate or postgraduate courses on object-oriented technology, and in particular, using Java as a programming language for creating object-oriented programs.




download  ebook

DOWNLOAD eBOOK Scripting in Java: Languages, Frameworks, and Patterns

Written by YU53P on 16:27


eBOOK Details

Publisher Addison-Wesley
Release Date August 19, 2007
ISBN 0321321936

eBOOK Description

Using the Java platform’s new scripting support, you can improve efficiency, streamline your development processes, and solve problems ranging from prototyping to Web application programming. In Scripting in Java, Dejan Bosanac covers key aspects of scripting with Java, from the exciting new Groovy scripting language to Java’s new Scripting and Web Scripting APIs.

Bosanac begins by reviewing the role and value of scripting languages, and then systematically introduces today’s best scripting solutions for the Java platform. He introduces Java scripting frameworks, identifies proven patterns for integrating scripting into Java applications, and presents practical techniques for everything from unit testing to project builds. He supports key concepts with extensive code examples that demonstrate scripting at work in real-world Java projects. Coverage includes

  • Why scripting languages offer surprising value to Java programmers
  • Scripting languages that run inside the JVM: BeanShell, JavaScript, and Python
  • Groovy in depth: installation, configuration, Java-like syntax, Java integration, security, and more
  • Groovy extensions: accessing databases, working with XML, and building simple Web applications and Swing-based UIs
  • Bean Scripting Framework: implementation, basic abstractions, and usage examples
  • Traditional and new patterns for Java-based scripting
  • JSR 223 Scripting API: language bindings, discovery mechanisms, threading, pluggable namespaces, and more
  • JSR 223 Web Scripting Framework: scripting the generation of Web content within servlet containers



download  ebook

DOWNLOAD eBOOK Java Methods for Financial Engineering

Written by YU53P on 08:57



eBOOK Details

Publisher Springer
Release Date May 15, 2007
ISBN 1852338326

eBOOK Description

In order to build a successful, Java-based application it is important to have a clear understanding of the principles underlying the various financial models. Those models guide the application designer in choosing the most appropriate Java data structures and implementation strategy. This book describes the principles of model building in financial engineering and explains those models as designs and working implementations for Java-based applications.

Throughout the book a series of packaged classes are developed to address a wide range of financial applications. Java methods are designed and implemented based on the most widely used models in financial engineering and investment practice. The classes and methods are explained and designed in a way which allows the financial engineer complete flexibility. The classes can be used as off-the-shelf working solutions or the innovative developer can re-arrange and modify methods to create new products.



download  ebook

DOWNLOAD eBOOK Java All-In-One Desk Reference For Dummies

Written by YU53P on 09:12


eBOOK Details

Publisher For Dummies
Release Date June 25, 2007
ISBN 0470124512

eBOOK Description

Eight minibooks comprising nearly 900 pages give developers the tips and techniques they need to get up and running on the new J2SE 6 (Java Standard Edition 6) and JDK 6 (Java Development Kit 6)

This friendly, all-inclusive reference delivers the lowdown on Java language and syntax fundamentals as well as Java server-side programming, with explanations, reference information, and how-to instructions for both beginning and intermediate-to-advanced programmers

Minibooks cover Java basics; programming basics; strings, arrays, and collections; programming techniques; Swing; Web programming; files and databases; and fun and games



download  ebook

DOWNLOAD eBOOK Computer Graphics for Java Programmers

Written by YU53P on 13:57


eBOOK Details

Publisher: Wiley
Release Date March 9, 2007
ISBN 0470031603

eBOOK Description

A great many varied and interesting visual effects can be achieved with computer graphics, for which a fundamental understanding of the underlying mathematical concepts – and a knowledge of how they can be implemented in a particular programming language – is essential.

Computer Graphics for Java Programmers, 2nd edition covers elementary concepts in creating and manipulating 2D and 3D graphical objects, covering topics from classic graphics algorithms to perspective drawings and hidden-line elimination.

Completely revised and updated throughout, the second edition of this highly popular textbook contains a host of ready-to-run-programs and worked examples, illuminating general principles and geometric techniques. Ideal for classroom use or self-study, it provides a perfect foundation for programming computer graphics using Java.


download  ebook

DOWNLOAD eBOOK Developing Java(TM) Web Applications

Written by YU53P on 13:48



eBOOK Details

Publisher Addison-Wesley Professional
Release Date May 21, 2007
Language English
ISBN 0321396855

eBOOK Description

Discover WTP, the New End-to-End Toolset for Java-Based Web Development

The Eclipse Web Tools Platform (WTP) seamlessly integrates all the tools today’s Java Web developer needs. WTP is both an unprecedented Open Source resource for working developers and a powerful foundation for state-of-the-art commercial products.

Eclipse Web Tools Platform offers in-depth descriptions of every tool included in WTP, introducing powerful capabilities never before available in Eclipse. The authors cover the entire Web development process–from defining Web application architectures and development processes through testing and beyond. And if you’re seeking to extend WTP, this book provides an introduction to the platform’s rich APIs. The book also

  • Presents step-by-step coverage of developing persistence, business logic, and presentation tiers with WTP and Java
  • Introduces best practices for multiple styles of Web and Java EE development
  • Demonstrates JDBC database access and configuration
  • Shows how to configure application servers for use with WTP
  • Walks through creating Web service application interfaces
  • Covers automated testing with JUnit and Cactus, and automated builds utilizing Ant, Maven, and CruiseControl
  • Introduces testing and profiling Web applications with the Eclipse Test and Performance Tools Platform (TPTP) project
  • Describes how to extend WTP with new servers, file types, and WSDL extensions


download  ebook

Disclaimer :

All parts of this site are for private use only. No files are hosted on our server, they are only indexed much like how Google works. The hosting server or the administrator cannot be held responsible for the contents of any linked sites or any link contained in a linked site, or changes / updates to such sites. All materials on this website is for Educational Purposes ONLY.
If you found this site useful, you might like to consider making a donation. All content on this site is provided free of charge and we hope to keep it that way. You can help to improve the service and to guarantee its future by donating a small amount. We guess that you probably wouldn't miss $1.00 but it would make all the difference to us.






Get up-to-date with new free ebook post! Every new free ebook post delivered directly to your mail box instantly ! Enter your email address:

Delivered by FeedBurner

Add to Technorati Favorites