|
|
|
Java Ebooks
|
Downloads Herb Schildt's Java Programming Cookbook ebook.Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your Java programming appetite! Topics include:
* String Handling * Regular Expressions * File Handling * Applets * Servlets * Swing * The Collections Framework * Multithreading * Formatting Data
Learn how to:
* Find substrings that match a regular expression * Use regular expressions to tokenize a string * Compress and decompress data files * Create a ZIP file
* Format time and date * Use printf( ) to display formatted data * Reverse, rotate, and shuffle a list
* Use a Comparator with a collection * Create a simple Swing application * Create a Swing-based applet
* Create a simple servlet * Use a cookie with a servlet * Synchronize threads * Monitor a thread's state
* Set and obtain a thread's priority * Use JScrollPane to automate scrolling * Access a resource using HttpURLConnection * Schedule a task for future execution * Use reflection to dynamically create an object and call methods * Much, much more
http://www.diesel-ebooks.com/cgi-bin/item/parent-9780072263152/Herb-Schildt's-Java-Programming-Cookbook-eBook.html
PageRank: 0/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Mastering Java 2, J2SE 1.4 ebook. The 1.4 version of Java 2 Standard Edition provides many new programming capabilities while making plenty of old tasks easier. But without reliable guidance, you'll find it hard to take advantage of even a fraction of what the new SDK has to offer. Filled with detailed coverage of the new technology, step-by-step instruction, and tips from an acclaimed Java consultant and author, Mastering Java 2, J2SE 1.4 is the resource you'll want to keep within easy reach.
Coverage Includes: * Understanding the Java programming language * Building forms with the Swing component set * Creating superior graphics with the Java 2D API
* Supporting advanced data structures with the Collections API * Improving the speed of your Java applications * Taking advantage of Swing's support of drag and drop * Understanding OOP concepts, including UML
* Working with Java's new assertion capabilities * Using Java's new I/O capabilities: nonblocking read and write operations, application preferences, and logging * Solving tough printing challenges * Working with installation options, including Java Plug-in and Java Web Start * Working with multiple threads and timer tasks
http://www.diesel-ebooks.com/cgi-bin/item/0782152430/Mastering-Java-2-J2SE-14-eBook.html
PageRank: 0/10
(Clicks: 1;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Java Software Solutions: Foundations of Program Design (6th Edition) ebook by John Lewis, William Loftus. This is a good book for my first Java class. It teaches the objectives without delving into complex programmer's language.
http://www.ebooknetworking.com/books_detail-0321532058.html
PageRank: 0/10
(Clicks: 3;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Beginning JavaServer Pages ebook. JavaServer Pages (JSP) is a cross-platform language that generates dynamic Web pages and uses XML-like tags written in Java to create content. With its latest release, version 2.0, JSP has become an even more powerful tool that beginners often find challenging to learn. This book provides you with an accessible introduction to JSP.
Packed with real-world code examples and in-depth case studies accompanied by fully working applications, this book introduces the many new features of JSP 2.0 while emphasizing good Web development practices. Along the way, you'll examine how JSP interacts with other Enterprise Java technologies and you'll be challenged to apply your new JSP programming skills to real-world projects
http://ebooks.ebookmall.com/ebook/175429-ebook.htm
PageRank: 2/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Beginning Cryptography with Java ebook. While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how.
What you will learn from this book
* How to understand and use JCE, JCA, and the JSSE for encryption and authentication * The ways in which padding mechanisms work in ciphers and how to spot and fix typical errors * An understanding of how authentication mechanisms are implemented in Java and why they are used * Methods for describing cryptographic objects with ASN.1 * How to create certificate revocation lists and use the Online Certificate Status Protocol (OCSP) * Real-world Web solutions using Bouncy Castle APIs
http://ebooks.ebookmall.com/ebook/227300-ebook.htm
PageRank: 2/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Effective Java (2nd Edition) ebook. If you are a Java Programmer you should read this book.This books has a lot of very useful tips. It'll give you a good and practical understanding of some basic Java language concepts (like inner classes, generics, etc). Do not think you know all!! This is my most important book on Java. If you write Java for a living Bloch's Effective Java could be your most useful purchase.
The book assumes you know the language basics but that you want to make your code more effective: error free, easy to maintain. Block lays out 78 best practice in usage of the language. His style is lucid and direct with great examples. You can start in sequentially or skip around as it suits you - either way you'll wind up improving your code. br /If you want an introduction or to study for certification look elsewhere. If you're a professional and want to produce more professional work buy this book.
http://www.ebooknetworking.com/books_detail-0321356683.html
PageRank: 0/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Java Precisely ebook Table Of Contents: Chapter 1 - Running Java: Compilation, Loading, and Execution . Chapter 2 - Names and Reserved Names ..... Java Naming Conventions ....
Chapter 4 - Comments and Program Layout .................. Chapter 5 - Types Chapter 6 - Variables, Parameters, Fields, and Scope Chapter 7 - Strings
Chapter 8 - Arrays Chapter 9 - Classes Chapter 10 - Classes and Objects in the Computer Chapter 11 - Expressions Chapter 12 - Statements
Chapter 13 - InterfacesChapter 14 - Exceptions, Checked and Unchecked Chapter 15 - Threads, Concurrent Execution, and Synchronization .. Chapter 16 - Compilation, Source Files, Class Names, and Class Files . Chapter 17 - Packages and Jar Files
Chapter 18 - Mathematica Functions Chapter 19 - String Buffers Chapter 20 - Collections and Maps Chapter 21 - Input and Output
http://www.ebooknetworking.com/java-precisely-p-28650.html
PageRank: 0/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Download J2ME in Nutshell ebook Contents of this Book:
The first nine chapters of this book describe the J2ME platform, the command-line tools that are provided with Sun's J2ME reference implementations, and some of the visual development environments that you can use when writing J2ME applications:
* Chapter 1 This chapter introduces the J2ME platform and the concepts of configuration and profile, and it compares J2ME to a number of other Java platforms for small devices.
* Chapter 2 This chapter covers the Connected Limited Device Configuration (CLDC), which is the basic building block for the J2ME profiles for wireless devices and PDAs. It begins by outlining the differences between CLDC and the core libraries of the J2SE platform. Then it takes a close look at KVM, the small-footprint virtual machine that is used in Sun's reference implementation of CLDC.
* Chapter 3 This chapter introduces MIDlets, the wireless Java equivalent of applets. MIDlets are part of the Mobile Information Device Profile (MIDP), which is the subject of this and the following three chapters. This chapter looks at the lifecycle of a MIDlet and illustrates it with a simple example. It concludes with a discussion of the facilities that a typical mobile device would provide to allow the user to download, install, manage, and remove MIDlets.
* Chapter 4 The devices that MIDlets run on range from cell phones with a small two-color display and room for only a few lines of text to PDAs with larger, multicolor screens. In order to isolate MIDlets from the specifics of the devices on which they are running, MIDP includes a high-level API that provides simple input and output controls and the ability to combine these controls to create form-like screens. This chapter takes a detailed look at the high-level API and provides sample MIDlets that can be run on cell phones or PDAs.
* Chapter 5 This chapter looks at an alternative user interface API that provides lower-level access to a mobile device's screen and input devices. This chapter looks at the details of this API and shows how to avoid writing code that may not be portable between devices with different user interface capabilities.
* Chapter 6 Networking is a key feature of a mobile device. The first part of this chapter looks at the Generic Connection Framework (GCF), which provides the basis for access to various networking APIs, including optional protocols (such as sockets and datagrams) and HTTP, which all MIDP implementations are required to support. A simple example that involves fetching information from a web site is used to illustrate the use of HTTP on a mobile device and shows how to avoid problems that arise when working in an environment with limited memory. The second part of this chapter looks at the facilities available for storing information on a mobile device and illustrates them by extending the HTTP example to include persistence of information retrieved from the web site.
* Chapter 7 This chapter looks at the Connected Device Configuration (CDC) and its profiles, which are designed for use on devices that have more than 2 MB of memory to devote to the Java platform. It begins by looking at Sun's reference implementation of CDC and the CVM, the virtual machine for CDC devices, then briefly covers the content of the CDC-based profiles that are currently defined.
* Chapter 8 This chapter contains reference material for the command-line tools that are provided with the CLDC and CDC reference implementations and the MIDP for the PalmOS product.
* Chapter 9 This chapter covers the J2ME wireless toolkit, a development environment provided by Sun that allows you to create and test MIDlets using a cell-phone emulator that can be customized to resemble a number of different cell phones and PalmOS-based handhelds. It also looks at how to use the wireless toolkit in conjunction with Sun's Forte for Java IDE to create a complete development environment, and it investigates a number of alternative third-party products that provide similar functionality.
These first nine chapters provide a tutorial introduction to J2ME, with particular emphasis on wireless devices, which are currently the most popular application of J2ME technology. The core of this book, however, is the API quick reference, Chapter 10 through Class, Method, and Field Index, which is a succinct but detailed API reference formatted for optimum ease of use. Please be sure to read "How To Use This Quick Reference," which appears at the beginning of the reference section; it explains how to get the most out of this section.
http://www.ebooknetworking.com/j2me-nutshell-p-28644.html
PageRank: 0/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 16, 2009)
|
|
Downloads Java Web Services: Up and Running ebook.With this example-driven book, you get a quick, practical, and thorough introduction to Java's API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, no-nonsense approach to these technologies by providing you with a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing a sample application. You'll not only learn how to write web services from scratch, but also how to integrate existing services into your Java applications. All the source code for the examples is available from the book's companion website.
With Java Web Services: Up and Running, you will:
--Understand the distinction between SOAP-based and REST-style services
--Focus on the WSDL (Web Service Definition Language) service contract
--Understand the structure of a SOAP message and the distinction between SOAP versions 1.1 and 1.2
--Learn various approaches to delivering a Java-based RESTful web service, and for consuming commercial RESTful services
--Know the security requirements for web services, both SOAP- and REST-based
--Learn how to implement JAX-WS in various application servers Ideal for students and experienced programmers alike, Java Web Services: Up and Running is the concise guide you need to get going on this technology right away.
http://www.ebookshare.net/programming/Java-Web-Services-Up-and-Running-Feb-2009-eBook-DDU-6056.html
PageRank: 0/10
(Clicks: 0;
Comments: 0;
Listing added: Mar 15, 2009)
|
Neighbour Categories
|