Java

Java

Beginning Programming with Java For Dummies (17 May 2012)

Category:

Barry Burd, "Beginning Programming with Java For Dummies" Publisher: For Dummies | 2005 | ISBN: 0764588745 | 408 pages | PDF | 5.9 MB See why Java is a great place to start programming Get the scoop on what goes into a program and how to build one that works This Java won't keep you up nights, because you have this handy book to show you the ropes! It lays the groundwork for the whole programming experience, shows you how to get started with Java, takes you through creating your first programs, helps you solve programming problems, and even lets you in on some great tips. Discover how to * Turn your instructions into code * Compile and run a program * Understand methods, classes, and objects * Use variables, values, and types * Work with Java "if" statements Download: Extabit: http://extabit.com/file/29gzuk1knr129/zBeginning_Java_Programming_For_Dummies.rar Ryu: http://ryushare.com/1c490873f0dc/zBeginning_Java_Programming_For_Dummies.rar

Java Cookbook

Category:

Ian F. Darwin, "Java Cookbook" O'Reilly | 2001 | ISBN: 0596001703 | 882 pages | PDF | 3.9 MB The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-and-true Java "recipes" covering all of the major APIs as well as some APIs that aren't as well documented in other Java books. The Java Cookbook, like the bestselling Perl Cookbook, covers a lot of ground, and offers Java developers short, focused pieces of code that can be easily incorporated into other programs. The idea is to focus on things that are useful, tricky, or both. The book includes code segments covering many specialized APIs--like media and servlets--and should serve as a great "jumping-off place" for Java developers who want to get started in areas outside of their specialization. The book provides quick solutions to particular problems that can be incorporated into other programs, but that aren't usually programs in and of themselves. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhz4s/Java_Cookbook.PDF [BitShare] http://bitshare.com/files/417jifax/Java_Cookbook.PDF.html

Java Network Programming

Category:

Elliotte Rusty Harold, "Java Network Programming" O'Reilly Media | 2004 | ISBN: 0596007213 | 504 pages | PDF | 2.32 MB The 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. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhzb0/Java_network_programming__2nd_edition.pdf [BitShare] http://bitshare.com/files/dp3wyjca/Java_network_programming__2nd_edition.pdf.html

Java Data Access: JDBC, JNDI and JAXP

Category:

Todd M. Thomas, "Java Data Access: JDBC, JNDI and JAXP" John Wiley & Sons | 2002 | ISBN: 0764548468 | 550 pages | PDF | 2.55 MB This 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. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhz5o/Java_Data_Access_JDBC%2C_JNDI%2C_and_JAXP.pdf [BitShare] http://bitshare.com/files/cggmk7xn/Java_Data_Access_JDBC-2C_JNDI-2C_and_JAXP.pdf.html

Java Extreme Programming Cookbook

Category:

Eric M. Burke, Brian M. Coyner, "Java Extreme Programming Cookbook" O'Reilly Media | 2003 | ISBN: 0596003870 | 352 pages | PDF | 1.5 MB Brimming with over 100 "recipes" for getting down to business and actually doing XP, the Java Extreme Programming Cookbook doesn't try to "sell" you on XP; it succinctly documents the most important features of popular open source tools for XP in Java-- including Ant, Junit, HttpUnit, Cactus, Tomcat, XDoclet-- and then digs right in, providing recipes for implementing the tools in real-world environments. Each recipe offers solutions that help you put an extreme programming environment together: then provides code for automating the build process and testing. Although the time saved using any one of these solutions will more than pay for the book, Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhzak/Java_Extreme_Programming_Cookbook.pdf [BitShare] http://bitshare.com/files/cbevsm6h/Java_Extreme_Programming_Cookbook.pdf.html

Java Servlet Programming

Category:

Jason Hunter with William Crawford "Java Servlet Programming" O'Reilly | 2001 | ISBN: 156592391X | 408 pages | PDF | 4.32 MB Java 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. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhw3w/Java_Servlet_Programming.pdf [BitShare] http://bitshare.com/files/vgftfeop/Java_Servlet_Programming.pdf.html

Core Java 2, Volume I: Fundamentals

Category:

Cay S. Horstmann, Gary Cornell, "Core Java 2, Volume I: Fundamentals" Prentice Hall Ptr | 2000 | ISBN: 0130894680 | 832 pages | PDF | 8.07 MB *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. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9gpn9cm4/Suns_Core_Java_2_-_Volume_I_Fundamentals_5th_Ed.pdf [BitShare] http://bitshare.com/files/svp1zahx/Suns_Core_Java_2_-_Volume_I_Fundamentals_5th_Ed.pdf.html

Java Enterprise Design Patterns: Patterns in Java Volume 3

Category:

Mark Grand, "Java Enterprise Design Patterns: Patterns in Java Volume 3" John Wiley & Sons | 2001 | ISBN: 0471333158 | 416 pages | PDF | 3.1 MB Use design patterns to develop real-world Java distributed and Enterprise applications. This third volume from Mark Grand features 38 design patterns for developing real-world Java distributed and enterprise applications. Some of the key concepts covered are reliable transaction processing, distributed objects, reliable message passing, concurrency management, object persistence, and coping with time. The popularity of technologies for dealing with these issues waxes and wanes. However, by explaining many of the problems that technologies such as J2EE are designed to solve, this book documents the skills necessary for designing software that will remain useful with both current and future technologies. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9ifrhza4/Java_Enterprise_Design_Patterns.pdf [BitShare] http://bitshare.com/files/pr1gyvit/Java_Enterprise_Design_Patterns.pdf.html

Professional JavaScript for Web Developers (3rd edition)

Category:

Nicholas C. Zakas - Professional JavaScript for Web Developers (3rd edition) Published: 2012-01-18 | ISBN: 1118026691 | PDF | 960 pages | 51.37 MB A significant update to a bestselling JavaScript book As the key scripting language for the web, JavaScript is supported by every modern web browser and allows developers to create client-side scripts that take advantage of features such as animating the canvas tag and enabling client-side storage and application caches. After an in-depth introduction to the JavaScript language, this updated edition of a bestseller progresses to break down how JavaScript is applied for web development using the latest web development technologies. Veteran author and JavaScript guru Nicholas Zakas shows how JavaScript works with the new HTML5 as well as other significant advances in web development as it relates to JavaScript. Begins with an introduction to JavaScript basics and then moves on to more advanced topics regarding JavaScript and advances in web development technologies Describes how JavaScript is implemented into HTML5 Covers browser/feature detection in scripts, event-driven JavaScript development, error reporting and debugging, offline application and data storage, and more Professional JavaScript for Web Developers, 3rd Edition is an authoritative JavaScript resource that every web developers should have. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9i73bvkc/68.zip [BitShare] http://bitshare.com/files/zc9wfeaa/68.zip.html

Java Programming for the Absolute Beginner

Category:

Joseph P. Russell, "Java Programming for the Absolute Beginner (For the Absolute Beginner)" ISBN: 0761535225 | edition 2002 | PDF | 526 pages | 19 mb Java is a language many aspiring programmers are eager to learn because of its versatility, extensibility, and ever-increasing popularity among employers. "Java Programming for the Absolute Beginner" teaches beginners the fundamental programming concepts they need to grasp in order to learn any computer language. Although applets will be discussed, unlike most beginning-level Java books, this one will focus on creating stand-alone applications. Readers will be able to take the skills they learn in this book and apply them to their own real-world situations. [Extabit] ( Recommendation Premium , Highest Speed ) http://extabit.com/file/2b4wq9i73yfto/1078.pdf [BitShare] http://bitshare.com/files/xlk43jfz/1078.pdf.html

Pages

Subscribe to RSS - Java