J2ME in a Nutshell

J2ME in a Nutshell PDF Author: Kim Topley
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596002534
Category : Computers
Languages : en
Pages : 478

Get Book Here

Book Description
This guide provides a solid, no-nonsense reference to the Ralphabet soupS of micro edition programming, covering the CLDC, CDC, KVM and MIDP APIs. The book also includes tutorials for the CLDC, KVM, MIDP and MIDlets, MIDlet user interfaces, networking and storage, and advice on programming small handhelds.

J2Me In A Nutshell

J2Me In A Nutshell PDF Author: Kim Topley
Publisher:
ISBN: 9788173663437
Category :
Languages : en
Pages : 474

Get Book Here

Book Description


Java Web Services in a Nutshell

Java Web Services in a Nutshell PDF Author: Kim Topley
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596003999
Category : Computers
Languages : en
Pages : 672

Get Book Here

Book Description
This title is a high-speed tutorial and handy quick reference to the APIs for implementing web services in Java. It is intended for Java developers who need to implement Java web services or who need their applications to access existing web services.

Java in a Nutshell

Java in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 0596007736
Category : Computers
Languages : en
Pages : 1257

Get Book Here

Book Description
This landmark book is the most widely used Java reference inthe world. Edition after edition, Java in a Nutshell haskept developers up to speed on changes to the Java platformand programming language, offering them a single source ofinformation when they need help with critical details. The5th edition not only covers deep changes in the ......

Java Foundation Classes in a Nutshell

Java Foundation Classes in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 1565924886
Category : Computers
Languages : en
Pages : 752

Get Book Here

Book Description
From the author of "Java in a Nutshell" comes a compact reference material onall the GUI and graphics related classes in the numerous "java.

Java Enterprise in a Nutshell

Java Enterprise in a Nutshell PDF Author: Jim Farley
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596001520
Category : Computers
Languages : en
Pages : 998

Get Book Here

Book Description
The Java Enterprise APIs are building blocks for creating enterprise-wide distributed applications in Java. "Java Enterprise in a Nutshell" covers the RMI, Java IDL, JDBC, JNDI, Java Servlet, and Enterprise JavaBeans APIs, with a fast-paced tutorial and compact reference material on each technology.

Java & XML Data Binding

Java & XML Data Binding PDF Author: Brett McLaughlin
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596002787
Category : Computers
Languages : en
Pages : 220

Get Book Here

Book Description
This title provides an in-depth technical look at XML Data Binding, offering complete documentation of all features in both the Sun Microsystems API and popular open source alternative implementations.

Head First Java

Head First Java PDF Author: Kathy Sierra
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596004651
Category : Computers
Languages : en
Pages : 660

Get Book Here

Book Description
"Head First Java" engages readers on many levels, bringing the latest learning theories and research together to create not just a book to read, but a multi-sensory learning experience.

Java Data Objects

Java Data Objects PDF Author: David Jordan
Publisher: "O'Reilly Media, Inc."
ISBN: 1491946393
Category : Computers
Languages : en
Pages : 388

Get Book Here

Book Description
Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: your JDO implementation takes care of persistence behind-the-scenes, and you make queries based on the fields of your Java objects, using normal Java syntax. The result is software that is truly object-oriented: not code that is partially object-oriented, with a large database-shaped lump on the back end. JDO lets you save plain, ordinary Java objects, and does not force you to use different data models and types for dealing with storage. As a result, your code becomes easier to maintain, easier to re-use, and easier to test. And you're not tied to a specific database vendor: your JDO code is entirely database-independent. You don't even need to know whether the datastore is a relational database, an object database, or just a set of files. This book, written by the JDO Specification Lead and one of the key contributors to the JDO Specification, is the definitive work on the JDO API. It gives you a thorough introduction to JDO, starting with a simple application that demonstrates many of JDO's capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database, how to configure JDO at runtime, how to perform transactions, and how to make queries. More advanced chapters cover optional features such as nontransactional access and optimistic transactions. The book concludes by discussing the use of JDO in web applications and J2EE environments. Whether you only want to read up on an interesting new technology, or are seriously considering an alternative to JDBC or EJB CMP, you'll find that this book is essential. It provides by far the most authoritative and complete coverage available.

Mac OS X for Java Geeks

Mac OS X for Java Geeks PDF Author: Will Iverson
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596004002
Category : Computers
Languages : en
Pages : 310

Get Book Here

Book Description
Mac OS X for Java Geeks delivers a complete and detailed look at the Mac OS X platform, geared specifically at Java developers. Programmers using the 10.2 (Jaguar) release of Mac OS X, and the new JDK 1.4, have unprecedented new functionality available to them. Whether you are a Java newbie, working your way through Java Swing and classpath issues, or you are a Java guru, comfortable with digital media, reflection, and J2EE, this book will teach you how to get around on Mac OS X. You'll also get the latest information on how to build applications that run seamlessly, and identically, on Windows, Linux, Unix, and the Mac. The book begins by laying out the Mac OS X tool set, from the included Java Runtime Environment to third-party tools IDEs and Jakarta Ant. You'll then be brought up to speed on the advanced, Mac-specific extensions to Java, including the spelling framework, speech framework, and integration with QuickTime. In addition to clear explanations of these extensions, you'll learn how to write code that falls back to non-Mac specific code when it runs on other platforms, keeping your application portable. Once you have the fundamentals of the Mac OS X Java platform in hand, this book takes you beyond the basics. You'll learn how to get the Apache web server running, and supplement it with the Jakarta Tomcat JSP and servlet container. JSPs and servlets running on Mac OS X are covered, as is installation and connectivity to a database. Once you have your web applications up and running, you'll learn how to interface them with EJBs, as running the JBoss application server on Mac OS X is covered. Finally, the latest developments in web services, including XML-RPC and SOAP, are found within.