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