Professional Java Native Interfaces with SWT/JFace and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $0.74 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer)
 
 
Start reading Professional Java Native Interfaces with SWT/JFace on your Kindle in under a minute.

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

Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer) [Paperback]

Jackwind Li Guojie (Author)
3.3 out of 5 stars  See all reviews (3 customer reviews)

List Price: $60.00
Price: $43.80 & this item ships for FREE with Super Saver Shipping. Details
You Save: $16.20 (27%)
  Special Offers Available
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, February 6? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $39.42  
Paperback $43.80  

Book Description

February 14, 2005 0470094591 978-0470094594 1
Professional Java Native Interfaces takes a solutions-based approach in showing how SWT/JFace works, discussing each common component, providing useful, practical ideas, tips and techniques to make the Java developers' work easier. The author provides relevant and timely examples, both stand-alone applications and smaller code snippets that readers can incorporate into their own code.

To provide a truly real-world quality, the author builds an email/ftp client sample application to show readers how to combine everything into a presentable Java native UI application.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Eclipse Rich Client Platform (2nd Edition) $34.12

Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer) + Eclipse Rich Client Platform (2nd Edition)
  • This item: Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Eclipse Rich Client Platform (2nd Edition)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

Professional Java Native Interfaces with SWT/JFace

With millions of downloads, Eclipse's popularity as an open source universal tool platform continues to grow rapidly and the Standard Widget Toolkit (SWT) is one of the most important common facilities the Eclipse framework provides. The pairing of SWT and JFace—which handles many common UI programming tasks—offers strong support of native features, a quick running time in terms of execution speed, and flexible programming models.

Covering the latest SWT/JFace version 3.0, this book begins with a thorough introduction to the fundamentals of the SWT/JFace framework. Then Jackwind Guojie introduces each widget, using Java source code to show you how to use the widget effectively. With the sample code provided, you'll be developing real-world applications quickly and easily.

Packed with tips, hints, tricks, and asides, this book is the ideal reference on SWT/JFace.

What you will learn from this book

  • How SWT/JFace compares with the features of other toolkits
  • SWT event handling, threading, and displays
  • How to use design basics, such as menus, toolbars, tables, and actions
  • Presentation of numerical values with scales, sliders, and progress bars
  • Important SWT components
  • The JFace wizard framework
  • Techniques for programming OLE and ActiveX controls in Windows
  • How to draw diagrams with Draw2D to create complex figures easily

Who this book is for

This book is for experienced Java user interface developers and programmers who want to combine various applications into one presentable Java native UI application.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

About the Author

Jack Li Guojie is an independent Java developer who has been building various types of Java applications since 1998. His areas of interest and experience include artificial intelligence, user interfacing, Web applications, and enterprise system architecture. He has contributed articles to many leading software journals.

Product Details

  • Paperback: 528 pages
  • Publisher: Wrox; 1 edition (February 14, 2005)
  • Language: English
  • ISBN-10: 0470094591
  • ISBN-13: 978-0470094594
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 2.3 pounds (View shipping rates and policies)
  • Average Customer Review: 3.3 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #1,227,939 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

4 of 4 people found the following review helpful:
2.0 out of 5 stars Mistitled book, November 25, 2008
By 
This review is from: Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer) (Paperback)
Unfortunately, the phrase "Java Native Interfaces" is in large letters and "with SWT/JFace" are in a much smaller font. It should have been the other way around because the complex subject of JNI is barely touched on here. I cannot comment on the SWT/JFace coverage because that was not my object, but if you are looking for a book that will tell you how to put C++ and Java code together, this one probably won't help.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars Covers the basics, after that you're on your own, January 30, 2010
Amazon Verified Purchase(What's this?)
This review is from: Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer) (Paperback)
Very little information is available about using JFace. This book, like many others, gives a good beginning, but does not go beyond the beginner tutorials available from IBM and other places. The big advantage of this book over learning from free tutorials on the Web is that a consistent explanation of all the basics of JFace are here in one place. By flipping back and forth, I constructed a better overview in my mind than I had from working individual tutorials.

This book is not enough by itself to get beyond a beginner level. None of the books I have found discuss how to use the event model when you have more than a few objects to juggle, or how to communicate data between the a GUI and the other parts of a large application. By reading this book and SWT/JFace in Action: GUI Design with Eclipse 3.0 (In Action series) side by side, I got a better picture of the JFace event model than from either book alone. I noticed that both books say something about the Model-View-Controller pattern, but do not fully explain how that differs from what is provided in JFace, SWT, and related Java frameworks. JFace contains many other aspects, such as its Help system, that this book does not cover. The pages in the index of my copy were misordered. I notice the publisher, Wrox, says this book is printed on demand.

In my opinion both this and SWT/JFace in Action: GUI Design with Eclipse 3.0 (In Action series) are superior to the third easy-to-find book on JFace, The Definitive Guide to SWT and JFACE.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 18 people found the following review helpful:
5.0 out of 5 stars New and Up to Date, January 28, 2005
This review is from: Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer) (Paperback)
One thing you gotta love about the Java crowd is their naming philosophy. Now there is SWT, the Standard Widget Toolkit.

This book covers SWT as used in conjunction with Eclipse. It first compares SWT with other user interface packages, then it goes on to detail how to use the widgets to facilitate the writing of GUI's. It's a tutorial style book that completely covers Version 3.0 of SWT/JFace in a clear and informative manner.

This book is timely, clear and well written. It will quickly get the reader up to speed on these packages.
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
 
 
 
Only search this product's reviews



Inside This Book (learn more)
First Sentence:
This chapter outlines the three main Java user interface (UI) toolkits: AWT, Swing, and JFace. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
excess horizontal space, typed listeners, components resizable, native library path, native window system, custom text editor, direct palette, int style, focus traversal, native widgets, drawable object, selection listener, tree widget, dialog shells, sash forms, content assistant, file chooser, filter listeners, exec method, parent composite, public void dispose, tree viewer, temperature converter, custom widgets, operating system resources
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Eclipse Forms, Java Web Start, Microsoft Word, Abstract Window Toolkit, Drawing Diagrams, Overview of Java, Jack Li Guojie, Standard Widget Toolkit, Microsoft Office, Styles Styles, Help File, Layouts Figure, Program Files, Use It Use
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(4)
(1)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!

Create a Listmania! list

So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject