Download 117+ PLR Products for Free
 

free ebook downloads
Subscribe by Email

Archive for the 'Java' Category

Using GlassFish™ (From Novice to Professional)

Beginning Database-Driven Application Development in Java™ EE: Using GlassFish™ (From Novice to Professional)

Product Description

Beginning Database-Driven Application Development in Java™ EE: Using GlassFish™ focuses on the open source GlassFish persistence engine. This book shows Java programmers how to develop applications utilizing relational database technologies with examples using Oracle and MySQL and the GlassFish application development framework and deployment platform all based on Java EE.

  • The book explains in detail how you can organize your Java EE solution into a multilayer architecture, placing most emphasis on how to implement the persistence and database tiers of an application.
  • Through many examples, this book shows how you can efficiently use the Java Persistence features available in the Java EE platform. Find out how you can greatly simplify the task of building the persistence layer of your Java EE application by moving some application logic into the underlying database, utilizing database views, stored programs, and triggers.
  • The book also explains how to deploy Java EE applications to GlassFish, a free, open source Java EE 5–compliant application server.

download

Password defaultebookhouse.org

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 11, 2009 Comments Off
Java Swing
Publisher: O’Reilly | 1998-09-01 | ISBN 156592455X | PDF | 1252 pages | 8.0 MB

Product Description:

The Swing classes eliminate Java’s biggest weakness: its relatively primitive user interface toolkit. Swing provides many new components and containers that allow you to build sophisticated user interfaces, far beyond what was possible with AWT. The old components have been greatly improved, and there are many new components, like trees, tables, and even text editors. It also adds several completely new features to Java’s user interface capabilities: drag-and-drop, undo, and the ability to develop your own “look and feel,” or the ability to choose between several standard looks. The Swing components are all “lightweight,” and therefore provide more uniform behavior across platforms, making it easier to test your software.

All these new features mean that there’s a lot to learn. Swing is undoubtedly way ahead of AWT — or, for that matter, any widely available user interface toolkit — but it’s also a lot more complicated. It’s still easy to do simple things. But once you’ve seen what’s possible, you won’t want to do the simple things.

Java Swing gives you in-depth coverage of everything you need to know to take full advantage of Swing, providing detailed descriptions of every class and interface in the key Swing packages. It shows you how to use all of the new components, allowing you to build state-of-the-art user interfaces. It also discusses how the components implement the MVC (Model View Controller) architecture, so you can understand how the components are designed and subclass them intelligently. Finally, it shows how to create your own “look and feel.” Throughout, Java Swing focuses on giving you the context you need to understand what you’re doing. It’s more than documentation; Java Swing helps you develop code quickly and effectively.

Whether you’re a serious Java developer, or just trying to find out what Java can do, you’ll find Java Swing an indispensable guide.

Download Here

Password defaultebookhouse.org

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 11, 2009 Comments Off
Real-Time Java Platform Programming
Publisher: Prentice Hall PTR | 2002-03-11 | ISBN 0130282618 | PDF | 352 pages | 1.61 MB

Summary: Good book about both Java and real time systems

Download Here

Password defaultebookhouse.org

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 11, 2009 Comments Off
Advanced Topics

Sun Microsystems Inc., «Java Look and Feel Design Guidelines: Advanced Topics»
Addison Wesley | ISBN: 0201775824 | 2001 | PDF | 200 pages | 3.63 MB

Java Look and Feel Design Guidelines Advanced Topics provides advanced design guidelines for user interfaces based on the Java Foundation Classes (JFC) with the Java look and feel. This book augments the award-winning Java Look and Feel Design Guidelines, 2nd ed.

Download Here

Password default : ebookhouse.org

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 6, 2009 Comments Off
Teach Yourself Java 2 in 21 Days (4th Edition)
Publisher: Sams Publishing | 2004-05-13 | ISBN 0672326280 | CHM | 840 pages | 3.6 MB

Product Description:

Sams Teach Yourself Java 2 in 21 days, Fourth Edition continues to be one of the most popular, best-selling Java tutorials on the market. Written by an expert technical writer, it has been acclaimed for its clear and personable writing, for its extensive use of examples, and for its logical and complete organization. This new edition of the book maintains and improves upon all these qualities, while updating, revising, and reorganizing the material to cover the latest developments in Java and to expand the coverage of core Java programming topics.

Download Here

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
Core Java 2, Volume 1: Fundamentals 5th Edition 2000-12 [ebook and source code]
Publisher: Prentice Hall PTR | 2000-12-18 | ISBN 0130894680 | CHM | 832 pages | 2.13 MB

Book Description:

*The experienced developer’s guide to Java programming-now fully updated for JDK 1.3

*Completely revised coverage of object-oriented development and Swing classes
*More of the robust code examples professional programmers need
*CD-ROM includes all source code, J2SE Version 1.3, Forte for Java Community Edition, and much more!

Raves for the previous edition!

“Devoid of shaky, academic examples and packed with robust demonstrations that illustrate hundreds of powerful concepts …The authors back up the many examples with sharp, fact-rich commentary on how to get things done with Java.” -David Wall, Amazon.com

The best-selling guide for serious Java 2 programmers-fully updated for JDK 1.3!

Ask any experienced Java programmer: Core Java delivers the real-world guidance you need to accomplish even the most challenging tasks. That’s why it’s been an international best seller for five straight years. Core Java 2, Volume 1 covers the fundamentals of Java 2, Standard Edition, Version 1.3 and includes completely revised discussions of object-oriented Java development, enhanced coverage of Swing user interface components, and much more.

This new fifth edition delivers even more of the robust, real-world programs previous editions are famous for-updated to reflect deployment and performance enhancements. Volume 1 includes thorough explanations of inner classes, dynamic proxy classes, exception handling, debugging, the Java event model, Input/Output, file management, and much more. For experienced programmers, Core Java 2, Volume 1: Fundamentals sets the standard-again! State-of-the-art information for Java developers, including:

*Building GUI applications with Swing classes
*Making the most of dynamic proxy classes and inner classes
*Mastering the Java event model
*Understanding Java streams and file management About the CD-ROM CD-ROM contains complete source code examples, the Java 2, Standard Edition, Version 1.3 SDK, and useful tools, including Forte for Java, Community Edition, a complete to olset for Java application development, TextPad 4.32, HexWorkshop 3.1, WinZip 8.0, To gether J, and SourceAgain.

Download Here

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 6, 2009 Comments Off
Developing Java Servlets
Publisher: Sams | 1999-07 | ISBN 0672316005 | CHM | 515 pages | 1.96 MB

Product Description:

Developing Java Servlets is a comprehensive, code-intensive book for professional Java developers. It explains the Java Servlet API architecture and client-server development concepts, and contains detailed, professional programming techniques for building sophisticated e-commerce and database servlet applications. This book explains HTTP, MIME, server-side includes, and other web-based client-server technologies that developers need to understand to build any servlet application. In addition, the book covers JDBC, RMI, CORBA, and other object technologies to the degree are needed to build sophisticated Java servlets.

Download Here

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
Java(tm) and XML Your visual blueprint for creating Java-enhanced Web programs
Publisher: Visual | 2002-05-01 | ISBN 0764536834 | PDF | 350 pages | 9.7 MB

Product Description:

Learn the concepts, syntax and APIs (Application Program Interface) of Java.
Includes information about DTDs, datatypes, child data, Cascading Style Sheets, XSL, data islands, ActiveX, metadata, JavaScript, Xlink, Xpointer, and more!
ABOUT THE CD-ROM
The CD will include coding examples.
Includes fully searchable e-version of the book.

Download Here

The Complete Java 2 Certification Study Guide Programmer’s and Developers Exams, 2nd Edition
Publisher: Sybex Inc | 2000-09-14 | ISBN 0782128254 | PDF | 899 pages | 8.0 MB

Product Description:

Welcome to the completely revised edition of the market-leading Java exam preparation guide from Sybex! Authors Simon Roberts (the lead author of the Java exams), Philip Heller, and Michael Ernest have completely revamped their book, writing five new chapters on the tough Developer’s exam and adding lots of new questions (200 new ones in the book and on the CD). In response to reader feedback, we’ve cut out the long API reference that was in the previous edition and replaced it with more meaningful content. Finally, the CD now contains a fully searchable electronic edition of the book.

Download Here

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
eBooker, August 4, 2009 Comments Off

From Novice to Professional

Beginning Java EE 5: From Novice to Professional

Product Description
Sun’s new lightweight Java Enterprise Edition (EE) 5 is an extremely powerful platform for developing enterprise-level Java-based applications, primarily for the server. This book shows you how to harness that power, examining how the pieces of the new Java EE 5 platform fit together, including the newly redesigned annotations-driven EJB 3 spec as well as JavaServer Faces (JSF), integrated into the platform for the first time.This book surpasses explaining how to code a JSP or an EJB: It explains when and where to use these APIs, what their strengths and weaknesses are, and perhaps most importantly, how to employ the best practices for using them

.Hands-on tutorials are also included, along with clear explanations and working code examples. You will grow to take the next step, from writing client-side desktop applications to writing enterprise applications. You will also learn how to use the individual APIs and tools in the J2EE platform, and how to merge these to create your own enterprise applications.About the Author
Kevin Mukhar is a software developer in Colorado Springs, Colorado. For the past 7 years, he has worked on various software systems using different Java Enterprise technologies. He has coauthored several other books, including <i>Beginning Java Databases</i>, and <i>The Ultimate Palm Robot</i>. In addition to developing software during the day, he is working on a master’s degree in computer science.Chris Zelenak is a programmer at Learning Assistant Technologies, where he helps in the development of server-side Cocoon and Rails applications, Java and .NET client applications, and rampant devil’s advocacy. He recently graduated from the Computer Science department of Indiana Wesleyan University.

James L. Weaver is the chief scientist at Learning Assistant Technologies, a company that specializes in developing learner-centric tools. He is also the president of JMentor, a Java mentoring, training, and consulting practice.

Jim Crume is a Java architect at Fusion Alliance, an Indianapolis, Indiana-based consulting company that specializes in web application development. Jim has spent many years as a consultant, and specializes in architecting and developing web-based systems, but he particularly enjoys Java.

download

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
Feedback Form