Jeżeli nie znalazłeś poszukiwanej książki, skontaktuj się z nami wypełniając formularz kontaktowy.

Ta strona używa plików cookies, by ułatwić korzystanie z serwisu. Mogą Państwo określić warunki przechowywania lub dostępu do plików cookies w swojej przeglądarce zgodnie z polityką prywatności.

Wydawcy

Literatura do programów

Informacje szczegółowe o książce

Beginning JavaServer PagesTM - ISBN 9780764574856

Beginning JavaServer PagesTM

ISBN 9780764574856

Autor: Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell

Wydawca: Wiley

Dostępność: 3-6 tygodni

Cena: 190,05 zł

Przed złożeniem zamówienia prosimy o kontakt mailowy celem potwierdzenia ceny.


ISBN13:      

9780764574856

ISBN10:      

076457485X

Autor:      

Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell

Oprawa:      

Paperback

Rok Wydania:      

2005-02-22

Ilość stron:      

1296

Wymiary:      

233x194

Tematy:      

UP

JavaServer Pages (JSP) is a cross–platform language that generates dynamic Web pages and uses XML–like tags written in Java to create content. With its latest release, version 2.0, JSP has become an even more powerful tool that beginners often find challenging to learn. This book provides you with an accessible introduction to JSP.
Packed with real–world code examples and in–depth case studies accompanied by fully working applications, this book introduces the many new features of JSP 2.0 while emphasizing good Web development practices. Along the way, you′ll examine how JSP interacts with other Enterprise Java technologies and you′ll be challenged to apply your new JSP programming skills to real–world projects.
What you will learn from this bookJSP fundamentals, including JSP syntax and directives, JSP Expression Language, Tag libraries, and techniques for testing and debuggingHow to create dynamic content that is formatted and stylized on the fly, integrating Cascading Style Sheets (CSS) and JavaScript elementsHow to develop multilingual Web sites with JSPHow JSP interacts with other Enterprise Java technologiesWays to use JSP with Web frameworks, such as Struts, Spring, WebWork, and JavaServer Faces, and persistence frameworks, such as Hibernate, to build real–world Web applicationsSoftware design methodologies and developer tools such as Ant, jUnit, jMeter, CVS, and moreHow to use the right tools, design patterns, and frameworks effectively and appropriately for developing applications
Who this book is for
This book is for novice programmers who have basic programming experience either in Java or a Web scripting language and want to become fluent in JSP.

Spis treści:
About the Authors.
Acknowledgments.
Introduction.
Part I: JSP Fundamentals.
Chapter 1: Getting Started with JavaServer Pages.
Chapter 2: JSP Basics 1: Dynamic Page Creation for Data Presentation.
Chapter 3: JSP Basics 2: Generalized Templating and Server Scripting.
Chapter 4: CSS, JavaScript, VBScript, and JSP.
Chapter 5: JSP and EL.
Chapter 6: JSP Tag Libraries and JSTL.
Chapter 7: JSP Directives.
Chapter 8: JSP Standard Actions.
Chapter 9: JSP and JavaBeans.
Chapter 10: Error Handling.
Chapter 11: Building Your Own Custom JSP Tag Library.
Chapter 12: Advanced Dynamic Web Content Generation.
Chapter 13: Internationalization and Localized Content.
Chapter 14: JSP Debugging Techniques.
Part II: JSP and Modern Web Server Software Development.
Chapter 15: JSPs and Servlets.
Chapter 16: The Role of JSP in the Wider Context: Web Applications.
Chapter 17: Model View Controller.
Chapter 18: Web Frameworks.
Chapter 19: Struts Framework.
Chapter 20: Layout Management with Tiles.
Chapter 21: JavaServer Faces.
Chapter 22: JSP in J2EE.
Chapter 23: Access to Databases.
Chapter 24: Security.
Chapter 25: Performance.
Chapter 26: Best Practices and Tools.
Part III: Spreading Your New Wings: Applying JSP in the Real World.
Chapter 27: JSP Project I: Personalized Portal.
Chapter 28: JSP Project II: Shopping Cart Application.
Part IV: Appendixes.
Appendix A: JSP Syntax Reference.
Appendix B: JSP Expression Language Reference.
Appendix C: JSTL Reference.
Appendix D: Exercise Solutions.
Index.

Nota biograficzna:
Vivek Chopra has over ten years of experience as a software developer, architect, and team lead, with extensive experience with Web services, J2EE, and middleware technologies. He has worked and consulted at a number of Silicon Valley companies and startups and has (pending) patents on Web services. Vivek actively writes about technology and has coauthored half a dozen books on topics such as opensource software, Java, XML, and Web services. He contributes to open source, too, and has dev eloped parts of the uddi4j library, an open–source Java API for UDDI.
Sing Li, first bit by the microcomputer bug in 1978, has grown up with the microprocessor age. His first personal computer was a do–it–yourself Netronics COSMIC ELF computer with 256 bytes of memory, mail–ordered from the back pages of Popular Electronics magazine. Currently, Sing is a consultant, system designer, open–source software contributor, and freelance writer. He writes for several popular technical journals and e–zines and is the creator of the Internet Global Phone, one of the very first Internet phones available. He has authored and coauthored numerous books across diverse technical topics, including JSP, Tomcat, servlets, XML, Jini, and JXTA.
Rupert Jones is a Technical Lead for J2EE projects at Internet Business Systems. Over the past six years, Rupert has provided software development and consulting services for blue–chip companies, both in Australia and internationally. He lives and works in Melbourne, Australia. Rupert can be contacted at rup@rupertjones.com.
Jon Eaves has been developing software in a variety of languages and domains for over 15 years. He is currently employed by ThoughtWorks, developing large–scale enterprise systems using J2EE. When he can find spare time, he develops J2ME/MIDP applications and works on the BouncyCastle Crypto APIs (www.bouncycastle.org). Jon can be reached at jon@eaves.org.
John T. Bell has more than 20 years of software development experience and currently serves as the lead software architect for the Web site of a major hospitality company based in Bethesda, Maryland. He is also an adjunct professor, teaching server–side Java technologies for the Center for Applied Information Technology at Towson State University. He has a master’s degree in Computer Systems Management and a bachelor’s degree in Electrical Engineering, bo th from the University of Maryland. This is Mr. Bell’s third contribution to a Wrox title. He is also the author of The J2EE Open Source Toolkit.

Okładka tylna:
JavaServer Pages (JSP) is a cross–platform language that generates dynamic Web pages and uses XML–like tags written in Java to create content. With its latest release, version 2.0, JSP has become an even more powerful tool that beginners often find challenging to learn. This book provides you with an accessible introduction to JSP.
Packed with real–world code examples and in–depth case studies accompanied by fully working applications, this book introduces the many new features of JSP 2.0 while emphasizing good Web development practices. Along the way, you′ll examine how JSP interacts with other Enterprise Java technologies and you′ll be challenged to apply your new JSP programming skills to real–world projects.
What you will learn from this bookJSP fundamentals, including JSP syntax and directives, JSP Expression Language, Tag libraries, and techniques for testing and debuggingHow to create dynamic content that is formatted and stylized on the fly, integrating Cascading Style Sheets (CSS) and JavaScript elementsHow to develop multilingual Web sites with JSPHow JSP interacts with other Enterprise Java technologiesWays to use JSP with Web frameworks, such as Struts, Spring, WebWork, and JavaServer Faces, and persistence frameworks, such as Hibernate, to build real–world Web applicationsSoftware design methodologies and developer tools such as Ant, jUnit, jMeter, CVS, and moreHow to use the right tools, design patterns, and frameworks effectively and appropriately for developing applications
Who this book is for
This book is for novice programmers who have basic programming experience either in Java or a Web scripting language and want to become fluent in JSP.

Koszyk

Książek w koszyku: 0 szt.

Wartość zakupów: 0,00 zł

ebooks
covid

Kontakt

Gambit
Centrum Oprogramowania
i Szkoleń Sp. z o.o.

Al. Pokoju 29b/22-24

31-564 Kraków


Siedziba Księgarni

ul. Kordylewskiego 1

31-542 Kraków

+48 12 410 5991

+48 12 410 5987

+48 12 410 5989

Zobacz na mapie google

Wyślij e-mail

Subskrypcje

Administratorem danych osobowych jest firma Gambit COiS Sp. z o.o. Na podany adres będzie wysyłany wyłącznie biuletyn informacyjny.

Autoryzacja płatności

PayU

Informacje na temat autoryzacji płatności poprzez PayU.

PayU banki

© Copyright 2012: GAMBIT COiS Sp. z o.o. Wszelkie prawa zastrzeżone.

Projekt i wykonanie: Alchemia Studio Reklamy