Saturday, December 1, 2007

Java & XML

Java & XML (2006)by Brett McLaughlin, Justin EdelsonO'Reilly Media ISBN 059610149X December 1, 2006 CHM 465 Pages 3,7 MbJava and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of the book focuses on using XML from your Java applications. This third edition of Java and XML covers all major Java XML processing libraries, including full coverage of the SAX, DOM, StAX, JDOM, and dom4j APIs as well as the latest version of the Java API for XML Processing (JAXP) and Java Architecture for XML Binding (JAXB). The chapters on web technology have been entirely rewritten to focus on the today's most relevant topics: syndicating content with RSS and creating Web 2.0 applications. You'll learn how to create, read, and modify RSS feeds for syndicated content and use XML to power the next generation of websites with Ajax and Adobe Flash.

http://depositfiles.com/files/520535

http://rapidshare.com/files/11359458/Java_and_XML_059610149X.rar

http://ebook.icefile.org/index.php?page=main&id=8d316920&name=059610149X.rar

The Java Web Services Tutorial by Eric Armstrong

The Java Web Services Tutorial by Eric Armstrong, Stephanie Bodoff, Debbie Carson, Maydene Fisher, Dale Green, Kim HaasePublisher: Pearson Education; Bk&CD-Rom edition (March 15, 2002) ISBN: 0201768119 CHM 1,1 Mb 528 pagesThe Java™ Web Services Tutorial is a comprehensive, example-driven, "roll up your sleeves and dive in" guide to building Web services applications with Java™ technology. This edition provides a head start on using the Java Web Services Developer Pack (WSDP) from Sun Microsystems. This complete, ready-to-use package includes a variety of technologies and tools required to build and deploy comprehensive Web services applications today.Web services offer powerful new ways for enterprises to effectively communicate with each other using diverse computing hardware. This paradigm takes the Java platform's "Write Once, Run Anywhere™" capabilities to a new level by providing a completely portable data model. By supporting the latest standards for XML-based Web services, the Java APIs for XML make it easy to build Web services with minimal hand tweaking of data. This tutorial explains these APIs in detail and provides practical examples to reinforce your understanding of key concepts.

http://rapidshare.com/files/2692230/addison-wesley_20-_20the_20java_20web_20services_20tutorial.chm

http://depositfiles.com/files/364874

http://www.ebooksclub.org/?link=qt3wZE

Java Message Service (O'Reilly Java Series) by Richard Monson-Haefel, David Chappell

Java Message Service (O'Reilly Java Series) by Richard Monson-Haefel, David ChappellPublisher: O'Reilly Media; 1 edition (December 2000) ISBN: 0596000685 PDF 1 Mb 238 pagesThe Java Message Service (JMS) provides a way for the components of a distributed application to talk asynchronously, or for welding together legacy enterprise systems. Think of it as application-to-application e-mail. Unlike COM, JMS uses one or more JMS servers to handle the messages on a store-and-forward basis, so that the loss of one or more components doesn't bring the whole distributed application to a halt. JMS consists of a set of messaging APIs that enable two types of messaging, publish-and-subscribe (one-to-many) and point-to-point (one-to-one). The highly lucid explanation of the ways in which these work makes the technical content a lot more approachable. In practice, however, Java Message Service is still a book for Java programmers who have some business programming experience. You need the background. After a simple JMS demonstration in which you create a chat application using both messaging types, the authors dissect JMS message structures, explore both types in detail, and then move on to real-world considerations. These include reliability, security, deployment, and a rundown of various JMS server providers. The appendices list and describe the JMS API, and provide message reference material. Considering the complexity and reach of the subject matter, Java Message Service does a great job of covering both theory and practice in a surprisingly efficient manner. It's easy to see why JMS has become so popular so quickly. Recommended. --Steve Patient, Amazon.co.uk

http://rapidshare.de/files/37317887/RMonsonHaefel.rar%3Cbr%20/%3E.html

http://depositfiles.com/files/324337

Java Precisely by Peter Sestoft

Java Precisely by Peter SestoftPublisher: The MIT Press (June 14, 2002) ISBN: 0262692767 PDF 0,9 Mb 128 pagesJava Precisely provides a concise reference for the Java programming language and some of its essential libraries. The book covers Java 2, versions 1.3 and 1.4. It is intended both for students learning Java and for more experienced Java programmers. Though written informally, it describes the language in detail and provides many examples. To improve clarity, most of the general rules appear on left-hand pages with the relevant examples on the opposite right-hand pages.

http://rapidshare.com/files/512631/_5BMIT_20Press_5D_20Java_20Precisely.pdf.html

http://depositfiles.com/files/335900

More Java Pitfalls: 50 New Time-Saving Solutions and Workarounds by Michael C. Daconta

More Java Pitfalls: 50 New Time-Saving Solutions and Workarounds by Michael C. Daconta, Kevin T. Smith, Donald Avondolio, W. Clay RichardsonPublisher: Wiley; 1 edition (February 3, 2003) ISBN: 0471237515 PDF 3 Mb 300 pages- Building on the success of Java Pitfalls (0-471-36174-7), this book provides more specific programming solutions to fifty difficult Java programming problems - Shows experienced programmers how to identify and avoid weaknesses in Java and related J2EE technologies that can cause programs to go haywire - Explores advanced topics including networking, XML and Java programming, and the Java Virtual Machine

http://rapidshare.de/files/37080274/MCDaconta.rar%3Cbr%20/%3E.html

http://depositfiles.com/files/320805

Java Swing, Second Edition

Java Swing, Second EditionO'Reilly Media, Inc.; 2 edition ISBN: 0596004087 1280 pages November 1, 2002 CHM 6 MbSwing is a fully-featured user interface development kit for Java applications. Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels. Swing developers can take advantage of its rich, flexible features and modular components, building elegant user interfaces with very little code. This second edition of Java Swing thoroughly covers all the features available in Java 2 SDK 1.3 and 1.4. More than simply a reference, this new edition takes a practical approach. It is a book by developers for developers, with hundreds of useful examples, from beginning level to advanced, covering every component available in Swing. All these features mean that there's a lot to learn. Even setting aside its platform flexibility, Swing compares favorably with any widely available user interface toolkit--it has great depth. Swing makes it easy to do simple things but is powerful enough to create complex, intricate interfaces. Java Swing, 2nd edition includes: * A new chapter on Drag and Drop * Accessibility features for creating a user interface meeting the needs of all users * Coverage of the improved key binding infrastructure introduced in SDK 1.3 * A new chapter on JFormattedTextField and input validation * Mac OS X coverage and examples * Coverage of the improved focus system introduced in SDK 1.4 * Pluggable Look-and-Feel coverage * Coverage of the new layout manager, SpringLayout, from SDK 1.4 * Properties tables that summarize important features of each component * Coverage of the 1.4 Spinner component * Details about using HTML in components * A new appendix listing bound actions for each component * A supporting web site with utilities, examples, and supplemental materials Whether you're a seasoned Java developer or just trying to find out what Java can do, you'll find Java Swing, 2nd edition an indispensable guide.

http://ebook.icefile.com/index.php?page=main&id=f4c841918&name=0596004087.rar

XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application

XML, XSLT, Java, and JSP: A Case Study in Developing a Web ApplicationPublisher:New Riders Press (2001-07-19) ISBN-10: 0735710899 PDF 4.3 Mb 768 pagesAs a Web Developer, you know the challenge of building robust applications on multiple platforms. Creating truly portable applications becomes possible by using Java for code and XML for organizing and managing data. "XML, XSLT, Java, and JSP:A Case Study" will help you maximize the capabilities of XML, XSLT, Java, and JSP in your Web applications.The author, Westy Rockwell, uses the hands-on approach of a case study to show you how to use these technologies in realistically complex situations. All the tools used in the case study are free, so you can obtain them and join the author in a real open source web chat application, available online and with the book CD-ROM. This book provides you with the information you need to fully utilize XML, XSLT, Java, and JSP in your web applications, and presents it in a practical and unique way through the case study.With "XML, XSLT, Java, and JSP: A Case Study," you will learn how to:-Build web applications based on XML, XSLT, Java Applets, Java Servlets and Java Server Pages-Set up a Win32 Web application development environment based on the Java(TM) 2 SDK and freely obtainable, open-source software products from Apache Software Foundation: Tomcat, Xerces and Xalan(*Note all of these items are located on the CD-ROM attached with the book so you don't have to take the time to download)-Use XML as a language to express the architecture and design of the application itself, not just its data content-Create a browseable user interface for your web application with JSP-Use an Http Servlet, beans, and JSP custom tags to implement and control Web applications-Make and deploy a Java Applet to control and refresh your Web application user interface-Utilize Xerces and Xalan for XML and XSLT, to provide dynamic content to a Web application.-Experiment with new techniques for XML storage using Java objects

http://w13.easy-share.com/1240477.html

http://depositfiles.com/files/1078113

Java Regular Expressions: Taming the java.util.regex Engine

Java Regular Expressions: Taming the java.util.regex Engine by Mehran HabibiApress ISBN: 1590591070 2004. 256 p. RARed CHM 1MBJava has always been an excellent language for working with objects. But Java’s text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a new regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressions—all packaged in a simplified object-oriented framework. In addition to working examples and best practices, this book features a detailed API reference with examples supporting nearly every method, and a step-by-step tutorial to create your own regular expressions. With time, you’ll discover that regular expressions are extremely powerful in your programming arsenal—and you’ll enjoy using them! And once you’ve mastered these tools, you’ll ponder how you ever managed without them.

http://rapidshare.com/files/24619150/jrex.rar

Pass: www.AvaxHome.ru

Elliotte Rusty Harold, «Java Secrets» (Secrets Series)

Elliotte Rusty Harold, «Java Secrets» (Secrets Series)Wiley Publishing ISBN 0764580078 1997 Year PDF 900 Pages 1,7 MbJava is generally a well-documented language, but not every language feature is fully specified, documented, or identical across all platforms. Java Secrets takes you into this Java twilight zone and introduces you to the language’s hidden power. The book’s first section explores the inner workings of many Java mechanisms, including representation of data types in memory, argument passing, and the implementation of strings and arrays. The author also investigates niceties of threading models and garbage collection as implemented on different Java platforms.A large group of undocumented classes (the sun.* packages) constitute what amounts to an undocumented Java application programming interface (API). The next large section of Java Secrets details these classes and how to use them safely. Although these classes ostensibly exist to support the Java environment, you’ll learn how to use many of their interfaces for a variety of tasks including layout management; FTP, HTTP, mail, and news communication; data encoding; and character conversion. A final big chunk of the book is devoted to techniques for adding platform-dependent features to Java applications. This is a controversial subject for a supposedly platform-independent programming system, but the author provides a balanced assessment of the benefits and drawbacks.All in all, this is one of the most interesting, unusual, and engagingly written books on Java programming we’ve seen. It’s hard to imagine a serious Java programmer who wouldn’t find it well worth his or her time

http://depositfiles.com/files/318468

http://rapidshare.de/files/36929993/Java_Secrets.rar

Pro Java ME MMAPI: Mobile Media API for Java Micro Edition (Pro) by Vikram Goyal

Pro Java ME MMAPI: Mobile Media API for Java Micro Edition (Pro) by Vikram GoyalPublisher: Apress (May 1, 2006) ISBN: 1590596390 PDF 2,4 Mb 250 pagesMobile Media API is a low-footprint and versatile API that enables you to create multimedia applications in Java-enabled phones. With this API, it is possible to add and control audio-, video-, and image-based media to MIDlets from different sources. Pro Java ME MMAPI explores this API in great detail. This book explains the API's architecture and covers how this architecture sits with the Mobile Independent Device Profile (MIDP). The book also shows you how to best use the multimedia capabilities of a Java-enabled phone. This book includes detailed examples that cover the necessary basics, like audio playback and tone generation, to advanced issues, like synchronized media playback, video capture, and live radio stream. The book incorporates a mobile phone to model these examples, in addition to the Java Wireless Toolkit emulators.

http://rapidshare.com/files/1365312/VGoyal.rar

http://depositfiles.com/files/347904

http://mihd.net/7umjzi

Enterprise Java Security: Building Secure J2EE Applications

Enterprise Java Security: Building Secure J2EE Applications Addison Wesley February 2004 0-321-11889-8 608 Pages 3.9 MBBook Description:Enterprise Java™ Security: Building Secure J2EE™ Applications provides application developers and programmers with the know-how they need to utilize the latest Java security technologies in building secure enterprise infrastructures. Written by the leading Java security experts at IBM, this comprehensive guide covers the current status of the Java™ 2 Platform, Enterprise Edition (J2EE), and Java™ 2 Platform, Standard Edition (J2SE™), security architectures and offers practical solutions and usage patterns to address the challenges of Java security.To aid developers who need to build secure J2EE applications, Enterprise Java™ Security covers at length the J2EE security technologies, including the security aspects of servlets, JavaServer Pages(TM) (JSP™), and Enterprise JavaBeans™ (EJB™)—technologies that are at the core of the J2EE architecture. In addition, the book covers Web Services security.Examples and sample code are provided throughout the book to give readers a solid understanding of the underlying technology.The relationship between Java and cryptographic technologies is covered in great detail, including:* Java Cryptography Architecture (JCA)* Java Cryptography Extension (JCE)* Public-Key Cryptography Standards (PKCS)* Secure/Multipurpose Internet Mail Extensions (S/MIME)* Java Secure Socket Extension (JSSE)

http://rapidshare.com/files/10917327/Enterprise_Java_Security_Building_Secure_J2EE_Applications.rar

http://depositfiles.com/files/512644

Quick Time for Java: A Developer's Notebook by Chris Adamson

Quick Time for Java: A Developer's Notebook by Chris AdamsonPublisher: O'Reilly Media; 1 edition (February 1, 2005) ISBN-10: 0596008228 CHM 2,4 Mb 233 pagesQuickTime Java (QJT) is a terrific multimedia toolkit, but it's also terrifying to the uninitiated. Java developers who need to add audio, video, or interactive media creation and playback to their applications find that QTJ is powerful, but not easy to get into. In fact, when it comes to class-count, QuickTime Java is nearly as large as all of Java 1.1. Once you learn the entire scope of Apple's QuickTime software, you really appreciate the problem. At its simplest, QuickTime allows Mac and Windows users to play audio and video on their computers. But QuickTime is many things: a file format, an environment for media authoring, and a suite of applications that includes browser plug-ins for viewing media within a web page, a PictureViewer for working with still pictures, QuickTime Streaming Server for delivering streaming media files on the Internet in real time, and QuickTime Broadcaster for delivering live events on the Internet. Among others. As if that weren't daunting enough, the javadocs on QJT are wildly incomplete, and other books on the topic are long out of date and not well regarded, making progress with QTJ extremely difficult. So what can you do? Our new hands-on guide, QuickTime Java: A Developer's Notebook, not only catches up with this technology, but de-mystifies it. This practical "all lab, no lecture" book is an informal, code-intensive workbook that offers the first real look at this important software. Like other titles in our Developer's Notebook series, QuickTime Java: A Developer's Notebook is for impatient early adopters who want get up to speed on what they can use right now. It's deliberately light on theory, emphasizing example over explanation and practice over concept, so you can focus on learning by doing. QuickTime Java: A Developer's Notebook gives you just the functionality you need from QTJ. Even if you come to realize that 95% of the API is irrelevant to you, this book will help you master the 5% that really counts.

http://rapidshare.com/files/12990960/Oreilly.QuickTime.for.Java.A.Developers.Notebook.Jan.2005.ISBN0596008228.chm

http://depositfiles.com/files/552366

Marco Pistoia, et al, «Enterprise Java Security: Building Secure and Robust J2EE Applications»

Marco Pistoia, et al, «Enterprise Java Security: Building Secure and Robust J2EE Applications»Addison-Wesley Professional ISBN 0321118898 2004 Year CHM 4,09 Mb 416 Pages

\"For a long time, there has been a need for a J2EE(TM) security book. I am very happy to see there is now a book that can answer many of the technical questions that developers, managers, and researchers have about such a critical topic. I am sure that this book will contribute greatly to the success of the J2EE platform and e-business.\"-From the Foreword by Steven A. Mills, Senior Vice President and Group Executive, Software Group, IBM CorporationEnterprise Java(TM) Security: Building Secure J2EE(TM) Applications provides application developers and programmers with the know-how they need to utilize the latest Java security technologies in building secure enterprise infrastructures. Written by the leading Java security experts at IBM, this comprehensive guide covers the current status of the Java(TM) 2 Platform, Enterprise Edition (J2EE), and Java(TM) 2 Platform, Standard Edition (J2SE(TM)), security architectures and offers practical solutions and usage patterns to address the challenges of Java security.To aid developers who need to build secure J2EE applications, Enterprise Java(TM) Security covers at length the J2EE security technologies, including the security aspects of servlets, JavaServer Pages(TM) (JSP(TM)), and Enterprise JavaBeans(TM) (EJB(TM))—technologies that are at the core of the J2EE architecture. In addition, the book covers Web Services security.Examples and sample code are provided throughout the book to give readers a solid understanding of the underlying technology.The relationship between Java and cryptographic technologies is covered in great detail, including:- Java Cryptography Architecture (JCA) - Java Cryptography Extension (JCE) - Public-Key Cryptography Standards (PKCS) - Secure/Multipurpose Internet Mail Extensions (S/MIME) - Java Secure Socket Extension (JSSE)

http://rapidshare.de/files/18345208/MPistoia.rar.html

Password: www.AvaxHome.ru

Beginning POJOs: Lightweight Java Web Development Using Plain Old Java Objects in Spring, Hibernate, and Tapestry by Brian Sam

Beginning POJOs: Lightweight Java Web Development Using Plain Old Java Objects in Spring, Hibernate, and Tapestry by Brian Sam-BoddenPublisher: Apress (March 24, 2006) ISBN: 1590595963 PDF 7,61 Mb 424 pagesBeginning POJOs introduces you to open source lightweight web development using Plain Old Java Objects (POJOs) and the tools and frameworks that enable this. Tier by tier, this book guides you through the construction of complex but lightweight enterprise Java-based web applications. Such applications are centered around several major open source lightweight frameworks, including Spring, Hibernate, Tapestry, and JBoss (including the new lightweight JBoss Seam). Additional support comes from the most successful and prevalent open source tools: Eclipse and Ant, and the increasingly popular TestNG. This book is ideal if you're new to open source and lightweight Java. You'll learn how to build a complete enterprise Java-based web application from scratch, and how to integrate the different open source frameworks to achieve this goal. You'll also learn techniques for rapidly developing such applications.

http://rapidshare.de/files/37067045/BSamBodden.rar.html

http://depositfiles.com/files/320542

http://mihd.net/7.1001/Apress.Beginning.POJOs.From.Novice.to.Professional.Mar.2006.rar.html

Tricks of the Java Programming Gurus

Tricks of the Java Programming GurusSams Publishing ISBN: 1575211025 847 pages July 1996 CHM 2 MbThis book is a guide for the experienced Java programmer who wants to take his Java skills beyond simple animation and applets. It will show the reader how to streamline his Java code, how to achieve unique results with undocumented tricks, and how to add advanced level functions to his existing Java programs. - Skilled Java professionals show how to improve garbage collection before and after compilation for improved performance - Provides a fast-paced guide to advanced Java programming - CD-ROM includes all the source code from the book

http://www.icefile.info/index.php?page=main&id=127bf1333&name=1575211025.rar

http://rapidshare.com/files/66003970/1575211025.rar

Sun.Microsystems.Fundamentals.of.the.Java.Programming.Language.WJB.110A-SoSISO

Sun.Microsystems.Fundamentals.of.the.Java.Programming.Language.WJB.110A-SoSISOFiles: 09x15MB Format: bin/cue Course Length: 16 HoursThe Fundamentals of the Java Programming Language course provides students who have little or no programming experience with the basics of programming using the Java programming language. This course teaches the significance of object-oriented programming, the keywords and constructs of the Java programming language, and the steps required to create simple Java technology programs. Students taking this course receive a solid basis in the Java programming language upon which to base continued work and training.

http://rapidshare.com/files/54460132/smfotjpl.r00
http://rapidshare.com/files/54489409/smfotjpl.r01
http://rapidshare.com/files/54583229/smfotjpl.r02
http://rapidshare.com/files/54583231/smfotjpl.r03
http://rapidshare.com/files/54633172/smfotjpl.r04
http://rapidshare.com/files/54795936/smfotjpl.r05
http://rapidshare.com/files/54906509/smfotjpl.r06
http://rapidshare.com/files/54736120/smfotjpl.r07
http://rapidshare.com/files/54758947/smfotjpl.rar
http://rapidshare.com/files/54583357/smfotjpl.sfv

Sun Microsystems Java Programming Language WJB 275A

Sun Microsystems Java Programming Language WJB 275A l 205 MBThe Java Programming Language course provides students with information about the syntax of the Java programming language; object-oriented programming with the Java programming language; creating graphical user interfaces (GUIs), exceptions, file input/output (I/O), and threads; and networking. Programmers familiar with object-oriented concepts can learn how to develop Java technology applications. The course uses the Java 2 Software Development Kit, Standard Edition (J2SE SDK), version 5.0.


http://www.filefactory.com/file/199cf3/

http://www.filefactory.com/file/e52c79/

http://www.filefactory.com/file/e908b1/

--------

http://rapidshare.com/files/48813649/Sun.Microsystems.Java.Programming.Language.WJB.275A.part1.rar

http://rapidshare.com/files/48813624/Sun.Microsystems.Java.Programming.Language.WJB.275A.part2.rar

http://rapidshare.com/files/48811448/Sun.Microsystems.Java.Programming.Language.WJB.275A.part3.rar

Java Concurrency in Practice by Brian Goetz

Java Concurrency in Practice by Brian Goetz (Author), Tim Peierls (Author), Joshua Bloch (Author), Joseph Bowbeer (Author), David Holmes (Author), Doug Lea (Author)Publisher: Addison-Wesley Professional (May 9, 2006) ISBN-10: 0321349601 CHM 1,2 Mb 384 pages [repost]Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

http://depositfiles.com/files/895875

http://rapidshare.com/files/32699557/java-concurrency-in-practice.9780321349606.20790.chm

Java Number Cruncher: The Java Programmer's Guide to Numerical Computing

Non-theoretical explanations of practical numerical algorithms Algorithms in action with animated, interactive graphical Java programs and applets Computational errors and how to remove them from your codeUnderstand "computer math" and get the numbers you expect, reliably.In Java Number Cruncher, author Ronald Mak explains how to spot-and how to avoid-the subtle programming miscues that can cause vexing calculation errors in your applications. An authority on mapping pure math to computer math, he explains how to use the often-overlooked computational features of Java, and does so in a clear, non-theoretical style.Without getting lost in mathematical detail, you'll learn practical numerical algorithms for safely summing numbers, finding roots of equations, interpolation and approximation, numerical integration, solving differential equations, matrix operations, and solving sets of simultaneous equations. You'll also enjoy intriguing topics such as searching for patterns in prime numbers, generating random numbers, computing thousands of digits of pi, and creating intricately beautiful fractal images.Java Number Cruncher includes:Practical information all Java programmers should know Popular computational algorithms in Java-without excessive mathematical theory Interactive graphical programs that bring the algorithms to life on the computer screen Rounding errors, the pitfalls of integer arithmetic, Java's implementation of the IEEE 754 floating-point standard, and moreThis book is useful to all Java programmers, especially for those who want to learn about numerical computation, and for developers of scientific, financial, and data analysis applications.

http://rapidshare.de/files/16147855/Javanum.rar

Embedded Java Security: Security for Mobile Devices

Sami Zhioua, "Embedded Java Security: Security for Mobile Devices"Publisher: Springer-Verlag ISBN: 1846285909 01 December 2006 Pages: 220 2.4 MB PDFAfter explaining background material on the architecture of embedded platforms and relating to its role in security, the book deconstructs the security model into its main components: It explains each component and relates it to the aim of securing the applications and the device. Toward this end, several implementations of the Java platform are examined and tested to relate the model to its actual implementation on devices. The security holes found are further used to clarify security issues and point out common errors. Finally, the book provides an evaluation of embedded Java security that includes security models and security tests performed on real-life implementations. Topics and features:• Presents the security model underlying Java ME• Provides a vulnerability analysis of Java CLDL and a risk analysis study of Java ME vulnerabilities• Supplies an example of a protection profile for Java ME - illustrated using the common criteria framework• Discusses the most prominent standards that are relevant for Java ME security• Reports on areas of common vulnerabilities, and considers specifications and programming mistakes• Hints and suggestions are provided as ways for hardening securityThis invaluable volume provides researchers and practitioners with a broader and deeper understanding of the issues involved in embedded Java security, and, as a larger view, mobile-devices security. It can also serve as an ancillary course text or helpful guide for self study in the field.

http://rapidshare.com/files/62049935/1846285909.zip

http://mihd.net/8x1rb6

http://depositfiles.com/files/2030255

Agile Java(TM): Crafting Code with Test-Driven Development (Robert C. Martin Series) by Jeff Langr

Agile Java(TM): Crafting Code with Test-Driven Development (Robert C. Martin Series) by Jeff LangrPublisher: Prentice Hall PTR (February 14, 2005) ISBN: 0131482394 CHM 4,5 Mb 792 pagesMaster Java 5.0, object-oriented design, and Test-Driven Development (TDD) by learning them together. Agile Java weaves all three into a single coherent approach to building professional, robust software systems. Jeff Langr shows exactly how Java and TDD integrate throughout the entire development lifecycle, helping you leverage today's fastest, most efficient development techniques from the very outset.Langr writes for every programmer, even those with little or no experience with Java, object-oriented development, or agile methods. He shows how to translate oral requirements into practical tests, and then how to use those tests to create reliable, high-performance Java code that solves real problems. Agile Java doesn't just teach the core features of the Java language: it presents coded test examples for each of them. This TDD-centered approach doesn't just lead to better code: it provides powerful feedback that will help you learn Java far more rapidly. The use of TDD as a learning mechanism is a landmark departure from conventional teaching techniques.

http://rapidshare.com/files/3658993/Prentice.Hall.PTR.Agile.Java.Crafting.Code.with.Test.Driven.Development.Feb.2005.chm

http://depositfiles.com/files/379344

http://mihd.net/7.97/Prentice.Hall.PTR.Agile.Java.Crafting.Code.with.Test.Driven.Development.Feb.2005.eBook-BBL.rar.html

Java Data Access: JDBC, JNDI, and JAXP by Todd M. Thomas

Java Data Access: JDBC, JNDI, and JAXP by Todd M. ThomasPublisher: Hungry Minds; 1st edition (December 15, 2001) ISBN: 0764548468 PDF 2,6 Mb 550 pagesThis hands-on guide shows Java developers how to access data with the new 3.0 Java Database Connectivity (JDBC) API, use LDAP-enabled directory services with Java Network Directory Services (JNDI), and manipulate XML data using Java APIs for XML Processing (JAXP). Pick up this book to acquire the skills needed to effectively create Java applications that can access a variety of data sources. Learn the basics of JDBC 3.0 and how it relates to the Java programming language as a whole. Then from this base, build your knowledge by reading about common advanced uses such as connection pooling, JSP implementations, and Enterprise JavaBeans. You will also gain an awareness of several object oriented design patterns for implementing JDBC solutions, and gain a knowledge of JNDI and how to use it to store and retrieve data using LDAP.

http://rapidshare.com/files/1041556/derek_20partridge_20-_20artificial_20intelligence_20and_20software_20engineering_20-_20understanding.html

http://depositfiles.com/files/344042

http://www.ebooksclub.org/?link=7phLBu

Java 6 Platform Revealed

John Zukowski, Java 6 Platform RevealedApress ISBN 1590596609 PDF 2006 240 pages 1,49 MbNew editions of the platform don't happen that frequently, but when they do, there is a lot to learn about quickly. If you want to come up to speed on the new feature set as quickly as possible, Java 6 Platform Revealed will place you well ahead of the pack. You'll find ten chapters of how to use the latest JSR implementations and library improvements that are now a part of Mustang. You'll learn about the new scripting features of AWT and Swing – like splash screens, system tray access, and table sorting and filtering – and lots more. What you won't find in Java 6 Platform Revealed is a “getting started with Java” tutorial. Come prepared with a good working knowledge of Java 5 platform for best results.

http://rapidshare.de/files/29766010/Jav6PlaRev.rar

http://depositfiles.com/files/203376/Jav6PlaRev.rar.html

http://mihd.net/6.46/1590596609.rar.html

Ivor Horton, "Ivor Horton's Beginning Java 2. JDK 5 Edition"

Ivor Horton, \"Ivor Horton's Beginning Java 2. JDK 5 Edition\"Wrox ISBN 0764568744 2004 Year PDF 5,96 Mb 1512 Pages

Combining simplicity with power, Java has become the object-oriented language of choice for Internet programming and cross-platform applications. This comprehensive and easy-to-use guide provides you with the essential information you'll need to know in order to develop dynamic programs using the Java 2 Standard Edition 5.0 or later. You'll be introduced to the fundamental ideas about the structure of Java programs and how they work. You'll gain a clear understanding of all the latest features of the Java language as well as the key packages in the Java class library. And with the help of numerous working examples, you'll find out how to apply the material so you can write your own full-featured applications and applets. This book teaches you how to start programming in Java, covering everything from putting together statements and performing calculations to applying the capabilities provided by the Java class libraries, and much more. What you will learn from this book The basics of how the Java language works Ways to apply key language elements Methods for storing data in a program How to define and utilize classes How to create applets for use in interactive Web pages Techniques for implementing an application with a graphical user interface How to use the JDBC capability to work with relational databases All the skills to become a knowledgeable Java programmer Who this book is for This book is for anyone who wants to explore how Java works and discover how to write fully featured and effective Java programs. No previous Java experience is necessary.

http://rapidshare.de/files/17127249/IHortonJava2.rar.html

http://www.mytempdir.com/515467

http://rapidshare.de/files/15465239/books4.rar.html

Password: www.AvaxHome.ru

Beyond Java

Bruce Tate, "Beyond Java"O'Reilly Media Publishers ISBN 0596100949 September 22, 2005 CHM 0.56 Mb 200 Pages

Bruce Tate, author of the Jolt Award-winning Better, Faster, Lighter Java has an intriguing notion about the future of Java, and it's causing some agitation among Java developers. Bruce believes Java is abandoning its base, and conditions are ripe for an alternative to emerge.In Beyond Java, Bruce chronicles the rise of the most successful language of all time, and then lays out, in painstaking detail, the compromises the founders had to make to establish success. Then, he describes the characteristics of likely successors to Java. He builds to a rapid and heady climax, presenting alternative languages and frameworks with productivity and innovation unmatched in Java. He closes with an evaluation of the most popular and important programming languages, and their future role in a world beyond Java.If you are agree with the book's premise--that Java's reign is coming to an end--then this book will help you start to build your skills accordingly. You can download some of the frameworks discussed and learn a few new languages. This book will teach you what a new language needs to succeed, so when things do change, you'll be more prepared. And even if you think Java is here to stay, you can use the best techniques from frameworks introduced in this book to improve what you're doing in Java today.

http://rapidshare.de/files/6495172/b-216a01.zip

Password: www.AvaxHome.ru

http://s6.ultrashare.net/hosting/fs/d14d0830d6ecc6ae/

Professional Java JDK 6 Edition

Professional Java JDK 6 Edition W. Clay Richardson, Donald Avondolio, Scot Schrager, Mark W. Mitchell, Jeff Scanlon 0471777102 PDF 4.27 MbWorking as an effective professional Java developer requires you to know Java APIs, tools, and techniques to solve a wide variety of Java problems. Building upon Ivor Horton's Beginning Java 2, this resource shows you how to use the core features of the latest JDK as well as powerful open source tools such as Ant, JUnit, and Hibernate. It will arm you with a well-rounded understanding of the professional Java development landscape.The expert author team begins by uncovering the sophisticated Java language features, the methodology for developing solutions, and steps for exploiting patterns. They then provide you with a collection of real-world examples that will become an essential part of your developer's toolkit. With this approach, you'll gain the skills to build advanced solutions by utilizing the more complex and nuanced parts of Java JDK 6.

http://rapidshare.com/files/18720663/Wrox.Professional.Java.JDK.6.Edition.Jan.2007.eBook-BBL.rar

Core Java Data Objects

Core Java Data ObjectsPrentice Hall PTR; 1st edition ISBN: 0131407317 576 pages September 15, 2003 CHMThe experienced Java developer's guide to persistence with JDO!Master JDO, the breakthrough technology for persistenting Java objects!Java Data Objects (JDO) streamlines development by providing Java-centric mechanisms for making objects persistent, and standard APIs for connecting application code with underlying persistent datastores. Core Java Data Objects is the definitive, comprehensive guide to JDO persistence for every experienced Java developer.Using realistic code examples, this book's expert authors cover creating, reading, updating, and deleting persistent objects; object lifecycles and state transitions; JDO classes and APIs; queries, architecture, security, and much more. They show how to integrate JDO with EJB, JTA, JCA, and other J2EE technologies; and introduce best practices for using JDO in both standalone programs and J2EE components.If you want to spend more time solving business problems and less time worrying about persistence, you need JDO. And you need the one book that'll help you make the most of JDO: Core Java Data Objects.

http://depositfiles.com/files/649528

http://rapidshare.com/files/18174460/0131407317.rar

Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases

In the tradition of Effective Java™, Bloch and Gafter dive deep into the subtleties of the Java programming language and its core libraries. Illustrated with visually stunning optical illusions, Java™ Puzzlers features 95 diabolical puzzles that educate and entertain. Anyone with a working knowledge of Java will understand the puzzles, but even the most seasoned veteran will find them challenging.Most of the puzzles take the form of a short program whose behavior isn't what it seems. Can you figure out what it does? Puzzles are grouped loosely according to the features they use, and detailed solutions follow each puzzle. The solutions go well beyond a simple explanation of the program's behavior--they show you how to avoid the underlying traps and pitfalls for good. A handy catalog of traps and pitfalls at the back of the book provides a concise taxonomy for future reference.Solve these puzzles and you'll never again fall prey to the counterintuitive or obscure behaviors that can fool even the most experienced programmers.


http://rapidshare.com/files/8669864/Professional_Java_Puzzlers_Traps_Pitfalls_and_Corner_Cases.rar

Java Servlet Programming

Jason Hunter with William Crawford «Java Servlet Programming»O'Reilly ISBN: 156592391X PDF 8.8 Mb 408 pagesJava servlets offer a fast, powerful, portable replacement for CGI scripts. Java Servlet Programming covers everything you need to know to write effective servlets. Topics include: serving dynamic Web content, maintaining state information, session tracking, database connectivity using JDBC, and applet-servlet communication.A few years ago, the hype surrounding applets put Java on the map as a programming language for the Web. Today, Java servlets stand poised to take Java to the next level as a Web development language. The main reason is that servlets offer a fast, powerful, portable replacement for CGI scripts. The Java Servlet API, introduced as the first standard extension to Java, provides a generic mechanism to extend the functionality of any kind of server. Servlets are most commonly used, however, to extend Web servers, performing tasks traditionally handled by CGI programs. Web servers that can support servlets include: Apache, Netscape’s FastTrack and Enterprise Servers, Microsoft’s IIS, O’Reilly’s WebSite, and JavaSoft’s Java Web Server. The beauty of servlets is that they execute within the Web server’s process space and they persist between invocations. This gives servlets tremendous performance benefits over CGI programs. Yet because they’re written in Java, servlets are far less likely to crash a Web server than a C-based NSAPI or ISAPI extension. Servlets have full access to the various Java APIs and to third-party component classes, making them ideal for use in communicating with applets, databases, and RMI servers. Plus, servlets are portable between operating systems and between servers — with servlets you can “write once, serve everywhere.”Java Servlet Programming covers everything you need to know to write effective servlets and includes numerous examples that you can use as the basis for your own servlets. The book explains the servlet life cycle, showing how you can use servlets to maintain state information effortlessly. It also describes how to serve dynamic Web content, including both HTML pages and multimedia data. Finally, it explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communication, inter-servlet communication, and internationalization.

http://rapidshare.com/files/6301759/OReilly_Java_Servlet_Programming.pdf

From Java to C#: A Developer's Guide by Heng Ngee Mok

From Java to C#: A Developer's Guide by Heng Ngee MokPublisher: Pearson Education; 1st edition (January 17, 2003) ISBN: 0321136225 CHM 1,8 Mb 464 pagesLearning a new programming language can be intimidating, especially if you need to get up and running with it quickly. If you are a current Java developer who needs to learn C#, this book is essential. Java and C# share many common characteristics and by focussing on the key similarities and differences between the two languages, From Java to C#: A Developer's Guide enables you to use your existing knowledge of object-oriented concepts to learn C# efficiently and quickly. However, features of C# that are totally absent in Java are given the detailed description they warrant. This practical guide will help you move easily from Java and J2EE to C# and .NET concepts as quickly as possible. From Java to C#: A Developer's Guide: *Allows Java developers to learn C# quickly by highlighting the differences and similarities between the two languages *Contains extensive detailed coverage of features in C# that are not found in Java *Has a useful introduction to the .NET platform and explains how the new architecture works *Illustrated throughout with a wealth of code examples which are short yet comprehensive.

http://rapidshare.com/files/2658574/Addison.Wesley_2C.From.Java.to.C.Sharp.A.Developers.Guide._282003_29.chm

http://depositfiles.com/files/364601

http://www.icefile.net/index.php?page=main&id=a1709100&name=Addison.Wesley_2C.From.Java.to.C.Sharp.A.Developers.Guide..chm

http://www.ebooksclub.org/?link=8qrhGE

Wireless Java: Developing with J2ME, Second Edition (Books for Professionals By Professionals) by Jonathan Knudsen

Wireless Java: Developing with J2ME, Second Edition (Books for Professionals By Professionals) by Jonathan KnudsenPublisher: Apress; 2nd edition (February 26, 2003) ISBN: 1590590775 CHM 2,6 Mb 384 pagesAlthough Java is incredibly popular, the standard edition of Java is way too big and bulky to build applications for wireless devices such as PDAs and phones. Thus, Sun has released Java 2 Platform, Micro Edition (J2ME). J2ME has the potential to be as revolutionary in the wireless space as Java has been in the server space. Wireless Java: Developing with J2ME, Second Edition is updated to include coverage of the next version of programs for mobile Java devices. MIDP 2.0 contains many exciting new features, such as sound HTTPS support, lots of user interface API enhancements, a Game API, and much more. Also, author Jonathan Knudsen makes clear what material is new so readers can still use the book for MIDP 1.0/CLDC 1.0.

http://rapidshare.com/files/1403364/Apress.Wireless.Java.Developing.with.J2ME.Second.Edition.eBook-LiB.chm

http://depositfiles.com/files/348572

http://www.icefile.net/index.php?page=main&id=21cab1409&name=Apress.Wireless.Java.Developing.with.J2ME.chm

SkillSoft Press, «Java InstantCode: Developing Applications using Java Speech API»

SkillSoft Press, «Java InstantCode: Developing Applications using Java Speech API»SkillSoft Press ISBN: N/A 2004 Year CHM 3,83 Mb Pages: N/AThe Java Speech API (JSAPI) helps you design speech-enabled Java applications and provides support for speech synthesizers, command and control recognizers, and dictation systems. JSAPI is a part of the Java Media API, which enhances the functioning of Java applications by using audio, video, animation, graphics, and images. This book includes many application, which includes voice synthesizer, voice help, form validation, online java tutorial, and answering machine applications.


http://rapidshare.de/files/35258018/05.rar.html
http://www.oxyshare.com/get/3799900184521709249a5d6.42854205/05.rar.html
http://depositfiles.com/files/292130/05.rar.html

Java Practical Guide for Programmers and 10 other interesting Java e-books

Sun Microsystems estimates the size of the Java developer market to be 2.5 million and rising). As commercial businesses move over from client server systems to developing multi-tiered web-based systems, this audience will continue to grow. This book is unique in that it covers a lot of ground in a small number of pages, using examples and focused instruction to teach concepts. It is aimed at the reader who has experience programming in another language and is interested in switching to Java. This is also a perfect supplement for courses in a wide range within the CS curriculum and a number of instructors surveyed have expressed enthusiasm for this particular book so that they can get all of their students up-to-speed quickly on Java.

http://www.paid4load.de/getfile.php?id=296


Java_Transaction_Design_Strategies.pdf from Paid4load
http://www.paid4load.de/getfile.php?id=2971

Adobe.Press.Adobe.InDesign.CS2.Official.JavaScript.Reference.Oct.2005.chm from Paid4load

http://www.paid4load.de/getfile.php?id=2982

Addison.Wesley.Professional.Java.Language.Specification.The.3rd.Edition.Jun.2005.eBook-DDU.chm from Paid4load

http://www.paid4load.de/getfile.php?id=299

AddisonWesley_Java_Software_Solutions.pdf from Paid4load

http://www.paid4load.de/getfile.php?id=300

Effective.Enterprise.Java.eBook-YSSY.pdf from Paid4load

http://www.paid4load.de/getfile.php?id=301

John.Wiley.and.Sons.Beginning.JavaServer.Pages.eBook-LinG.pdf from Paid4load

http://www.paid4load.de/getfile.php?id=302

OReilly.Java.1.5.Tiger.A.Developers.Notebook.Jun.2004.eBook-DDU.chm from Paid4load

http://www.paid4load.de/getfile.php?id=303

Sun_Certified_Programmer_for_Java 2 _platform.pdf from Paid4load

http://www.paid4load.de/getfile.php?id=304

oreilly.Beyond.Java.Sep.2005.chm from Paid4load

http://www.paid4load.de/getfile.php?id=305

Java_Extreme_Programming_Cookbook.chm from Paid4load

http://www.paid4load.de/getfile.php?id=306

Java Development On PDAs

Daryl Wilding-McBride, «Java Development On PDAs»Addison-Wesley Professional ISBN 0201719541 June 2003 256 Pages 3,61 MbWith the release of Java 2 Micro Edition (J2ME), Sun Microsystems opened Java to the rapidly expanding Personal Digital Assistant (PDA) market.This comprehensive tutorial and reference provides an in-depth look at developing PDA software with J2ME and PersonalJava, covering both Palm and PocketPC devices. Succinct and practical, Java™ Development on PDAs focuses on real-world programming tasks with extensive code examples and an end-to-end PDA application demonstrating techniques for integrating devices with the enterprise via Web services.This book describes the J2ME platform and PersonalJava and discusses design issues specific to resource-constrained devices. It also provides in-depth coverage of networking and Internet access, the user interface, data storage, and integrating PDAs into the corporation. You will learn to develop Java applications for PocketPC and Palm devices through in-depth coverage of:• J2ME configurations• CLDC and CDC profiles• Selecting a PDA for development• PDA development tools• Designing for constrained computational capability• Designing for constrained screen and memory size• PDA user interfaces• Storing information on the devices• The Generic Connection Framework• Internet access from a Java PDA application via a GSM phone and Bluetooth• Accessing Web services from Palm and PocketPC devices• Java™ Development on PDAs concludes with a look into the future of PDA technology and the expanding role of these devices in the enterprise.

http://rapidshare.de/files/18224825/Java_Development.zip

Core Java(TM), Volume I - Fundamentals (8th Edition)

Cay S. Horstmann, Gary Cornell, "Core Java(TM), Volume I- Fundamentals (8th Edition)"Prentice Hall PTR ISBN 0132354764 September 2007 864 Pages PDF 9.7MBThis revised edition of the classic Core Java™, Volume I–Fundamentals, is the definitive guide to Java for serious programmers who want to put Java to work on real projects. Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming.

http://rapidshare.com/files/62749132/Prentice.Hall.Core.Java.Volume.I.Fundamentals.8th.Edition.Sep.2007.eBook-BBL.rar

http://depositfiles.com/files/2059866

http://w15.easy-share.com/7762201.html

Scripting in Java: Languages, Frameworks, and Patterns

Dejan Bosanac, "Scripting in Java: Languages, Frameworks, and Patterns"Addison-Wesley Professional ISBN 0321321936 August 8, 2007 552 Pages PDF 2.1MBGroovy and Beyond: Leverage the Full Power of Scripting on the JavaTM Platform!Using the JavaTM platform’s new scripting support, you can improve efficiency, streamline your development processes, and solve problems ranging from prototyping to Web application programming. In Scripting in Java, Dejan Bosanac covers key aspects of scripting with Java, from the exciting new Groovy scripting language to Java’s new Scripting and Web Scripting APIs. Bosanac begins by reviewing the role and value of scripting languages, and then systematically introduces today’s best scripting solutions for the Java platform. He introduces Java scripting frameworks, identifies proven patterns for integrating scripting into Java applications, and presents practical techniques for everything from unit testing to project builds. He supports key concepts with extensive code examples that demonstrate scripting at work in real-world Java projects.


http://rapidshare.com/files/46753247/Addison.Wesley.Scripting.in.Java.Aug.2007.2000th.Release.eBook-BBL.rar

http://depositfiles.com/files/1393071

http://w14.easy-share.com/2708421.html

Java Network Programming, Third Edition

Java Network Programming, Third EditionO'Reilly Media; 3 edition ISBN: 0596007213 504 pages October 2004 CHM 2 MbThe new third edition of this highly regarded introduction to Java networking programming has been thoroughly revised to cover all of the 100+ significant updates to Java Developers Kit (JDK) 1.5. It is a clear, complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI). Java Network Programming, 3rd Edition includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, and the Java Secure Sockets Extension. There's also significant information on the New I/O API that was developed in large part because of the needs of network programmers. This invaluable book is a complete, single source guide to writing sophisticated network applications. Packed with useful examples, it is the essential resource for any serious Java developer.

http://ebook.icefile.org/index.php?page=main&id=495f72314&name=0596007213.rar

http://rapidshare.com/files/29099186/0596007213.rar

Groovy Programming: An Introduction for Java Developers

Groovy Programming: An Introduction for Java DevelopersMorgan Kaufmann 2006 496 pages ISBN-10: 0123725070 PDF 2.50 MBGroovy Programming is an introduction to the Java-based scripting language Groovy. Groovy has much in common with popular scripting languages such as Perl, Python, and Ruby, but is written in a Java-like syntax. And, unlike these other languages, Groovy is sanctioned by the Java community for use on the Java platform. Since it is based on Java, applications written in Groovy can make full use of the Java Application Programmer Interfaces (APIs). This means Groovy can integrate seamlessly with applications written in Java, while avoiding the complexities of the full Java language. This bare-bones structure also means Groovy can be used as an introduction to Java and to programming in general. Its simpler constructions and modern origins make it ideal as a first language and for introducing principles such as object-oriented programming.This book introduces all the major aspects of Groovy development and emphasizes Groovy's potential as a learning tool. Case studies and exercises are included, along with numerous programming examples. The book begins assuming only a general familiarity with Java programming, and progresses to discuss advanced topics such as GUI builders, Groovlets, Unit Testing, and Groovy SQL.

http://rapidshare.com/files/28267619/AVAX0113.rar

http://depositfiles.com/files/805966

Java™ After Hours: 10 Projects You'll Never Do at Work (5 Star

Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You'll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields that Java offers to build exciting new programs. You'll learn to:Create graphics interactively on Web serversSend images to Web browsersTinker with Java's Swing package to make it do seemingly impossible thingsSearch websites and send e-mail from Java programsUse multithreading, Ant and more!Increase your Java arsenal by taking control of Java and explore its possibilities with Java After Hours.

http://rapidshare.de/files/7229303/Sams.Java.After.Hours.10.Projects.Youll.Never.Do.At.Work.Jun.2005.rar.html

Java, Java, Java, Object-Oriented Problem Solving (3rd Edition) by Ralph Morelli

Java, Java, Java, Object-Oriented Problem Solving (3rd Edition) by Ralph Morelli, Ralph WaldePublisher: Prentice Hall; 3 edition (December 22, 2005) ISBN-10: 0131474340 CHM 6,5 Mb 880 pagesFunctional and flexible, this guide takes an objects-first approach to Java programming and problem using games and puzzles. Updated to cover Java version 1.5 features, such as generic types, enumerated types, and the Scanner class. Offers independent introductions to both a command-line interface and a graphical user interface (GUI). Features coverage of Unified Modeling Language (UML), the industry-standard, object-oriented design tool. Illustrates key aspects of Java with a collection of game and puzzle examples. Instructor and Student resources available online. ; For introductory computer programming students or professionals interested in learning Java.

http://depositfiles.com/files/571446

http://rapidshare.com/files/14052632/Prentice.Hall.Java.Java.Java.Object.Oriented.Problem.Solving.3rd.Edition.Dec.2005.chm

http://www.filefactory.com/file/999555xxx

Developing Applications with Java and UML by Paul R. Reed

Developing Applications with Java and UML by Paul R. Reed Jr.Publisher: Addison-Wesley Professional; 1st edition (January 15, 2002) ISBN-10: 0201702525 PDF 4,9 Mb 512 pagesDeveloping Applications with Java and UML focuses on the craft of creating quality Java software. The book introduces the fundamentals of the Unified Modeling Language (UML) and demonstrates how to use this standard object-oriented notation to build more robust Java applications that fulfill user requirements and withstand the test of time.The book features the Rational Unified Process and uses a large-scale application to illustrate the development process, showing you how to establish a sound project plan, gather application requirements, create a successful Java design with UML, and implement Java code from UML class and sequence diagrams. This sample application showcases the latest Java technology frameworks, including Java Server Pages (JSP), servlets, and the Enterprise JavaBeans (EJB) 2.0 server-side technology.With this book you will learn how to:— Estimate projects with accuracy and confidence — Map UML to Java-based deliverables — Understand and describe application requirements using UML use cases — Create a design based on UML class and sequence diagrams — Use Rational Rose to create and track UML artifacts and generate skeletons for component code — Build server-side Java functionality using JSP, servlets, and EJB 2.0 beans — Produce code using several options, including JavaBeans, EJB Session Beans, and EJB Entity Beans (using both Bean-Managed Persistence and Container-Managed Persistence) — Explore the benefits of deploying Java applications on both open-source and commercial application server productsBased on the author's extensive professional experience and today's most advanced software development methods, Developing Applications with Java and UML teaches you how to use UML and the latest developments in technology to create truly successful, professional-quality Java applications.

http://depositfiles.com/files/533481

http://rapidshare.com/files/12024980/0201702525.Addison.Wesley.Developing_20Applications_20with_20Java_20and_20UML.pdf

.NET for Java Developers: Migrating to C# by Jawahar Puvvala, Alok Pota

.NET for Java Developers: Migrating to C# by Jawahar Puvvala, Alok PotaPublisher: Addison-Wesley Professional; 1st edition (July 22, 2003) ISBN: 0672324024 CHM 1,1 Mb 720 pages.NET for Java Developers is the definitive guide to leveraging your Java programming experience in the .NET environment. Understanding the similarities and differences between the C# and Java APIs enables Java programmers to quickly begin rapid application Windows development using C#. The numerous code examples, which have been tested using Visual Studio® .NET 2003 and Java 1.4, show readers how to create feature-rich .NET applications by translating Java coding practices into C#. The authors begin by detailing the .NET Framework and then immediately introduce readers to coding and the Visual Studio® .NET IDE. They compare the features of C# and Java, and provide a systematic analysis of how the two languages relate to each other. Readers cover the essentials of C# programming, from object creation to event programming, before moving into advanced areas, such as database access, XML processing, GUI programming, and reflection.

http://rapidshare.com/files/4545933/ebook.addison.wesley.-.net.for.java.developers.sharereactor.chm

http://depositfiles.com/files/394682

http://fileho.com/download/98f5e4316633/ebook.addison.wesley.-.net.for.java.developers.sharereactor.chm.html

Java Developer's Guide to E-Commerce with XML and JSP

William B. Brogden / Chris Minnick / Bill Brogden et al., «Java Developer's Guide to E-Commerce with XML and JSP»Sybex Books ISBN 0782128270 (January 16, 2001) HTML 1.5 Mb 512 pages




http://rapidshare.com/files/3951383/Java.Developers.Guide.to.E-Commerce.XML.JSP-0782128270.rar

http://depositfiles.com/files/384156

Java and the Java Virtual Machine - Definition, Verification, Validation

R. Stark , «Java and the Java Virtual Machine: Definition, Verification, Validation»ISBN 3540420886 2001 Year PDF 6.9 Mb 391 Pages[/center]

This book provides a high-level description, together with a mathematical and an experimental analysis, of Java and of the Java Virtual Machine (JVM), including a standard compiler of Java programs to JVM code and the security critical bytecode verifier component of the JVM. The description is structured into language layers and machine components. It comes with a natural executable refinement (written in AsmGofer and provided on CD ROM) which can be used for testing code. The method developed for this purpose is based on Abstract State Machines (ASMs) and can be applied to other virtual machines and to other programming languages as well. The book is written for advanced students and for professionals and practitioners in research and development who need a complete and transparent definition and an executable model of the language and of the virtual machine underlying its intended implementation. The CD ROM contains the entire text of the book and numerous examples and exercises. \"The Jbook gives the most comprehensive and consistent formal account of the combination of Java and the JVM.\" - Pieter Hartel and Luc Moreau in \"Formalizing the Safety of Java, the Java Virtual Machine and Java Card, ACM Computing Surveys\", 33(4):517-558, 2001. Section 6.2, page 540.

http://rapidshare.de/files/26721328/jjvm.rar

pass: harry

Object-Oriented Design in Java (Mitchell Waite Signature Series)

With software engineering books, it's hard to get the right mix of theory and practice. Object-Oriented Design in Java combines the best of today's thinking on software engineering with nuts-and-bolts examples written in Java. The result is this fine introduction to both disciplined software engineering and the strengths of Java for effective object-oriented design (OOD).The text begins with a discussion of design and its necessity in writing successful software. Then it expands on the advantages of OOD. It offers a quick tour of Java's syntax, which becomes useful in later sections on class design in Java. Further chapters look at strategies for creating objects in OOD, including when to use inheritance, encapsulation, and composition. Here the authors introduce the basics of the Unified Modeling Language (UML) along with actual case studies of small class hierarchies modeled in Java.Some of the most useful material is the authors' leading-edge discussion of patterns--reusable designs for software--with examples written in Java. Later sections of the book grow more theoretical, with discussions of such topics as concurrency, database persistence, guidelines for user interface design, component and class library reuse, and system architecture. --Richard Dragan Book DescriptionMitchell Waite Signature Series: Object-Oriented Design in Java takes a tutorial approach and teaches in a new way: by offering the Java code first and the design representations and explanations later. No other programming-level book on the market deals with design of Java software. There's nothing aimed at the in the trenches Java programmer. Nor can the Java programmer turn to general books on software design. These, with few exceptions, are abstract and academic, either incomprehensible or irrelevant from the perspective of the working programmer. This book targets the needs of Java application programmers, using an experience-based, hands-on approach.

http://rapidshare.de/files/16621057/Object-Oriented_Design_in_Java.rar

Java Secrets

Java SecretsWiley Publishing ISBN: 0764580078 900 pages May 28, 1997 PDFJava is generally a well-documented language, but not every language feature is fully specified, documented, or identical across all platforms. Java Secrets takes you into this Java twilight zone and introduces you to the language's hidden power. The book's first section explores the inner workings of many Java mechanisms, including representation of data types in memory, argument passing, and the implementation of strings and arrays. The author also investigates niceties of threading models and garbage collection as implemented on different Java platforms.A large group of undocumented classes (the sun.* packages) constitute what amounts to an undocumented Java application programming interface (API). The next large section of Java Secrets details these classes and how to use them safely. Although these classes ostensibly exist to support the Java environment, you'll learn how to use many of their interfaces for a variety of tasks including layout management; FTP, HTTP, mail, and news communication; data encoding; and character conversion. A final big chunk of the book is devoted to techniques for adding platform-dependent features to Java applications. This is a controversial subject for a supposedly platform-independent programming system, but the author provides a balanced assessment of the benefits and drawbacks.All in all, this is one of the most interesting, unusual, and engagingly written books on Java programming we've seen. It's hard to imagine a serious Java programmer who wouldn't find it well worth his or her time.

http://depositfiles.com/files/652571

http://rapidshare.com/files/18365220/0764580078.rar

http://ebook.icefile.org/index.php?page=main&id=89aaa357&name=0764580078.rar

http://depositfiles.com/files/652571


http://rapidshare.com/files/18365220/0764580078.rar

Special Edition Using Java 2 Standard Edition

Special Edition Using Java 2 Standard EditionQue ISBN: 0789724685 1152 pages December 27, 2000 CHMSpecial Edition Using Java 2 Standard Edition specifically covers only the Standard Edition of version 1.3 of the Java Software Development Kit (SDK). It begins with a series of quick refreshers for Object-oriented programming and Java fundamentals, including applet programming and threads, to ensure that readers are up to speed. The book then moves to intermediate Java features including user interface design with Java Foundation Classes (JFC) and Abstract Windows Toolkit (AWT), data structures and Java utilities, containers and layout managers, and creating images. Later chapters cover advanced topics including Internationalization & creating JAR archive files. Useful appendices offer further Java resources & SDK tool information. Throughout the book, the authors focus on Java 2 Standard Edition SDK version 1.3 changes, including the newest HotSpot compiler, which offers increased performance, faster start-up and smaller memory usage, among other improvements.

http://ebook.icefile.org/index.php?page=main&id=0d584414&name=0789724685.rar

http://rapidshare.com/files/15844196/0789724685.rar

http://depositfiles.com/files/612010

Java(TM) Programming Language, The (4th Edition)

Java(TM) Programming Language, The (4th Edition)Prentice Hall PTR; 4 edition ISBN: 0321349806 928 pages August 17, 2005 CHMDirect from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike. Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0).The authors systematically cover most classes in Java’s main packages, java.lang.*, java.util, and java.io, presenting in-depth explanations of why these classes work as they do, with informative examples. Several new chapters and major sections have been added, and every chapter has been updated to reflect today’s best practices for building robust, efficient, and maintainable Java software.Key changes in this edition include* New chapters on generics, enums, and annotations, the most powerful new language features introduced in J2SE 5.0* Changes to classes and methods throughout to reflect the addition of generics * Major new sections on assertions and regular expressions* Coverage of all the new language features, from autoboxing and variable argument methods to the enhanced for-loop and covariant return types* Coverage of key new classes, such as Formatter and ScannerThe Java™ Programming Language, Fourth Edition, is the definitive tutorial introduction to the Java language and essential libraries and an indispensable reference for all programmers, including those with extensive experience. It brings together insights you can only get from the creators of Java: insights that will help you write software of exceptional quality.

http://depositfiles.com/files/644901

http://ebook.icefile.org/index.php?page=main&id=44b601133&name=0321349806.rar

http://rapidshare.com/files/18022021/tjpl.rar

XML and Java: Developing Web Applications

XML and Java: Developing Web ApplicationsAddison Wesley Publishing Company ISBN: 0201485435 386 pages May 10, 1999 CHMXML and Java(tm): Developing Web Applications is a tutorial that will teach Web developers, programmers, and system engineers how to create robust XML business applications for the Internet using the Java technology. The authors, a team of IBM XML experts, introduce the essentials of XML and Java development, from a review of basic concepts to thorough coverage of advanced techniques. Using a step-by-step approach, this book illustrates real-world implications of XML and Java technologies as they apply to Web applications. Readers should have a basic understanding of XML as well as experience in writing simple Java programs.XML and Java enables you to: * Develop Web business applications using XML and Java through real-world examples and code * Quickly obtain XML programming skills * Become familiar with Document Object Models (DOM) and the Simple API for XML (SAX) * Understand the Electronic Document Interchange (EDI) system design using XML and Document Type Definition (DTD), including * coverage on automating business-to-business message exchange * Leverage JavaBean components * Learn a hands-on, practical orientation to XML and Java XML has strong support from industry giants such as IBM, Sun, Microsoft, and Netscape. Java, with its "write once, run anywhere" capabilities, is a natural companion to XML for building the revolutionary Internet applications described in this book. XML and Java demonstrates how developers can harness the power of these technologies to develop effective Web applications. If you want to learn Java-based solutions for implementing key XML features--including parsing, document generation, object tree manipulation, and document processing--there is no better resource than this book.

http://ebook.icefile.org/index.php?page=main&id=d9174019&name=0201485435.rar

http://rapidshare.com/files/14368715/0201485435.rar

http://depositfiles.com/files/FRHTNR

http://www.filefactory.com/TGUYT

LDAP Programming with Java(TM) by Rob Weltman, Tony Dahbura

LDAP Programming with Java(TM) by Rob Weltman, Tony DahburaPublisher: Addison-Wesley Professional; Bk&CD Rom edition (February 2000) ISBN: 0201657589 PDF 2,8 Mb 720 pagesLightweight Directory Access Protocol (LDAP) is now a staple of enterprise and Internet software environments. Those involved in Internet development where Java(tm) technology is prominent or in Enterprise Information Systems, will need to understand how to use Java technology - and in particular the Directory SDK for Java - to unlock the power of LDAP. Written by the designer of the Directory SDK for Java and by a leading implementor of directory-based solutions, LDAP Programming with Java(tm) is the first accurate, concise, and complete guide on how to access LDAP from Java applications. Assuming familiarity with Java programming, the book provides a comprehensive discussion on LDAP, from basic directory concepts through the most advanced techniques. It collects in one convenient resource the many innovative and experienced-based techniques and approaches programmers have discovered to use the Directory SDK to solve LDAP Access challenges. If you are new to LDAP, you will find helpful background on the role of directories in today's software systems; LDAP methods of storing, accessing, searching, and updating data; and how the Directory SDK for Java helps applications gain access to an LDAP server. Once you have become proficient with the essential concepts and techniques, you can read in depth about authentication, LDAP and JavaScript, working with JavaBeans(tm) for reusable LDAP components, expressing data relationships in a directory, and other advanced LDAP subjects. Specific topics covered include: * The LDAP naming and information models * The command-line tools of the SDK * Authentication with a DN password, Secure Sockets Layer (SSL), and Simple Authentication and Security Layer (SASL) * Configuring access control * Writing LDAP applets for a browser * Accessing the SDK from JavaScript * Storing Configuration and preferences in a directory * Encapsulating LDAP functionality in a JavaBean * Using LDAP in Java servlets * LDAP URLs * Multiple threads and multiple connections * Referrals and replicated systems * LDAP controls * Synchronous and asynchronous operations * Performance tips The book also presents numerous examples, from simple code snippets to complete components and applications.

http://rapidshare.com/files/4971281/Addison_20Wesley_20--_20LDAP_20programming_20with_20Java.pdf

http://depositfiles.com/files/401302

http://www.ebooksclub.org/?link=LTE4ie

Thinking in Java (2nd Edition)

Thinking in Java (2nd Edition)Pearson Education; 2 edition ISBN: 0130273635 1128 pages May 31, 2000 PDFThe legendary author Bruce Eckel brings Java to life with this extraordinarily insightful, opinionated and downright funny introduction. Thinking in Java introduces all of the language's fundamentals, one step at a time, using to-the-point code examples. More than virtually any other book, Thinking in Java helps you understand not just what to do -- but why. Eckel introduces all the basics of objects as Java uses them; then walks carefully through the fundamental concepts underlying all Java programming -- including program flow, initialization and cleanup, hiding implementations, reusing classes and polymorphism. Using extensive, to-the-point examples, he introduces error handling, exceptions, Java I/O, run-time type identification, and passing and returning objects. He covers the Java AWT, multithreading, network programming with Java -- even design patterns. The best way to understand the real value of this book is to hear what readers of the online version have been saying about it: "much better than any other Java book I've seen, by an order of magnitude..." "mature, consistent, intellectually honest, well-written and precise..." "a thoughtful, penetrating analytical tutorial which doesn't kowtow to the manufacturers..." "Thank you again for your awesome book. I was really floundering, but your book has brought me up to speed as quickly as I could read it!"For both beginner and experienced C and C++ programmers who want to learn Java

http://ebook.icefile.org/index.php?page=main&id=44625048&name=0130273635.rar

http://rapidshare.com/files/14365886/0130273635.rar

http://depositfiles.com/files/FRHTNR

http://www.filefactory.com/TGUYT

Professional Java, JDK 5th Edition - Wrox

"Professional Java, JDK 5th Edition - Wrox ISBN: 0764574868 2005 Year PDF 4.89 Mb 747 Pages

Java continues to be the dominant language for building server applications, and the latest update to the Java platform—JDK 5—boasts many new features, including a metadata facility, generics, autoboxing, and improved user interface performance. Building upon Ivor Horton's Beginning Java, this book provides insight into these sophisticated features of JDK 5 and shows you how to master the more advanced aspects of this evolving and complex language. Beginning with an overview of the best tools and techniques for developing Java applications, the expert author team then discusses how to use Java to develop software solutions for common challenges. Several real-world examples provide you with a well-rounded survey of the professional Java development landscape, which will help you master both the core Java language as well as the intricacies of JDK 5. What you will learn from this book When to use Java open source tools such as Ant and JUnitTechniques to implement, save, and restore functionality to your applicationsHow to interact with other language libraries using Java Native InterfaceWays to communicate between Java components Methods to secure and deploy your Java applicationsHow to produce a configurable process architecture How to exploit common patterns in Java Who this book is for This book is for Java developers who are looking for an all-purpose resource, are ready for more advanced Java solutions and language features, and need a bit of assistance when tackling new Java problems that may be outside their technological experience.

http://rapidshare.de/files/5700436/Professional_Java_Jdk_-_5th_Edtn.rar.html

http://tinyurl.com/bbbnm

http://tinyurl.co.uk/j7xs

Design Patterns Java Workbook by Steven John Metsker

Design Patterns Java Workbook by Steven John MetskerPublisher: Addison-Wesley Professional; 1st edition (March 25, 2002) ISBN-10: 0201743973 PDF 5 Mb 496 pages

Aimed at the intermediate or advanced Java developer, Design Patterns Java Workbook provides an in-depth and challenging look at 23 "classic" software patterns illustrated with Java examples.This title fills a valuable niche by reprising the well-known guide to patterns, Addison-Wesley's . While that earlier book relied on C++ and Smalltalk for its examples, this new volume uses Java code for the discussion of the same 23 design techniques. Many of the explanations draw on the author's custom classes for a hypothetical fireworks company, supplemented by material using "core" classes in standard Java. This text shows how to both recognize patterns in existing code and to incorporate them into new designs.Early sections look at interfaces, including a standout section on trees and the Composite pattern. For the chapter on responsibility patterns, veteran Java programmers will appreciate the use of JDBC used to explain the Bridge pattern and tips for spotting other patterns in everyday Java. Builder patterns come next, with a full tour of ways to construct objects more flexibly. When it comes to operations patterns, a notable section on the Interpreter pattern presents some challenging material on language parsers.Final chapters on extension patterns show how Java classes can extend one another using inheritance and other design principles. The discussion here of Java stream classes as examples of decorator patterns can help explain these rich (and sometimes confusing) sets of objects. Another useful section on Iterators shows how to create "type-safe" collections (normally not available in Java). Throughout this text, the author challenges the reader with dozens of easy-to-difficult questions (including actual design exercises). Complete answers are provided at the end of the book.As a hands-on workbook that will invite you to think about patterns in Java in new ways, this text is an invaluable companion to earlier titles on patterns. Its mix of design smarts and clever examples help make it ideal for the more advanced programmer. Less experienced readers can also benefit from its intelligent presentation of some of the best available thinking in software design today, now tailored to a Java audience. --Richard Dragan

http://depositfiles.com/files/510919

http://rapidshare.com/files/10868195/0201743973.Addison-Wesley_20Professional.Design_20Patterns_20Java_20Workbook.pdf

Java Programming Language Handbook

Java Programming Language Handbook: The Ultimate Source for Conquering the Java Programming LanguageCoriolis Group Books 1996 ENG ISBN: 1883577772 PDF 2.85 MBIncludes complete reference material on the entire Java language, from data types to Java classes. Provides detailed overview chapters that explain the art of the Internet and distributed programming with Java. Features special tips to help C/C++ programmers master Java. Includes special coverage of interfacing Java with other languages. Gives you step-by-step techniques for writing your first Java program. Provides techniques for writing programs using Java classes.

http://www.ftp2share.com/file/17052/Java Programming Language Handbook.html

http://rapidshare.com/files/10843861/Java_Programming_Language_Handbook2_-_5n7p3r.rar

CBT Nuggets: Java - SCJP Certification Package

CBT Nuggets: Java - SCJP Certification Package 707 MbSun Certified Programmer for Java 2 Platform 1.4 Exam-Pack CX-310-035Running Time: 15 HoursJava is so cool. Imagine being able to compile one piece of code and have it run on nearly any operating system, from Windows and Macintosh to Linux, Unix and the Internet. It's widely used and universally accepted as the preferred programming language of the Internet, but it is also a great development platform for business applications, video games and to even create software for mobile devices.This course will teach you beginning through advanced Java programming skills while preparing you for Sun exam CX-310-035. Instructor Robert Barr introduces you to the Java language fundamentals and, by the end of the training, has you building GUI and web-based applications that can link to databases. Robert calls on his nearly ten years of Java programming experience to pass along helpful tips, tricks and real-world examples.A basic understanding of computers and programming is recommended before viewing these videos. The training contains 29 videos providing more than 15 hours of instruction. Contents: Java SCJP - Exam-Pack: CX-310-035- Introduction to Java- Java Language Fundamentals Part 1- Java Language Fundamentals Part 2- Java Language Flow Control Part 1- Java Language Flow Control Part 2- Integrated Development Environments (IDEs)- Using Arrays- Strings- OOP Part1- OOP Part2- Working Math and Dates- Introduction to Swing- Interfaces and Abstract Classes- Exception Handling- Threads- Inner Classes- Event Handling- More Swing- Java IO- Introduction to JDBC- Developing Applets- Installing and Implementing Tomcat for Servlet and JSP Development Part 1- Installing and Implementing Tomcat for Servlet and JSP Development Part 2- Introduction to Servlets- Servlets Part 2: Database-connected Servlets- Introduction to JSP- JSP Part 2: Database-connected JSP Pages- Java Collections- Packages


http://rapidshare.com/files/919955/l-cjscjp.part5.rar.html
http://rapidshare.com/files/919953/l-cjscjp.part3.rar.html
http://rapidshare.com/files/919952/l-cjscjp.part4.rar.html
http://rapidshare.com/files/919951/l-cjscjp.part2.rar.html
http://rapidshare.com/files/919950/l-cjscjp.part7.rar.html
http://rapidshare.com/files/919948/l-cjscjp.part1.rar.html
http://rapidshare.com/files/919947/l-cjscjp.part6.rar.html
http://rapidshare.com/files/919903/l-cjscjp.part8.rar.html

Java Data Mining: Strategy, Standard, and Practice: A Practical Guide for architecture, design, and implementation

Java Data Mining: Strategy, Standard, and Practice: A Practical Guide for architecture, design, and implementation Mark F. HornickISBN: 0123704529 November 07, 2006 PDF 4.11 Mb

This is not only a great introduction to JDM, but also a great introduction for a practitioner to data mining in general. This is a must have" for anyone developing large scale data mining applications in Java.Robert Grossman, Open Data Group and University of Illinois at ChicagoIt pleases me that the Java Community Process(sm)(JCPsm) Program could host the development of the Data Mining standard, JSR 73, whose evolution and usability are presented so compellingly in Java Data Mining: Standard, Strategy and Practice. The authors have taken a unique approach to describing a broad range of aspects from strategies to problem solving with data mining technology in a variety of industries. The book is a must-read for those who want to introduce themselves to Java data mining (JDM) and fully realize the strategic importance of this technology in an ever competitive environment.Onno Kluyt, senior director, JCP Program at Sun Microsystems, Inc. and Chair of the JCPJava is now ubiquitous, and over the past few years the Java world has shifted focus on--among other things--new frameworks, such as the Java Data Mining (JDM) framework. JDM addresses a clear need for standardization in data mining operations, yet to those approaching both Java and data mining the mountain seems as Everest. Hornick, Marcadé, and Venkayala could not have written this book at a better time. To the expert it is a reference and map of the landscape, and to the novice it will be a constant guide and companion to each journey in JDM. This book is approachable, usable, practical, and necessary for any Java data mining software architect, developer, or analyst.Frank Byrum, Chief Scientist, CorMine Intelligent Data, LLC



http://rapidshare.com/files/51814874/Morgan.Kaufmann.Java.Data.Mining.Nov.2006.eBook-BBL.rar.html

http://depositfiles.com/files/1611779

http://www.megaupload.com/?d=J7X026OD

http://www.filefactory.com/file/aa685d/

http://w14.easy-share.com/4159911.html

Inside the Java Virtual Machine (Java Masters Series)

Inside the Java Virtual Machine (Java Masters Series)Publisher:McGraw-Hill Companies(1997-12) ISBN-10: 0079132480 PDF 2.3 Mb 579 pages

For the advanced Java developer, Inside the Java 2 Virtual Machine offers a detailed guide to the inner workings of today's Java Virtual Machines (JVMs), plus a complete reference to all bytecodes (the "machine code" for the language). For those who want to understand how Java really works, this book definitely delivers the goods, with excellent technical detail and demos of JVMs in action on the companion CD-ROM.This title provides a remarkably detailed tour of the internals of the Java platform, with plenty of technical information on the way virtual machines do business under the hood, from the way language statements are turned into bytecodes to in-depth coverage of loading and invoking classes, security, and garbage collection. The author demonstrates superior knowledge of Sun's Java Virtual Machine specification and explains the principles of its design and implementation, including a full explanation of how actual bytecodes are run on a VM. (Surprisingly, variables in Java are always processed on the stack, since there are no general CPU registers available, a very different architecture than most CPUs.) Each chapter includes applets that showcase Java in action (for example, adding two numbers or demonstrating garbage collection).The later part of this text covers over 200 Java bytecodes (mnemonic instructions for the JVM) by groups, and the book closes with a full listing of these opcodes (with over 150 pages of material). In all, Inside the Java 2 Virtual Machine serves as both a tutorial and reference to the architecture and inner operation of JVMs for any technically astute reader who wants to understand how Java really works. --Richard DraganTopics covered: Java Virtual Machine (JVM) class architecture, the Java class loader, tips for platform independence, Java security, verifying class files, code-signing, network mobility, Jini basics, the organization of Java .class files, Java object lifetimes, the linking model, garbage collection basics and algorithms, stack operations, type conversions, integer and floating-point arithmetic, objects and arrays, control flow, exceptions and finally clauses, method invocation, thread synchronization, Java opcode and quickcode reference, and JVM simulation demos.


http://depositfiles.com/files/1072049

http://w13.easy-share.com/1236988.html
http://www.uploadphiles.com/index.php?page=main&id=9bce5906&name=inside_java_virtual_machine.rar

http://bravoshare.net/d.php?f=360&i=2