|
|
||||||||||||
|
Навигация Категории Архив Cпонcоры ТОП 15 Авторов Наша кнопка
Поддержите проект! Разместите нашу кнопку у себя на сайте: Код: Общаетесь в форумах? Разместите наш юзербар у себя в подписи. Посмотреть Код: |
Рекомендуем Sams Teach Yourself JavaServer Pages 2.0 with Apache Tomcat in 24 HoursКатегория: Web » JSP, JSF Название: Sams Teach Yourself JavaServer Pages™ 2.0 with Apache Tomcat in 24 Hours
Автор: Mark Wutka, Alan Moffet, Kunal Mittal Издательство: Sams Publishing Год: 2003 ISBN: 0-672-32597-7 Язык: Английский Страниц: 512 Формат: CHM Качество: Отличное Размер: 3.0 MB Аннотация: In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun's reference implementation of JSP, so you can start developing applications immediately. Подробнее / Скачать ![]() Servlets and JavaServer Pages: The J2EE Technology Web TierКатегория: Web » JSP, JSF Название: Servlets and JavaServer Pages™: The J2EE™ Technology Web Tier
Автор: Jayson Falkner, Kevin Jones Издательство: Addison Wesley Год: 2003 ISBN: 0-321-13649-7 Язык: Английский Страниц: 784 Формат: CHM Качество: Отличное Размер: 5.0 MB Аннотация: Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. Подробнее / Скачать ![]() Beginning JavaServer PagesКатегория: Web » JSP, JSF Название: Beginning JavaServer Pages
Автор: Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell Издательство: Wrox Год: 2005 ISBN: 978-0764574856 Язык: Английский Страниц: 1296 Формат: PDF Качество: Отличное Размер: 12.3 MB Аннотация: * JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful tool * Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag libraries, JSTL, and techniques for testing and debugging * Shows how to use JSP in real-world Web applications along with open source frameworks such as Struts, WebWork, and Turbine, software design methodologies, and developer tools like Ant, jUnit, and CVS, as well as popular IDEs (integrated development environmnents) * Each chapter has an exercise section with solutions on the companion Web site Подробнее / Скачать ![]() JavaServer Pages, Second EditionКатегория: Web » JSP, JSF Название: JavaServer Pages™ , Second Edition
Автор: Larne Pekowsky Издательство: Addison Wesley Год: 2003 ISBN: 0-321-15079-1 Язык: Английский Страниц: 368 Формат: PDF Качество: Отличное Размер: 1.2 MB Аннотация: Even if you aren't a programmer, you can design Web sites with dynamic content generated by JavaServer Pages (JSPs). That's the idea in JavaServer Pages, a very approachable and patient tutorial suitable for anyone with basic HTML knowledge. Early sections explain how JSPs and Java servlets work. (In short, JSPs provide an easy way to write servlets, a powerful alternative to CGI scripts or Microsoft Active Server Pages, ASPs). With JSPs, you write HTML with embedded tags, so you don't have to be a Java expert to use them. The strength of this text has to be the author's practically minded tutorial showing these pages in action. Dozens of short programming excerpts provide a solid tour of basic techniques, including retrieving form variables and generating dynamic content for a sample news Web site. Later, the author delves into the Java programming language itself, along with custom JavaBeans for use within JSPs. Closing chapters enhance the sample Web site with personalization and even basic e-commerce capabilities. Chances are this case study is all you need to start making use of JSPs and beans successfully on your own. By centering on JSPs first and then working inward to the details of Java, the text can benefit a wide range of readers. Content creators can learn JSPs and gain exposure to some real Java, while serious Java programmers can learn a much simpler approach to writing servlets. Provided you know HTML and the basics of Web development, this easy-to-digest and worthwhile book can let you build Web sites that take advantage of one of today's most powerful server-side technologies. --Richard Dragan Подробнее / Скачать ![]() More Servlets and JavaServer PagesКатегория: Web » JSP, JSF Название: More Servlets and JavaServer Pages
Автор: Marty Hall Издательство: Pearson Education Год: 2001 ISBN: 0-13-067614-4 Язык: Английский Страниц: 752 Формат: PDF Качество: Отличное Размер: 7.8 MB Аннотация: Ideal for any programmer working with server-side Java, Marty Hall's More Servlets and JavaServer Pages provides an up-to-the-minute guide to the latest in essential APIs for creating state-of-the-art Web applications. This smart, patient, and thorough tutorial gives you exactly what you need to use Java effectively in the field. While many books on Java try to cover just about everything, this title's focus on what's hot in server-side Java makes it a standout. The book begins with a very solid tutorial to servlets and JSPs, including important HTTP fundamentals (like request headers and processing forms). The author does a good job at summarizing APIs and common options, which helps make this book useful as a working reference, too. The level of discussion here is suited to those with a little Java experience, but even beginners could do a lot worse than this title as an introduction to Web programming. A great feature of this text is that the author walks you through the actual details of deploying your Web applications (notoriously tricky, even for experts). Screenshots on installing and using tools (like the free Apache and Tomcat software packages), plus detailed advice on deployment, will make sure your code actually runs. (A standout here is the summary of all configuration options available in today's containers.) Подробнее / Скачать ![]() Integrating Struts, Tiles, and JavaServer FacesКатегория: Web » JSP, JSF Название: Integrating Struts, Tiles, and JavaServer Faces
Автор: Srikanth Shenoy, Nithin Mallya Издательство: IBM Год: 2003 Язык: Английский Страниц: 28 Формат: PDF Качество: Отличное Размер: 0.2 MB Аннотация: Would you like the front-end power of JavaServer Faces (JSF), the content-formatting strengths of Tiles, and the flexibility of the Struts controller tier all wrapped up in your J2EE Web application? Enterprise Java experts Srikanth Shenoy and Nithin Mallya show you how to integrate the features of all three. This article demonstrates how to customize the classes in the Struts-Faces integration library to make them work with Tiles and JSF, explains the rationale behind doing this, and details how to use the new set of classes with a working example. Подробнее / Скачать ![]() Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts ExtensКатегория: Web » JSP, JSF Название: Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts Extens
Автор: Vic Cekvenich Издательство: BaseBeans Engineering Год: 2001 ISBN: 0-9716619-0-1 Язык: Английский Страниц: 320 Формат: PDF Качество: Отличное Размер: 0.9 MB Аннотация: Learn solid practices in developing large, Struts-based web applications with MVC partitioning, database access, security, and content syndication, to name a few topics covered. This book is not for the beginner programmer. It is recommended that you have a few years of web development and database development experience before attempting to work through Struts Fast Track. It is assumed that the reader knows the fundamentals of SQL, Java, Object Orientation, HTML, Servlets, JSP's, and XML. In other words, this is not a book to learn the basics of Java and web development. It has been written for the intermediate to advanced web developer in mind with real-world web project experience who wants a no-nonsense, minimal hand-holding, fast track introduction to leverage Struts and MVC in their web development efforts. LEVEL: INTERMEDIATE - ADVANCED Подробнее / Скачать ![]() JSTL: JSP Standard Tag Library Kick StartКатегория: Web » JSP, JSF Название: JSTL: JSP Standard Tag Library Kick Start
Автор: Jeff Heaton Издательство: Sams Год: 2002 ISBN: 0-672-32450-4 Язык: Английский Страниц: 432 Формат: PDF Качество: Отличное Размер: 9.3 MB Аннотация: The JSP Standard Tag Library is a collection of commonly used functions and tools invaluable to JSP developers to avoid re-creating the same functions on site after site. Sun has indicated that JSP development should be based around using tag libraries going forward, and will relase JSP STL, as their official library. This book starts with an in-depth deiscussion of the JSP STL, then goes beyond the standard library to teach developers to create their own tags to further encapsulate the most common features of their specific applications. Along the way, readers will also learn to use tags to access data, process XML, handle expressions, and further customize pages for international visitors. Later chapters explain how readers can expand the Standard Tab Library by creating their own tags. Подробнее / Скачать ![]() JSP Tag LibrariesКатегория: Web » JSP, JSF Название: JSP Tag Libraries
Автор: Gal Shachor, Adam Chace, Magnus Rydin Издательство: Manning Publications Год: 2001 ISBN: 1-930110-09-X Язык: Английский Страниц: 656 Формат: PDF Качество: Отличное Размер: 8.2 MB Аннотация: Shows HTML and Java programmers how to create and use JSP tag components to perform iterations and access databases, and manipulate EJB's, e-mail systems, Java Beans, and e-commerce applications and WAP that work with cellular phones. Подробнее / Скачать ![]() |
Статистика Партнеры |
| Вся информация на сайте размещена на основании соглашения. | © 2008 ITBookz.ru - скачать книги бесплатно | электронная библиотека |