Sun Microsystems Jdk

Mitra Technology. Technology Resources On The Net. GMT:2012-05-21 00:16:13.

Web IconThis page contains a list of web resources, latest news, images, videos, blog postings, and realtime conversation about sun microsystems jdk. We also provide some recomendation so you can surf the internet faster and fun. Make sure to visit the pages that related to sun microsystems jdk:

The Web Section below contains the search result of Google Custom Search Engine with emphasize resources that comes from New York Times Technology, CNN Technology, Techland.com, Mashable.com, TechnologyReview.com, Guardian, PhysOrg.com, etc.

We also filtered the search result from any garbage information. If you find some garbage information on our search result, don't hesitate to contact us.

Amazon Books

Here the best 10 books from Amazon related to the term sun microsystems jdk:

SUN MICROSYSTEM JDK CD-ROM
Book Title: SUN MICROSYSTEM JDK CD-ROM. Publisher: John Wiley & Sons. Published: 1998-10-28. ASIN: 0471643831. ISBN: 0471643831. EAN: 9780471643838. Binding: Paperback. Price: $5.00
Jdk for Solaris Developer's Guide

By: Inc. Sun Microsystems.

Book Title: Jdk for Solaris Developer's Guide. Author: Inc. Sun Microsystems. Publisher: Iuniverse Inc. Published: 2005-01. ASIN: 0595285457. ISBN: 0595285457. EAN: 9780595285457. Binding: Paperback. Price: $14.99
Ivor Horton's Beginning Java 2, JDK 5 Edition

By: Ivor Horton.

What is this book about?

This book is a comprehensive introduction to the Java programming language, updated thoroughly (more than 35% new and updated) for the latest SDK 1.5 release. This book shows readers how to build real-world Java applications using the Java SDK. No previous programming experience is required. The author uses numerous step-by-step programming examples to guide readers through the ins and outs of Java development. In addition to fully covering new features of SDK 1.5, such as generic types, the author has also added new chapters on Java database programming with JDBC and Java programming with XML.

Book Title: Ivor Horton's Beginning Java 2, JDK 5 Edition. Author: Ivor Horton. Publisher: Wrox. Published: 2004-12-31. ASIN: 0764568744. ISBN: 0764568744. EAN: 9780764568749. Binding: Paperback. Price: $49.99
Beginning Java 7 (Beginning Apress)

By: Jeff Friesen.

Beginning Java 7 guides you through this language and a huge assortment of platform APIs according to the following table of contents:

Chapter  1: Getting Started with Java
Chapter  2: Discovering Classes and Objects
Chapter  3: Exploring Advanced Language Features
Chapter  4: Touring Language APIs
Chapter  5: Collecting Objects
Chapter  6: Touring Additional Utility APIs
Chapter  7: Creating and Enriching Graphical User Interfaces
Chapter  8: Interacting with Filesystems
Chapter  9: Interacting with Networks and Databases
Chapter 10: Parsing, Creating, and Transforming XML Documents
Chapter 11: Working with Web Services
Chapter 12: Java 7 Meets Android
Appendix A: Solutions to Exercises
Appendix B: Scripting API and Dynamically Typed Language Support
Appendix C: Odds and Ends
Appendix D: Applications Gallery

Chapter 1 introduces you to Java and begins to cover the Java language by focusing on fundamental concepts such as comments, identifiers, variables, expressions, and statements.

Chapter 2 continues to explore this language by presenting all of its features for working with classes and objects. You learn about features related to class declaration and object creation, encapsulation, information hiding, inheritance, polymorphism, interfaces, and garbage collection.

Chapter 3 focuses on the more advanced language features related to nested classes, packages, static imports, exceptions, assertions, annotations, generics, and enums. Additional chapters will introduce you to the few features not covered in Chapters 1 through 3.
 
Chapter 4 largely moves away from covering language features (although it does introduce class literals and strictfp) while focusing on language-oriented APIs. You learn about Math, StrictMath, Package, Primitive Type Wrapper Classes, Reference, Reflection, String, StringBuffer and StringBuilder, Threading, BigDecimal, and BigInteger in this chapter.
 
Chapter 5 begins to explore Java's utility APIs by focusing largely on the Collections Framework. However, it also discusses legacy collection-oriented APIs and how to create your own collections.
 
Chapter 6 continues to focus on utility APIs by presenting the concurrency utilities along with the Objects and Random classes.
 
Chapter 7 moves you away from the command-line user interfaces that appear in previous chapters and toward graphical user interfaces. You first learn about the Abstract Window Toolkit foundation, and then explore the Java Foundation Classes in terms of Swing and Java 2D. Appendix C explores Accessibility and Drag and Drop.

Chapter 8 explores filesystem-oriented I/O in terms of the File, RandomAccessFile, stream, and writer/reader classes. New I/O is covered in Appendix C.

Chapter 9 introduces you to Java's network APIs, such as sockets. It also introduces you to the JDBC API for interacting with databases.

Chapter 10 dives into Java's XML support by first presenting an introduction to XML (including DTDs and schemas). It next explores the SAX, DOM, StAX, XPath, and XSLT APIs. It even briefly touches on the Validation API. While exploring XPath, you encounter namespace contexts, extension functions and function resolvers, and variables and variable resolvers.

Chapter 11 introduces you to Java's support for SOAP-based and RESTful web services. In addition to providing you with the basics of these web service categories, Chapter 11 presents some advanced topics, such as working with the SAAJ API to communicate with a SOAP-based web service without having to rely on JAX-WS. You will appreciate having learned about XML in Chapter 10 before diving into this chapter.
 
Chapter 12 helps you put to use some of the knowledge you've gathered in previous chapters by showing you how to use Java to write an Android app's source code. This chapter introduces you to Android, discusses its architecture, shows you how to install necessary tools, and develops a simple app.

Appendix A presents the solutions to the programming exercises that appear near the end of Chapters 1 through 12.

Appendix B introduces you to Java's Scripting API along with Java 7's support for dynamically typed languages.

Appendix C introduces you to additional APIs and architecture topics: Accessibility, ByteArrayOutputStream and ByteArrayInputStream, classloaders, Console, Desktop, Drag and Drop, Dynamic Layout, Extension Mechanism and ServiceLoader, File Partition-Space, File Permissions, Formatter, Image I/O, Internationalization, Java Native Interface, NetworkInterface and InterfaceAddress, New I/O (including NIO.2), PipedOutputStream and PipedInputStream, Preferences, Scanner, Security, Smart Card, Splash Screen, Stream Tokenizer, StringTokenizer, SwingWorker, System Tray, Timer and TimerTask, Tools and the Compiler API, Translucent and Shaped Window, and XML Digital Signature.

Appendix D presents a gallery of significant applications that demonstrate various aspects of Java.

Unfortunately, there are limits to how much knowledge can be crammed into a print book. For this reason, Appendixes A, B, C, and D are not included in this book's pages. Instead, these appendixes are freely distributed as PDF files. Appendixes A and B are bundled with the book's associated code file at the Apress website (http://www.apress.com).

Appendixes C and D are bundled with their respective code files on my TutorTutor.ca website at http://tutortutor.ca/cgi-bin/makepage.cgi?/books/bj7. Appendixes C and D are "living documents" in that I'll occasionally add new material to them. For example, I plan to expand Appendix C by also covering Java Naming and Directory Interface, Java Sound, Remote Method Invocation and Corba, Robot, Runtime and Process, Swing Timer, and many other APIs/architecture topics (including a complete tour of Swing components). Of course, it will take time to write about these topics so don't expect all of them to appear at once -- they will slowly emerge in coming months (although smaller topics such as Robot will emerge much faster).

What you’ll learn

  • The entire Java language, including Java 7-specific features such as switch on string, try-with-resources, final rethrow, multicatch, and SafeVarargs
  • A huge assortment of Java 7 APIs, beginning with those APIs oriented toward the language itself, and including Java 7-specific APIs such as the Fork/Join Framework, Objects, JLayer, and NIO.2 
  • Various Java 7 tools, starting with the javac compiler and java application launcher
  • How to create user interfaces, working with web services, and a whole lot more
  • The basics of getting started with Android app development  

Who this book is for

This book targets the following groups of developers:

  • Newcomers, skilled (to some degree) in other programming languages but with no previous exposure to Java
  • Intermediate Java developers, skilled in the fundamentals of Java prior to Java 7 and looking to increase their understanding of Java 7 language/API changes
  • All developers looking beyond standard Java, who want to leverage Java 7 to create mobile apps via Android
  • Even advanced Java developers may find a few items of interest

Table of Contents

  1. Getting Started with Java
  2. Discovering Classes and Objects
  3. Exploring Advanced Language Features
  4. Touring Language and Utility APIs
  5. Collecting Objects
  6. Touring Additional Utility APIs
  7. Creating and Enriching Graphical User Interfaces
  8. Interacting with Filesystems
  9. Interacting with Networks and Databases
  10. Parsing, Creating, and Transforming XML Documents
  11. Working with Web Services
  12. Java 7 Meets Android
Book Title: Beginning Java 7 (Beginning Apress). Author: Jeff Friesen. Publisher: Apress. Published: 2011-11-23. ASIN: 1430239093. ISBN: 1430239093. EAN: 9781430239093. Binding: Paperback. Price: $39.99
Java Pocket Guide (Pocket Guides)

By: Robert Liguori, Patricia Liguori.

How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket.

Written by Robert and Patricia Liguori, senior software and lead information engineers for Java-based air traffic management and simulation environments, Java Pocket Guide contains everything you really need to know about Java, particularly everything you need to remember. The book pays special attention to the new areas in Java 5 and 6, such as generics and annotations.

Why do you need the Java Pocket Guide?

  • It's the only CliffsNotes-style guide to Java available
  • Lets you find important things quickly without consulting 1000-page tutorials
  • Includes many command-line options
  • Organized for quick and easy use on the job
If you're looking to learn some aspect of Java, this is not your book. Java Pocket Guide is for the experienced Java programmers among you who need quick reminders to jog your memory on how something in the language works. Simply put, this pocket guide offers practical help for practicing developers.

Book Title: Java Pocket Guide (Pocket Guides). Author: Robert Liguori, Patricia Liguori. Publisher: O'Reilly Media. Published: 2008-03-12. ASIN: 0596514190. ISBN: 0596514190. EAN: 9780596514198. Binding: Paperback. Price: $14.99
Sams Teach Yourself Java 6 in 21 Days (5th Edition)

By: Rogers Cadenhead, Laura Lemay.

“If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days”   –PC Magazine

 

In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.

 

No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.

 

Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.

 

Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.

 

“Sams Teach Yourself Java is one of the best introductions to hands-on Java programming. If you buy one book on Java, this is the one to buy!”  –Independent Web Review

 

  • Completely revised, updated, and expanded to cover the latest features of Java 6
  • Learn to develop standalone Java applications, web servlets, JavaServer Pages, and Java Web Start applications
  • Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming
  • Discover how Swing can help you quickly develop programs with a graphical user interface
  • Find out about JDBC database programming, Internet client/server programming, and XML parsing with the open source XOM class library
  • Covers new features of version 6 such as Java DB, the new relational database that is now a built-in
  • part of Java

 

Rogers Cadenhead is a web application developer who has written 22 books on Internet-related topics, including Sams Teach Yourself Java 2 in 24 Hours. He maintains this book’s official website at http://www.java21days.com.

 

Laura Lemay is one of the world’s most popular authors on Web development topics. She is the author of the bestselling Sams Teach Yourself Web Publishing with HTML, as well as Sams Teach Yourself Perl in 21 Days.

 

CD-ROM includes:

  • Source code for the examples developed in the book
  • Java™ SE Development Kit 6
  • NetBeans™ IDE 5.5
  • Bonus materials

 

Category:  Java Programming

Covers:  Java 6 Platform Standard Edition

User Level:  Beginning—Intermediate

 

$44.99 USA / $55.99 CAN / £31.99 Net UK (inc. of VAT)

 

Book Title: Sams Teach Yourself Java 6 in 21 Days (5th Edition). Author: Rogers Cadenhead, Laura Lemay. Publisher: Sams. Published: 2007-06-04. ASIN: 0672329433. ISBN: 0672329433. EAN: 9780672329432. Binding: Paperback. Price: $49.99
Enterprise JavaBeans 3.1

By: Andrew Lee Rubinger, Bill Burke.

Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of JBoss EJB 3.1, this book not only brings you up to speed on each component type and container service in this implementation, it also provides a workbook with several hands-on examples to help you gain immediate experience with these components.

With version 3.1, EJB's server-side component model for building distributed business applications is simpler than ever. But it's still a complex technology that requires study and lots of practice to master. Enterprise JavaBeans 3.1 is the most complete reference on this specification. You'll find a straightforward, no-nonsense explanation of the underlying technology, including Java classes and interfaces, the component model, and the runtime behavior of EJB.

  • Develop your first EJBs with a hands-on walkthrough of EJB 3.1 concepts
  • Learn how to encapsulate business logic with Session Beans and Message-Driven Beans
  • Discover how to handle persistence through Entity Beans, the EntityManager, and the Java Persistence API
  • Understand EJB's container services such as dependency injection, concurrency, and interceptors
  • Integrate EJB with other technologies in the Java Enterprise Edition platform
  • Use examples with either the JBossAS, OpenEJB, or GlassFish v3 EJB Containers
Book Title: Enterprise JavaBeans 3.1. Author: Andrew Lee Rubinger, Bill Burke. Publisher: O'Reilly Media. Published: 2010-09-24. ASIN: 0596158025. ISBN: 0596158025. EAN: 9780596158026. Binding: Paperback. Price: $54.99
Tomcat: The Definitive Guide

By: Jason Brittain, Ian F. Darwin.

It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for anyone interested in Tomcat.

Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including Windows, Linux, OS X, Solaris, and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications.

This book offers complete information for:

  • Installation and startup procedures


  • Configuring Tomcat-including realms, roles, users, servlet sessions, and JNDI resources including JDBC DataSources


  • Deploying web applications-individual servlets and JSP pages, and web application archive files


  • Tuning Tomcat to measure and improve performance


  • Integrating Tomcat with Apache Web Server


  • Securing Tomcat to keep online thugs at bay


  • Tomcat configuration files-server.xml and web.xml, and more


  • Debugging and Troubleshooting-diagnosing problems with Tomcat or a web application


  • Compiling your own Tomcat, rather than using the pre-built release


  • Running two or more Tomcat servlet containers in parallel


This book also offers an overview of the Tomcat open source project's community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O'Reilly. The result clearly exceeds expectations.
Book Title: Tomcat: The Definitive Guide. Author: Jason Brittain, Ian F. Darwin. Publisher: O'Reilly Media. Published: 2007-10-30. ASIN: 0596101066. ISBN: 0596101066. EAN: 9780596101060. Binding: Paperback. Price: $39.99
Java: How to Program, 8th Edition

By: Harvey M. Deitel, Paul J. Deitel.

"The [arrays] exercises are quite sophisticated and interesting. Provides the best combination of conceptual discussion and implementation examples of dynamic binding that I have encountered in a text. Excellent overview of basic networking via Java. Provides the perfect breadth and depth for generics in an entry-level Java class. Provides a good segue into a data structures course – the exercises are excellent." – Ric Heishman, George Mason University

"Beautiful collections of exercises–a nice illustration of how to use Java libraries to generate impressive and stimulating graphics with minimal code and effort. I found the “Making a Difference” exercises to be very nice and tactfully presented." – Amr Sabry, Indiana University

"A comprehensive introduction to programming in Java that covers all major areas of the platform. To me, the best way to understand programming is by example, and this book contains copious, well-described sample code." – Simon Ritter, Sun Microsystems

"Great example of polymorphism and interfaces. Great comparison of recursion and iteration. I found the [Searching and Sorting] chapter to be just right. A very understandable, simplified explanation of Big O–the best I have ever read! A great synthesis of details to help someone create generic data structures. I appreciate the addition of the GUI-based threading issues. Great approach to Java web technologies." – Sue McFarland Metzger, Villanova University

"I’m sure this [ATM] case study will be of immense value to practitioners and students of the object-oriented approach. Demystifies inheritance and polymorphism, and illustrates their use in getting elegant, simple and maintainable code." – Vinod Varma, Astra Infotech Private Limited
Book Title: Java: How to Program, 8th Edition. Author: Harvey M. Deitel, Paul J. Deitel. Publisher: Prentice Hall. Published: 2009-03-27. ASIN: 0136053068. ISBN: 0136053068. EAN: 9780136053064. Binding: Paperback. Price: $144.00
J2EE Performance Testing

By: Peter Zadrozny, Philip Aston, Ted Osborne.

Written by recognized experts in their field who work with J2EE developers on a day-to-day basis, this book provides a detailed reference that can be used to design, evaluate and understand the performance of enterprise J2EE applications. The book has been developed and honed to meet the precise requirements of experienced Java architects, developers or administrators, responsible for building or maintaining such applications.

Book Title: J2EE Performance Testing. Author: Peter Zadrozny, Philip Aston, Ted Osborne. Publisher: Apress. Published: 2003-07-11. ASIN: 159059181X. ISBN: 159059181X. EAN: 9781590591819. Binding: Paperback. Price: $49.99

YouTube Videos

There is no video from YouTube that match with the term sun microsystems jdk.

Bing WebSearch

Here are 20 links from Bing search engine associated with the term sun microsystems jdk:

Blog Postings at Wordpress

Here the list of blog posting's on Wordpress that have category/tag sun microsystems jdk:

Render Time: 8.097 second.

Contact Us We love hearing from our visitor and value your feedback. Here are ways to contact Mitra Technology's.

Mitra Technology help you surf technology information: technology academic departments, technology conferences, technology history, technology innovation, technology invention, technology museums, technology research, etc.

Mitra Technology is a member of Mitrasites that provide a new way to surf the internet. On each term you search, we will show the chunk information from Wikipedia, related terms, the selected/filtered resources from the web, latest news, current blog posting, images, videos, real time conversation on Twitter, Amazon products, YouTube, and Flickr as appropriate. Moving beetween section can be done without refreshing the page.