Cargando…

Java frameworks and components : accelerate your Web application development /

This book is a practical tool for Java programmers. It provides the necessary information for them to be able to find, evaluate and select an application framework suitable to their needs. It explains in plain language the benefits of frameworks and component technologies, specifically in relation t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nash, Michael, 1964-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cambridge, UK ; New York : Cambridge University Press, 2003.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a22000004a 4500
001 EBSCO_ocm56216898
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 040818s2003 enka ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d OCLCG  |d OCLCQ  |d E7B  |d OCLCQ  |d TUU  |d OCLCQ  |d B24X7  |d OCLCQ  |d OCLCO  |d AU@  |d IDEBK  |d OCLCQ  |d OCLCF  |d NLGGC  |d OCLCQ  |d N15  |d YDXCP  |d AUD  |d OCLCQ  |d BUB  |d LIV  |d OCLCQ  |d HEBIS  |d OCLCO  |d WY@  |d LUE  |d STF  |d VTS  |d AGLDB  |d G3B  |d OL$  |d OCLCQ  |d OCLCA  |d K6U  |d UKSSU  |d VLY  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 271790944  |a 776974526  |a 867021557  |a 1162185437 
020 |a 0511039603  |q (electronic bk.) 
020 |a 9780511039607  |q (electronic bk.) 
020 |a 9780511547034  |q (e-book) 
020 |a 051154703X  |q (ebook) 
020 |a 9780511547034  |q (ebook) 
020 |a 9780521520591  |q (paperback) 
020 |a 0521520592  |q (paperback) 
020 |a 1107112702 
020 |a 9781107112704 
020 |a 1280416920 
020 |a 9781280416927 
020 |a 9786610416929 
020 |a 6610416923 
020 |a 0511202385 
020 |a 9780511202384 
020 |a 0511177070 
020 |a 9780511177071 
020 |a 0511304803 
020 |a 9780511304804 
020 |a 0511053193 
020 |a 9780511053191 
020 |z 0521520592  |q (Paper) 
020 |z 0511037953  |q (Adobe Reader) 
029 1 |a AU@  |b 000042833414 
029 1 |a AU@  |b 000062536609 
029 1 |a DEBBG  |b BV043146154 
029 1 |a DEBSZ  |b 422378992 
029 1 |a NZ1  |b 11774862 
035 |a (OCoLC)56216898  |z (OCoLC)271790944  |z (OCoLC)776974526  |z (OCoLC)867021557  |z (OCoLC)1162185437 
050 4 |a QA76.73.J38  |b N355 2003eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Nash, Michael,  |d 1964- 
245 1 0 |a Java frameworks and components :  |b accelerate your Web application development /  |c Michael Nash. 
260 |a Cambridge, UK ;  |a New York :  |b Cambridge University Press,  |c 2003. 
300 |a 1 online resource (x, 477 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
520 |a This book is a practical tool for Java programmers. It provides the necessary information for them to be able to find, evaluate and select an application framework suitable to their needs. It explains in plain language the benefits of frameworks and component technologies, specifically in relation to web application development. The book is unique in that it does not focus on any specific technology, yet at the same time uses examples from several different frameworks to explain the underlying principals. This gives it a broad appeal to developers that are not sure which framework is right for their purpose, while at the same time making it a practical tool. Application frameworks are large often very complex tools that many developers do not yet fully understand. This means they cannot take advantage of the substantial benefits such a technology can bring to their development project - they often are re-inventing the wheel repeatedly. As the market for web applications begins its second wave, this book provides the critical information for developers to make the transition into componentized framework-based development, keeping them ahead in an increasingly competitive market. An emphasis on quality and globalization is maintained throughout, as these factors become essential in new projects. 
505 0 |a Cover -- Half-title -- Title -- Copyright -- Dedication -- About the Author -- Contents -- Acknowledgments -- CHAPTER 1 Components and Application Frameworks -- 1.1 INTRODUCTION -- 1.2 WHAT ARE THEY? -- 1.2.1 Web Applications -- 1.2.2 Components -- 1.2.2.1 Separation of Interface and Implementation -- 1.2.2.2 Inversion of Control -- Don't call us, We'll call you -- 1.2.2.3 Component Execution Environment -- 1.2.2.4 Components and Objects -- 1.2.2.5 Component-based Development -- 1.2.2.5.1 Types of Components -- 1.2.2.6 JavaBeans -- 1.2.3 Application Frameworks -- 1.2.3.1 What Do They Do? 
505 8 |a 1.2.3.2 Application Framework Characteristics -- 1.2.3.3 Who Needs Them -- 1.2.3.4 What Are they not? -- 1.2.3.5 Frameworks and J2EE -- 1.2.3.6 Frameworks and Enterprise JavaBeans: To EJB or Not to EJB -- 1.2.3.7 Adopting Frameworks -- 1.2.3.8 Good Tools in Bad Times -- 1.2.3.9 Reinventing the Wheel -- 1.2.4 APIs -- 1.2.5 Application Servers: The Web-Application Execution Environment -- CHAPTER 2 Components: The Future of Web-Application Development -- 2.1 WHY ARE COMPONENTS THE FUTURE OF WEB-APPLICATION DEVELOPMENT? -- 2.1.1 Where We Are Today -- 2.1.2 The Market -- 2.1.3 Why Projects Fail. 
505 8 |a 2.2 A BRIEF HISTORY OF COMPONENTS -- 2.3 ADVANTAGES OF COMPONENTS AND FRAMEWORKS -- 2.3.1 Time to Market -- 2.3.2 Quality -- 2.3.3 Cost -- 2.3.4 Adaptability -- Change by Reconfiguring, Not Rewriting -- 2.3.5 Scalability -- 2.3.6 Integration -- 2.4 BEYOND E-COMMERCE: COMPONENTS AT WORK -- 2.5 CONCLUSION: THE FUTURE IS JUST BEGINNING -- CHAPTER 3 Application Frameworks: What Do They Provide and What Are the Benefits? -- 3.1 ADVANTAGES OF FRAMEWORKS -- 3.1.1 Structure -- 3.1.2 Services -- 3.1.3 Completeness -- 3.2 WHAT IS IN THE TOOL BOX? (COMMON ELEMENTS IN WEB-APPLICATION DEVELOPMENT) 
505 8 |a 3.2.1 Application Logic -- 3.2.2 Database Access -- 3.2.2.1 Java Data Objects (JDO) -- 3.2.3 Database Maintenance -- 3.2.4 Logging -- 3.2.5 Event Handling -- 3.2.6 Caching -- 3.2.7 Configuration -- 3.2.8 Scheduling -- 3.2.9 Messaging -- 3.2.10 Error Handling -- 3.2.11 Monitoring and Testing -- 3.2.11.1 Performance -- 3.2.12 Security -- 3.2.12.1 System Security -- 3.2.12.2 Authentication and Authorization -- 3.2.12.2.1 JAAS -- 3.2.12.3 Data Security -- 3.2.12.3.1 Methods of Attack on a Web Application -- 3.2.12.3.2 Auditability -- 3.2.13 Presentation and User Interface. 
505 8 |a 3.2.13.1 Internationalization -- 3.2.13.2 Web UI options -- 3.2.13.2.1 Applets -- 3.2.13.2.2 JSP -- 3.2.13.2.3 XML/XSL -- 3.2.13.2.4 Flash and Other Options -- 3.2.13.2.5 Supporting Flexible UIs -- 3.2.13.3 Portal -- 3.2.13.4 Web Services -- 3.2.14 Legacy Application Integration -- 3.2.15 Utilities -- 3.2.16 Others -- 3.2.17 Summary -- CHAPTER 4 Choosing an Application Framework -- 4.1 OVERVIEW -- 4.1.1 Identification -- 4.1.2 License -- 4.1.3 Complexity -- 4.2 WHAT TO LOOK FOR -- 4.2.1 Design Patterns -- 4.2.2 Examples -- 4.2.3 Documentation -- 4.2.4 Support -- 4.2.5 Standards Compliance. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Java (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Java (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a Java  |g Programmiersprache  |2 gnd 
650 7 |a Anwendungssoftware  |2 gnd 
650 7 |a Softwareentwicklung  |2 gnd 
776 0 8 |i Print version:  |a Nash, Michael, 1964-  |t Java frameworks and components.  |d Cambridge, UK ; New York : Cambridge University Press, 2003  |z 0521520592  |w (DLC) 2002041684  |w (OCoLC)51323998 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=112380  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00003197 
938 |a ebrary  |b EBRY  |n ebr10429023 
938 |a EBSCOhost  |b EBSC  |n 112380 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 41692 
938 |a YBP Library Services  |b YANK  |n 2617548 
938 |a YBP Library Services  |b YANK  |n 3276253 
938 |a YBP Library Services  |b YANK  |n 7656731 
938 |a YBP Library Services  |b YANK  |n 2300522 
994 |a 92  |b IZTAP