or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas [Paperback]

Brian D Eubanks
2.0 out of 5 stars  See all reviews (1 customer review)
RRP: £23.99
Price: £22.79 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.20 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Product details

  • Paperback: 224 pages
  • Publisher: NO STARCH PRESS; 1 edition (1 Nov 2005)
  • Language English
  • ISBN-10: 1593270615
  • ISBN-13: 978-1593270612
  • Product Dimensions: 23.3 x 17.8 x 1.8 cm
  • Average Customer Review: 2.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,331,356 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Brian D. Eubanks
Discover books, learn about writers, and more.

Visit Amazon's Brian D. Eubanks Page

Product Description

Product Description

"Wicked Cool Java" contains 101 fun, interesting, and useful ways to get more out of Java. This isn't intended as a Java tutorial--it's targeted at developers and system architects who have some basic Java knowledge but may not be familiar with the wide range of libraries available. Full of example code and ideas for combining them in useful projects, this book is perfect for hobbyists, and professionals will find tips and open-source projects to enhance their code and make their jobs easier. Topics include converting a non-XML text structure into XML using a parser generator, experimenting with a Java simulator for the Cell Matrix, creating dynamic music and sound in Java, working with open-source class libraries for scientific and mathematical applications, and many more.

Inside This Book (Learn More)
First Sentence
This book assumes that you've had some exposure to Java and are familiar with the basics of the Java language and its core Application Programming Interface (API). Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

1 Review
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
2.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

0 of 3 people found the following review helpful:
2.0 out of 5 stars Too little value for money, 10 April 2006
By 
Alexey Filimonov (Singapore, Singapore) - See all my reviews
(REAL NAME)   
This review is from: Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas (Paperback)
This book might be interesting only as a very superficial overview of some cool Java-related technologies for a person who'd never heard of them. If you already know what technology do you need and look for details on its usage - this book is pretty useless, as it was for me. I wish I didn't waste money on it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.4 out of 5 stars (16 customer reviews)

21 of 21 people found the following review helpful:
5.0 out of 5 stars Interesting survey of native techniques and open source packages, 13 Jan 2006
By calvinnme - Published on Amazon.com
This review is from: Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas (Paperback)
This book is a lot of fun as it focuses on many interesting ideas for Java programmers. Do not expect complete solutions to complex problems. Instead it highlights many open source Java packages and APIs and gives very simple examples of how they can be used. It is up to the reader to go to the web, download the various packages, and play with them. For example, in the area of music, the author discusses JMusic, which provides a solid framework for computer-assisted composition in Java, and is also used for generative music, instrument building, interactive performance, and music analysis. The book just shows a simple program that generates a filtered sawtooth wave, and a few other simple examples. The readers are expected to explore the API themselves for meatier applications. Other open source packages that are highlighted and explored on a simple level are JFugue, another API for music programming, Javolution for embedded programming applications, and Piccolo, an API from the University of Maryland that supports the development of 2D structured graphics programs in general and Zoomable User Interfaces (ZUIs), in particular.
The book also explores the more interesting parts of the Java language itself such as using the AWT Robot class for automating key/mouse events, using the new enum types in Java 5, and several off-beat applications of the various Java classes that handle XML data.
None of the ideas shown here lead to full blown applications that will make you rich. Instead, the idea is to get you thinking in creative ways about what can be accomplished with the Java language and also to introduce you to some interesting open source API's that are out there on the web that are both labor-saving and creative. I would recommend this book to any experienced Java programmer. I notice that Amazon does not show the table of contents so I do that here:
Chapter 1: Java Language and Core API
Chapter 2: String Utilities
Chapter 3: Processing XML and HTML
Chapter 4: Crawling the Semantic Web
Chapter 5: Math and Science
Chapter 6: Graphics and Data Visualization
Chapter 7: Multimedia and Sychronization
Chapter 8: Fun, Integration and Project Ideas

11 of 11 people found the following review helpful:
3.0 out of 5 stars Kinda Cool Java, 9 Mar 2006
By Jason Menard - Published on Amazon.com
This review is from: Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas (Paperback)
"Wicked Cool Java", by Brian D. Eubanks, bills itself as "an idea sourcebook" for Java developers who are "looking for interesting and useful APIs or for project ideas." This book serves as an introduction to a hodge-podge of APIs covering a breadth of topics. Eubanks devotes sections of the book to such overarching topics as processing XML and HTML, the semantic web, scientific and mathematical applications, graphics and data visualization, and multimedia among others. I would expect that most Java developers would find some topic within "Wicked Cool Java" that excites them.

"Wicked Cool Java" seems to fit squarely in the realm of the cookbook style of programming books. Each topic of discussion is punctuated with short code examples, and while many of the topics stand on their own, some do build on previous topics. The presentation and explanation are clear and the code is sufficiently illustrative.

I do have a couple of problems with the book. The first two chapters are "Java Language and the Core API" and "String Utilities." Given the stated objectives of the book, I have a hard time seeing where the first two chapters fit in. These chapters simply explain various aspects of the core Java language. Some of the information covers new Java 5 additions to the language, but much of it covers features that have been part of the language since 1.4 and even 1.1. In my opinion, there is nothing "wicked cool" about anonymous classes, for example. This is just one example of a basic feature of the language that I would think most people picking up the book should already be familiar with. The new Java 5 features discussed, Java 1.4 regular expressions, and the difference between "==" and "equals()" are but a few of the topics here that seem out of place. My other gripe is that URLs aren't given for most of the APIs under discussion. Instead the author expects us to visit the book's website for this information. While this isn't a big problem, it certainly is annoying.

Complaints aside, I did enjoy reading about many of the APIs that I was unfamiliar with. The text does inspire me to want to try out some of the material presented therein, which is after all what Eubanks was trying to accomplish. So while I might not call it "Wicked Cool", "Kinda Cool" might be a bit more appropriate.

11 of 12 people found the following review helpful:
5.0 out of 5 stars Interesting grab bag of topics, 9 Dec 2005
By Jack D. Herrington "engineer and author" - Published on Amazon.com
This review is from: Wicked Cool Java: Code Bits, Open-Source Libraries, & Project Ideas: Code Bits, Open-source Libraries, and Project Ideas (Paperback)
Most technical books cover a specific topic; JSP, JDBC, the Java language, or something like that. This book is different. It's a grab bag of wide ranging topics. These range from regular expressions, to RSS parsing, to audio processing. What I like about that is the inspiration it brings. That kind of "I can do that with Java, cool!" type experience. That being said, it's tough to recommend it as a book everyone should read. You should have a look at the table of contents to see if there is enough in it to justify the purchase.
 Go to Amazon.com to see all 16 reviews  4.4 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges