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