This is your world! It's not just Java
Monday, May 24, 2010
Please Visit eboox.wordpress.com
Tuesday, February 2, 2010
Download Ebook: Java 2D Graphics
I don't assume that you know anything about computer graphics, which is an extensive field. I'll explain the concepts of Java 2D's features as well as the classes and methods you need to take advantage of them.
To get the most out of this book, however, you should be comfortable programming in Java. You should also have at least a rudimentary knowledge of the Abstract Windowing Toolkit (AWT).
DOWNLOAD
Download Ebook: Java 2 Micro Edition
Download Ebook: Java 2 Game Programming (Thomas Petchel)
Download Ebook: A Java GUI Programmer's Primer
Monday, February 1, 2010
Download Ebook: Thinking in Java, 3rd Edition
Wednesday, January 27, 2010
Download Ebook: Beginning C# Game Programming (Michael Dawson)
DOWNLOAD
Download Ebook: Beginning C++ Game Programming (Michael Dawson)
Offering a thorough and modern introduction to C++, this book has everything you need in order to learn the fundamentals of C++ and game programming basics. Trust me!
DOWNLOAD
Download Ebook: Ajax on Java (Steven Douglas Olson)
Ajax on Java starts with an introduction to Ajax, showing you how to write some basic applications that use client-side JavaScript to request information from a Java servlet and display it without doing a full page reload. It also presents several strategies for communicating between the client and the server, including sending raw data, and using XML or JSON (JavaScript Object Notation) for sending more complex collections of data.
The book then branches out into different approaches for incorporating Ajax, which include:
- The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR
- Integrating Ajax into Java ServerPages (JSP) applications
- Using Ajax with Struts
- Integrating Ajax into Java ServerFaces (JSF) applications
- Using Google's GWT, which offers a pure Java approach to developing web applications: your client-side components are written in Java, and compiled into HTML and JavaScript
DOWNLOAD
Download Ebook: Agile Java Development with Spring, Hibernate and Eclipse (Anil Hemrajani)
Agile Java™ Development With Spring, Hibernate and Eclipse is a book about robust technologies and effective methods which help bring simplicity back into the world of enterprise Java development. The three key technologies covered in this book, the Spring Framework, Hibernate and Eclipse, help reduce the complexity of enterprise Java development significantly. Furthermore, these technologies enable plain old Java objects (POJOs) to be deployed in light-weight containers versus heavy-handed remote objects that require heavy EJB containers. This book also extensively covers technologies such as Ant, JUnit, JSP tag libraries and touches upon other areas such as such logging, GUI based debugging, monitoring using JMX, job scheduling, emailing, and more. Also, Extreme Programming (XP), Agile Model Driven Development (AMDD) and refactoring are methods that can expedite the software development projects by reducing the amount of up front requirements and design; hence these methods are embedded throughout the book but with just enough details and examples to not sidetrack the focus of this book. In addition, this book contains well separated, subjective material (opinion sidebars), comic illustrations, tips and tricks, all of which provide real-world and practical perspectives on relevant topics. Last but not least, this book demonstrates the complete lifecycle by building and following a sample application, chapter-by-chapter, starting from conceptualization to production using the technology and processes covered in this book. In summary, by using the technologies and methods covered in this book, the reader will be able to effectively develop enterprise-class Java applications, in an agile manner!
Download Ebook: Silverlight 2 Visual Essentials (Matthew MacDonald)
There is lots of interest in Microsoft’s Flash killer, and several conferences have seen heavy support for this exciting technology. Little published information on this technology is available on the market now, and so this introduction to the visual features and capabilities of Silverlight will hopefully get you going quickly.
This concise book is meant to give you a sense of what you, as a programmer, can expect from Silverlight in terms of what the user is going to see. The emphasis here is on understanding what Silverlight has to offer. While there is some code given, that is not the point of the book. The point is to be able to quickly understand what functionality is available to you and what options you might have without getting bogged down in much code.
The text assumes that you are a programmer and that you have an understanding of XAML. However, if you ignore the code that exists in the book, then any layperson, or even an administrator, can come to grips with the visual element of Silverlight.
DOWNLOAD
Download Ebook: Digital Character Animation 3 (George Maestri)
DOWNLOAD
Monday, January 25, 2010
Download Ebook: Java Secrets (Elliotte Rusty Harold)
Download Ebook: Java Programming with Oracle JDBC (Donald Bales)
DOWNLOAD
Saturday, January 2, 2010
Download Ebook: Up to Speed with Swing, Second Edition (Steven Gutz)
Part I contains all of the information you require to get started with Swing, including a description of the software packages you need and how to set them up. We will also have a quick Java refresher course for those who need it. Then, we will examine the architecture of Swing and start to talk about some of the advanced capabilities it offers.
Part II contains details about the typical classes you will utilize in the process of creating your own Swing applications. We will look at each of the common components and how to best use them, as well as techniques that can extend and enhance them to better suit your needs.
In Part III, we look at more advanced topics. We will describe how to create components with a custom look-and-feel, and take a look at several ways to make your Java code run faster.
NOTE: Throughout this book, you will see sections containing partial information regarding the Swing component APIs, including brief descriptions of the contents of significant groups of methods. Although you can find complete information in the online documentation provided with the JFC and JDK toolkits, the partial reference allows you to quickly review the API for a given class without requiring access to a computer.
DOWNLOAD
Download Ebook: Java™ Swing, 2nd Edition (Brian Cole, Robert Eckstein, James Elliott, Marc Loy, David Wood)
DOWNLOAD
Friday, January 1, 2010
Download Ebook: Java Persistence with Hibernate (Revised Edition of Hibernate in Action) by Christian Bauer & Gavin King)
In the intervening time, the persistence landscape has changed with the release of the Java Persistence API, the new standard for object/relational mapping for Java EE and Java SE which was developed under the Java Community Process as part of the Enterprise JavaBeans 3.0 Specification.
In developing the Java Persistence API, the EJB 3.0 Expert Group benefitted heavily from the experience of the O/R mapping frameworks already in use in the Java community. As one of the leaders among these, Hibernate has had a very significant influence on the technical direction of Java Persistence. This was due not only to the participation of Gavin King and other members of the Hibernate team in the EJB 3.0 standardization effort, but was also due in large part to the direct and pragmatic approach that Hibernate has taken towards O/R mapping and to the simplicity, clarity, and power of its APIs--and their resulting appeal to the Java community.
In addition to their contributions to Java Persistence, the Hibernate developers also have taken major steps forward for Hibernate with the Hibernate 3 release described in this book. Among these are support for operations over large datasets; additional and more sophisticated mapping options, especially for handling legacy databases; data filters; strategies for managing conversations; andintegration with Seam, the new framework for web application development with JSF and EJB 3.0.
Java Persistence with Hibernate is therefore considerably more than simply a second edition to Hibernate in Action. It provides a comprehensive overview of all the capabilities of the Java Persistence API in addition to those of Hibernate 3, as well as a detailed comparative analysis of the two. It describes how Hibernate has been used to implement the Java Persistence standard, and how to leverage the Hibernate extensions to Java Persistence.
More important, throughout the presentation of Hibernate and Java Persistence, Christian Bauer and Gavin King illustrate and explain the fundamental principles and decisions that need to be taken into account in both the design and use of an object/relational mapping framework. The insights they provide into the underlying issues of ORM give the reader a deep understanding into the effective application of ORM as an enterprise technology.
Java Persistence with Hibernate thus reaches out to a wide range of developers— from newcomers to object/relational mapping to experienced developers—seeking to learn more about cutting-edge technological innovations in the Java community that have occurred and are continuing to emerge as a result of this work.
DOWNLOAD
Download Ebook: Learning Wireless Java (Qusay Mahmoud)
DOWNLOAD
Download Ebook: CWTS Certified Wireless Technology Specialist Study Guide (Tom Carpenter)
- 802.11 wireless LANs
- Bluetooth from the perspective of interoperability
- VoWLAN from the perspective of roaming and handover
If you have been working in the wireless LAN industry for awhile, but haven’t had the opportunity to gain a formal education in all things 802.11, this is the place for you to start as well. You will fill any gaps in your knowledge and gain a well-rounded perspective of wireless network installation and maintenance.
Leave a Message
Blog Archive
-
▼
2010
(19)
-
►
January
(13)
- Download Ebook: Beginning C# Game Programming (Mic...
- Download Ebook: Beginning C++ Game Programming (Mi...
- Download Ebook: Ajax on Java (Steven Douglas Olson)
- Download Ebook: Agile Java Development with Spring...
- Download Ebook: Silverlight 2 Visual Essentials (M...
- Download Ebook: Digital Character Animation 3 (Geo...
- Download Ebook: Java Secrets (Elliotte Rusty Harold)
- Download Ebook: Java Programming with Oracle JDBC ...
- Download Ebook: Up to Speed with Swing, Second Edi...
- Download Ebook: Java™ Swing, 2nd Edition (Brian Co...
- Download Ebook: Java Persistence with Hibernate (R...
- Download Ebook: Learning Wireless Java (Qusay Mahm...
- Download Ebook: CWTS Certified Wireless Technology...
-
►
January
(13)
Labels
- About Java (2)
- Ajax (1)
- Animation (1)
- Array (1)
- BufferedReader (1)
- C# (1)
- C++ (1)
- Certification (5)
- Cryptography (1)
- Download (37)
- Eclipse (1)
- EJB (2)
- Game (3)
- Hibernate (3)
- Input Data (2)
- J2ME (1)
- Java 2D (1)
- Java 3D (1)
- Java Advance (1)
- Java Basic (6)
- Java Networking (1)
- Java RMI (1)
- Java Secrets (1)
- Java Swing (3)
- Java Thread (2)
- Java Tutorial (4)
- JavaFX (3)
- JDBC (1)
- JMS (1)
- JSP (1)
- Linux (1)
- MySQL (1)
- OCPJP (34)
- Opinion (2)
- Oracle (1)
- PHP (1)
- Scanner (1)
- SCJP (1)
- SCWCD (1)
- Silverlight (1)
- Spring (1)
- Tutorial (2)
- Web Service (1)
- Wireless (1)