Sunday, December 2, 2007

EJB & JSP: Java on the Edge

«EJB & JSP: Java on the Edge»by Lou Marco John Wiley & Sons ISBN 0764548026 2001 Year PDF 2.9 Mb 408 Pages

This book presents JSP and EJB to the HTML-savvy Java programmer, with a caveat: any Java developer interested indeveloping multi-tiered distributed applications needs to know something about a range of J2EE APIs. That said,knowing JSP will allow a programmer to create dynamic web content (easier than with Java Servlets) and knowing EJBwill allow a programmer to encapsulate data as objects and create reusable code components. In short, knowing JSPand EJB will take a programmer a good majority of the way along the path of J2EE application development.The first section discusses J2EE in more depth, with special emphasis on how and where JSP and EJB fit in. The second section covers JavaServer Pages including numerous JSP examples. The book provides the JSP's for the main application developed and dissected, a hotel booking application. The final part covers Enterprise JavaBeans. The bulkof this section is creating and analyzing EJBs to work with the JSPs developed earlier in the book. By the end of the book, the hotel booking application is complete.This Unlimited Edition stays up to date long after other publications. A companion Web site includes all the code and examples from the book, and is updated to include new chapters, programs, and other related material.

http://www.ftp2share.com/file/38073/EJB%20JSP%20Java%20on%20the%20Edge.pdf.html

OReilly: Java Server Pages

O'Reilly: Java Server PagesHans Bergsten ISBN: 1-56592-746-X 572 pages PDF 2.53 MB
JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and illuminates how JSP fits into the larger picture of web applications.There are chapters for web authors on generating dynamic content, handling session information, and accessing databases, as well as material for Java programmers on creating Java components and custom JSP tags for web authors to use in JSP pages.JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer.The author provides an overview of JSP concepts and illuminates how JSP fits into the larger picture of web applications. There are chapters for web authors on generating dynamic content, handling session information, and accessing databases, as well as material for Java programmers on creating Java components and custom JSP tags for web authors to use in JSP pages.

http://www.ftp2share.com/file/38027/OReilly%20Java%20server%20Pages.html

Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer)

Jackwind Li Guojie, "Professional Java Native Interfaces with SWT/JFace (Programmer to Programmer)"Publisher: Wrox Press ISBN: 0470094591 11 February 2005 11 MB Pages: 528 PDFProfessional Java Native Interfaces takes a solutions-based approach in showing how SWT/JFace works, discussing each common component, providing useful, practical ideas, tips and techniques to make the Java developers' work easier. Professional Java Native Interfaces takes a solutions-based approach in showing how SWT/JFace works, discussing each common component, providing useful, practical ideas, tips and techniques to make the Java developers' work easier. The author provides relevant and timely examples, both stand-alone applications and smaller code snippets that readers can incorporate into their own code. To provide a truly real-world quality, the author builds an email/ftp client sample application to show readers how to combine everything into a presentable Java native UI application. About the AuthorJack Li Guojie is an independent Java developer who has been building various types of Java applications since 1998. His areas of interest and experience include artificial intelligence, user interfacing, Web applications, and enterprise system architecture. He has contributed articles to many leading software journals.

http://rapidshare.com/files/62241412/0470094591.zip

http://rapidshare.com/files/62282857/Professional_Java_Native_Interfaces_with_SWTJFace_SOURCE_CODE.rar

Java P2P Unleashed: With JXTA, Web Services, XML, Jini, JavaSpaces, and J2EE by Robert Flenner

Java P2P Unleashed: With JXTA, Web Services, XML, Jini, JavaSpaces, and J2EE by Robert Flenner, Michael Abbott, Toufic Boubez, Frank Cohen, Navaneeth Krishnan, Alan Moffet, Rajam Ramamurti, Bilal Siddiqui, Frank SommersPublisher: Sams; 1st edition (September 12, 2002) ISBN-10: 0672323990 CHM 4,4 Mb 752 pages"Java P2P Unleashed" provides a single source for Java developers who want to develop P2P systems. The book explains the benefits of each technology and shows how to fit the P2P "pieces" together - both in building new systems and integrating with existing ones.starts with a discussion of the P2P architecture, referencing similarities with existing, familiar systems while previewing several types of P2P applications. It explains how to plan ahead for security, routing, performance and other issues when developing a P2P application.Each technology included in the book - JXTA, Jini, JavaSpaces, J2EE, Web services - is approached from a P2P perspective, focusing on implementation concerns Java developers will face while using them. The last section includes several large-scale examples of different P2P applications - managing content, building communities, integrating services, routing messages, and using intelligent agents to gather information. The final chapter looks ahead to future developments in Java P2P technologies.

http://www.ftp2share.com/file/26407/2C_20XML_2C_20Jini_2C_20.html

Pro Ajax and Java Frameworks (Pro) by Ryan Asleson

Pro Ajax and Java Frameworks (Pro) by Ryan Asleson, Nathaniel T. SchuttaPublisher: Apress (July 17, 2006) ISBN-10: 1590596773 PDF 7,8 Mb 336 pagesAs a Java developer, you want a guide that shows you how to add Ajax functionality to your web applications with a minimum of effort. Well look no further than Pro Ajax and Java Frameworks. In this book, recognized Java experts and authors of the best-selling Apress title, Foundations of Ajax, will show you how.The authors begin by recapping Ajax basics. Then they unveil a comprehensive Java/Ajax toolkit. Tools include JSEclipse for code editing, Venkman for JavaScript debugging, and Dojo Compressor for code compression. They also explain Log4js (and other tools) for JavaScript logging, JsUnit (and others) for testing, and various libraries like AjaxTags, DWR, and Script.aculo.us for rapid code development.The last part of the book shows you how to build up a series of professional Java/Ajax applications. These will incorporate some of today's most popular frameworks--Spring, JSF, Struts, and Tapestry--giving you all you need to incorporate Ajax into your everyday work and become an Ajax expert!

http://www.ftp2share.com/file/15652/NTSchutta.rar.html

http://rapidshare.com/files/15158955/1590596773.rar

password: ebooksdigest.blogspot.com

Java Development with Ant

Book DescriptionThis book is about Ant, the award-winning Java build tool. Ant has become the centerpiece of so many projects’ build processes because it is easy to use, is platform independent, and addresses the needs of today’s projects to automate testing and deployment. From its beginnings as a helper application to compile Tomcat, Sun’s (now Apache’s) Java web server, it has grown to be a standalone tool adopted by all major open source Java projects, and has changed people’s expectations of their development tools.If you have never before used Ant, this book will introduce you to it, taking you systematically through the core stages of most Java projects: compilation, testing, execution, packaging, and delivery. If you are an experienced Ant user, we will show you how to “push the envelope” in using Ant. Indeed, we believe that some of the things shown in this book were never before done with Ant. We also place an emphasis on how to use Ant as part of a large project, drawing out best practices from our own experiences.Whatever your experience with Ant, you will learn a lot from this book, and your software projects will benefit from using Ant as a foundation of their build process.
RARed PDF 15.6MBSource Code and Libs Included!

Pass: www.AvaxHome.ru

http://www.ftp2share.com/file/11084/jdwa.rar.html

http://rapidshare.com/files/8759472/jdwa.rar

Java and JMX: Building Manageable Systems by Heather Kreger, Ward K. Harold, Leigh Williamson

Java and JMX: Building Manageable Systems by Heather Kreger, Ward K. Harold, Leigh WilliamsonPublisher: Addison-Wesley Professional; 1st edition (December 30, 2002) ISBN: 0672324083 CHM 2,2 Mb 592 pagesJava is now used with increasing frequency to develop mission-critical applications. Using Java Management Extensions (JMX) is the key to managing those applications. As JMX is increasingly accepted into the fields of embedded systems, enterprise systems, and telephony, it is clear that all Java developers will encounter JMX before long.Java and JMX: Building Manageable Systems is the definitive guide to JMX, combining an introduction to the technology with extensive coverage that will make this book a favorite reference. Much more than just an explanation of the JMX specifications, this book can drastically reduce a reader's JMX learning curve by explaining how to develop management requirements and apply JMX to them.

http://rapidshare.com/files/4971887/addison_wesley_-_java_and_jmx-building_manageable_systems.chm

http://depositfiles.com/files/401315

http://www.icefile.net/index.php?page=main&id=af38a1659&name=addison_wesley_-_java_and_jmx-building_manageable_systems.chm

Java Programming with Oracle SQLJ

Book DescriptionIf you're a Java programmer working in an Oracle environment, you're probably familiar with JDBC as a means of accessing data within an Oracle database. SQLJ takes you further, allowing you to access a database using embedded SQL statements. Java Programming with Oracle SQLJ shows you how to get the most out of SQLJ.Layered on top of JDBC, SQLJ greatly simplifies database programming. Rather than make several calls to the JDBC API just to execute a simple SQL statement, SQLJ executes that statement simply by embedding it within the Java code.In this book, Jason Price explains SQLJ programming from a task-oriented point of view. You'll learn how to:* Embed queries and other SQL statements within Java programs* Deploy SQLJ code not only on client machines, but also to JServer--Oracle's Java engine built into the database* Use advanced techniques for working with collections, streams, large objects, and database objects, all without leaving the comfort of the SQLJ environment* Tune SQLJ programs for maximum performanceThroughout the book, the exposition of SQLJ and SQLJ programming techniques reflects the author's many years of professional experience as a programmer and consultant. Examples are first-rate, enabling you to learn SQLJ in no time. If you're writing Java code to access an Oracle database, you can't afford not to know about SQLJ.Book InfoMoves from the basics of getting connected and issuing SQL statements to advanced topics such as streams and multi-threading. Softcover. Reviewer: J.D.Withington "jdwithington" (San Jose, USA) My knowledge of Oracle and Java is beginner/intermediate level and I like this book a lot.The book explains how SQLJ relates to SQL, PL/SQL, Java, JDBC and it provides a good introduction to the JDeveloper IDE (Integrated Development Environment).The book is written very clearly and the appearance and organization of the text is well up to the O'Reilly standard.I can't comment on the worked examples yet as I have not yet tried them out.Links:

http://rapidshare.de/files/12223102/OReilly_-_Java_Programming_With_Oracle_Sqlj.rar

Java and BAPI Technology for SAP

Ken Kroes, Anil Thakur, "Java and BAPI Technology for SAP"Premier Press 0761523057 January 15, 2000 432 pages PDF 6.2MBAs a programmer, you need to know how to get the most out of using Java in the SAP environment. This book will show you how to tie key corporate data through the Internet; create, change, and display information via Java applets or executable code; and how Java and SAP interrelate. Java & BAPI Technology for SAP is a solid reference for beginning and intermediate users who are seeking help in this booming area.

http://rapidshare.com/files/36889025/Premier.Press.Java.and.BAPI.Technology.for.SAP.2002.eBook.zip

http://depositfiles.com/files/1013773

Data Structures and Algorithms in Java

Data Structures and Algorithms in JavaPrentice Hall ISBN: 0131469142 592 pages December 19, 2005 CHM 4 MbThis new book provides a concise and engaging introduction to Java and object-oriented programming with an abundance of original examples, use of Unified Modeling Language throughout, and coverage of the new Java 1.5. Addressing critical concepts up front, the book's five-part structure covers object-oriented programming, linear structures, algorithms, trees and collections, and advanced topics. KEY FEATURES: Data Structures and Algorithms in Java takes a practical approach to real-world programming and introduces readers to the process of crafting programs by working through the development of projects, often providing multiple versions of the code and consideration for alternate designs. The book features the extensive use of games as examples; a gradual development of classes analogous to the Java Collections Framework; complete, working code in the book and online; and strong pedagogy including extended examples in most chapters along with exercises, problems and projects. For readers and professionals with a familiarity with the basic control structures of Java or C and a precalculus level of mathematics who want to expand their knowledge to Java data structures and algorithms. Ideal for a second undergraduate course in computer science.

http://www.icefile.net/index.php?page=main&id=601a32218&name=0131469142.rar

Oreilly Java and Soap

Robert Englander, «Java and Soap»Publisher: O'Reilly Edition May 2002 ISBN: 0-596-00175-4 276 PagesJava and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE.Java™ and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, message routing, and a preview of the forthcoming AXIS APIs and server. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going.

http://rapidshare.com/files/17503951/OReilly.Java.And_Soap.pdf

http://www.filefactory.com/file/1345f7

http://depositfiles.com/files/639963

Java Performance Tuning (2nd Edition) by Jack Shirazi

Java Performance Tuning (2nd Edition) by Jack ShiraziPublisher: O'Reilly Media; 2 edition (January 2003) ISBN-10: 0596003773 CHM 1 Mb 600 pagesPerformance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Peformance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning, Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs. Java Performance Tuning offers common-sense advice about what to tune and what to leave alone, emphasizing techniques that provide big performance gains with minimal code restructuring. It gives you crucial guidance that helps you tune without destroying your program's architecture. Blindly changing things in an effort to make a program run faster is a great way to create buggy, unmaintainable code. Java Performance Tuning teaches you to work efficiently and effectively, resulting in code that is robust, maintainable, and fast. Java Performance Tuning, Second Edition shows you how to:— Create a performance plan — Glean information about your program's behavior from profiling tools — Identify bottlenecks before tuning — Minimize the number of objects your program creates, particularly critical for J2EE applications — Optimize the use of strings — Avoid performance penalties from inefficient code — Improve the behavior of loops and switches — Optimize I/O behavior — Use appropriate algorithms for sorting and other common tasks — Use threads effectively — Optimize the performance of distributed systems — Speed up servlets and JSPs — Structure JDBC usage efficiently — Use effective design patterns to optimize EJB performance

http://depositfiles.com/files/533505

http://rapidshare.com/files/12025944/Oreilly_20-_20Java_20Performance_20Tuning_20-_202Nd_202003.chm

Apache Jakarta and Beyond: A Java Programmer's Introduction

Apache Jakarta and Beyond: A Java Programmer's IntroductionAddison-Wesley Professional (December 30, 2004) PDF Format 608 pages ISBN: 0321237714 11.2 MBThe Jakarta project consists of many powerful open source tools for the Java platform, but most lack tutorials or clear online help documentation. Apache Jakarta and Beyond is the definitive guide to using Jakarta and other Java open source tools to develop Web applications more efficiently and effectively.In this example-packed book, readers will findAn introduction to the philosophy behind the Jakarta projectDetails on many ready-to-use Java toolkits, including Ant, JUnit, Cactus, Log4J, POI, Tomcat, James, Struts, and moreIn-depth guidelines on how to develop with multiple toolkits A guide to splitting work along lines of "what is available" and "what must be written"Best practices for development, such as the model/view/controller paradigmNumerous examples that can serve as templates for readers' own projects. Whether you are developing client applications, Web applications, or Web services, Apache Jakarta and Beyond will help you use existing code to simplify the task at hand.Download:

http://rapidshare.com/files/6147494/Apache_Jakarta_and_Beyond_A_Java_.rar

Fundamentals of the Java Programming Language (WJB-110A)

Fundamentals of the Java Programming Language (WJB-110A) ISO 125 MBTheFundamentals of the Java Programming Language course provides students who havelittle 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/47670395/fundamentals_java.part1.rar

http://rapidshare.com/files/47670352/fundamentals_java.part2.rar

Sun Microsystems Java Programming Language WJB 275A

Sun Microsystems Java Programming Language WJB 275A ISO 195 Mb

The 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.

1

http://rapidshare.com/files/47255493/java_programming.part1.rar.html http://depositfiles.com/files/1411705
http://www.megaupload.com/?d=57RRTXV1

2

http://depositfiles.com/files/1411820
http://www.megaupload.com/?d=YR4HA6PP http://rapidshare.com/files/47257019/java_programming.part2.rar.html

Carl Albing, Michael Schwarz, «Java Application Development on Linux»

Carl Albing, Michael Schwarz, «Java Application Development on Linux»Prentice Hall PTR ISBN 013143697X 2004 Year CHM 1,66 Mb 600 Pages

Determined to spare other developers hours of trial and error, the authorsAlbing and Schwarz demonstrate the platform, tools, and application development by constructing a real-world, database-driven budget application. After a simple command-line application introduces basic tools, this program leads readers through business logic object analysis, database design, Java servlet UIs, Java Server Pages (JSP) UIs, Swing GUIs, and Standard Widget Toolkit (SWT) GUIs. Scaling up to the enterprise level provides the opportunity to use the JBoss Application Server and Enterprise JavaBeans (EJB). The authors conclude by demonstrating how a hierarchy of budgets can be created, tracked, and shared with Concurrent Versions System (CVS). A companion Website includes all source code and a link to each tool described.Readers learn how to: Use development tools available on Linux, such as the GNU Compiler for Java (gcj), Ant, the NetBeans IDE, IBM's Eclipse Java IDE, JUnit, and SunONE Studio Develop business logic layers using Java DataBase Connectivity (JDBC) Add a Web interface using servlets and JSPs Add a GUI using Sun's Abstract Window Toolkit (AWT) and IBM's SWT Deploy EJBs in LinuxThe authors conclude by demonstrating how a hierarchy of budgets can be created, tracked, and shared with Concurrent Versions System (CVS). A companion Website includes all source code and a link to each tool described.

http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf

http://rapidshare.de/files/20249172/CAlbing.rar.html

Password: www.AvaxHome.ru

Java Development on PDAs: Building Applications for Pocket PC and Palm Devices

Java Development on PDAs: Building Applications for Pocket PC and Palm DevicesAddison-Wesley Professional; 1st edition ISBN: 0201719541 256 pages June 4, 2003 CHMWith 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 devicesJava™ Development on PDAs concludes with a look into the future of PDA technology and the expanding role of these devices in the enterprise.Written for anyone with a basic knowledge of Java, this important resource is a must-have for all those interested in the Palm OS and PocketPC markets.

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

http://rapidshare.com/files/16860803/0201719541.rar

http://depositfiles.com/files/629447

Java Database Programming with JDBC

Java Database Programming with JDBC:Discover the Essentials for Developing Databases for Internet and Intranet ApplicationsISBN: 1576100561 PDF 1.0 Mb (rar) 209 Pages Publisher: Coriolis Group Books; (September 13, 1996)Teaches you how to develop Java programs, from start to finish, for connecting to databases using Java's new database connectivity environment, JDBC. Tells how to easily install drivers for most databases. Features a section on programming ODBC Java programs, including a robust ODBC client template for developing your own applications. Features a handy, ready-to-use Interactive SQL query client, including fully-explained and annotated source code. Teaches how to write your own database drivers for the JDBC. Reveals how to optimize your Java database programs for maximum efficiency and minimum time.

http://depositfiles.com/files/720219

http://ed.icefile.org/index.php?page=main&id=c7ebd446&name=Java

http://rapidshare.com/files/22376899/Java_Database_Programming_with_JDBC__Cariolis_.rar

Concurrent and Real-Time Programming in Java

Concurrent and Real-Time Programming in JavaJohn Wiley & Sons ISBN: 047084437X 446 pages November 15, 2004 CHMReal-time functionality is essential for developing many consumer, industrial, and systems devices. While the C/C++ programming language is most often used in the creation of real-time software, the Java language, with its simple and familiar object-oriented programming model, offers many advantages over current real-time practices. Concurrent and Real-Time Programming in Java covers the motivations for, and semantics of, the extensions and modifications to the Java programming environment that enable the Java platform (Virtual Machine) to meet the requirements and constraints of real-time development. Key aspects of concurrent and real-time programming and how they are implemented in Java are discussed, such as concurrency, memory management, real-time scheduling, and real-time resource sharing.

http://ebook.icefile.org/index.php?page=main&id=1c11c922&name=047084437X.rar

http://rapidshare.com/files/15314201/047084437X.rar

http://depositfiles.com/files/FRHTNR

http://www.filefactory.com/TGUYT

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