Web 2.0HomepageProgrammingJava → Servlets

 

Servlets

 
iRobot NewScooba380
computers index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

page 1 of 4

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides)

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides) by Bryan Basham from O'Reilly Media, Inc.

    Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?

    This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep).

    Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c:out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately.

    Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.

    List Price: $49.99
    complete product information...

    Murach's Java Servlets and JSP, 2nd Edition

    Murach's Java Servlets and JSP, 2nd Edition by Joel Murach from Mike Murach & Associates

      This new edition of Murach's Java Servlets and JSP makes it easier than ever for Java developers to master web programming. It starts by showing how to install and use Tomcat as a web server and NetBeans as an IDE. Then, it teaches how and when to use JavaServer Pages and Java servlets to build well-structured web applications that implement the MVC pattern. Next, it shows how to use sessions, cookies, JavaBeans, Expression Language (EL), the JSP Standard Tag Library (JSTL), and custom tags. Then, it shows how to use JDBC and connection pooling to work with a MySQL database. Finally, it shows how to use JavaMail, SSL/TLS, authentication, listeners, and filters. These are the skills that you need to build professional Java web applications. A great read for any Java developer.

      List Price: $52.50
      complete product information...

      Java Servlet & JSP Cookbook

      Java Servlet & JSP Cookbook by Bruce Perry from O'Reilly Media, Inc.

        With literally hundreds of examples and thousands of lines of code, the "Java Servlet and JSP Cookbook" yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.

        "Java Servlet and JSP Cookbook" presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code "recipe" that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book.

        But "Java Servlet and JSP Cookbook" is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to similar situations.

        These recipes include vital topics like the use of Ant to setup a build environment, extensive coverage of the WAR file format and web.xml deployment descriptor, file-uploading, error-handling, cookies, logging, dealing with non-HTML content, multimedia, request filtering, web services, I18N, web services, and a host of other topics that frustrate even the most seasoned developers.

        For Java web developers of all levels who are eager to put into practice the theory presented in other API-focused books, the solutions presented in this practical book will prove invaluable over and over again. This is painless way for less experienced developers who prefer to learn by doing toexpand their skills and productivity, while accomplishing practical solutions to the pressing problems they face every day. More experienced developers can use these recipes to solve time-consuming problems quickly, freeing up their time for the more creative aspects of their work.

        List Price: $44.95
        complete product information...

        Murach's Java Servlets and JSP

        Murach's Java Servlets and JSP by Andrea Steelman from Mike Murach & Associates

          This book methodically teaches all of the skills necessary for developing a commercial web site using servlets and JavaServer Pages. These skills include working with HTML, HTTP, servlets, JSP, sessions, cookies, JavaBeans, SQL, JDBC, connection pooling, JavaMail, SSL, security, and XML. Unlike many of the competing books, this book provides detailed coding examples for working with Tomcat, one of the most popular servlet and JSP servers, and MySQL, one of the web's most popular database servers. A great book for any Java programmer.

          List Price: $49.50
          complete product information...

          Java Servlet Programming (Java Series)

          Java Servlet Programming (Java Series) by Jason Hunter from O'Reilly Media, Inc.

            Aimed at Web developers with some previous Java experience, Java Servlet Programming, Second Edition, offers a solid introduction to the world of Java development with Servlets and related technologies. Thoroughly revised and newly updated with over a half-dozen new chapters, this title brings an already useful text up to speed with some leading-edge material. It excels particularly in explaining how to program dynamic Web content using Java Servlets, with a fine introduction to all the APIs, programming techniques, and tips you will need to be successful with this standard.

            Besides a useful guide to APIs, the book looks at a variety of techniques for saving session state, as well as showing how Servlets can work together to power Web sites. You will learn performance tips and ways to get Servlets to work together (like forwarding and redirection), plus the basics of database programming with JDBC, to build content with "live" data. A later chapter examines what's next for Servlets with the emerging Servlet 2.3 API standard. Importantly, the authors go over deploying and configuring Web applications by editing XML files, a must-have for successfully running Servlets in real applications.

            Since the first edition of this title, the choices for Java Web developers have grown much richer. Many of the new chapters in this edition look at options beyond Servlets. Short sections on application frameworks such as Tea, WebMacro, the Element Construction Set (ECS), XMLC, and JavaServer Pages (JSP) let you explore what's out there for Java developers today with a survey of some current tools that can speed up creating new Web applications.

            The text closes with reference sections on Servlet APIs (and other material) that will be useful for any working developer. Although Servlets are not the only game in town, they are still important tools for successful Web development. This updated edition shows you just how to do it with plenty of basic and advanced tips for taking full advantage of this powerful Java standard. --Richard Dragan

            Topics covered:

            • Overview and history of Java Servlets
            • Fundamentals of HTTP
            • Web applications (including deployment and configuration using XML files)
            • The Servlet lifecycle (initializing, processing requests, cleanup, and caching)
            • Multimedia content (images and compressed content)
            • WAP and WML for wireless content
            • Servlet session tracking techniques (hidden form fields, cookies, and URL rewriting)
            • Security issues with Servlets (including certificates and SSL)
            • Tutorial for JDBC and Java database programming
            • Using applets and Servlets together
            • Servlet collaboration
            • Quick introduction to Java 2 Enterprise Edition (J2EE)
            • Internationalization issues
            • Survey of third-party Servlet application frameworks and tools: Tea, WebMacro, the Element Contruction Set (ECS), XMLC, and JavaServer Pages (JSP)
            • Miscellaneous tips for Servlets (including sending e-mail and using regular expressions)
            • Description of the new Servlet 2.3 API spec
            • Servlet API quick reference

            Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content. Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. Readers can use the book's numerous real-world examples as the basis for their own servlets. The second edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools for easier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set. In addition to complete coverage of 2.2 specification, Java Servlet programming, 2nd Edition, also contains coverage of the new 2.3 final draft specification.

            List Price: $44.95
            complete product information...

            Web Development with Java: Using Hibernate, JSPs and Servlets

            Web Development with Java: Using Hibernate, JSPs and Servlets by Tim Downey from Springer

              Web development is simpler than it seems, especially with the software tools freely available on the Web. This book breaks from the tradition of teaching a history of Web development and jumps to the good stuff from the outset so that students can start writing real applications.

              This comprehensive textbook introduces readers to the three-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will be able to master them with ease, with the end result of being able to create web applications that use MVC, validate user input and save data to a database.

              Features and topics:

              • Presents the many topics of web development in small steps, in an accessible, easy-to-follow style; focusing on the most important information first, and allowing the reader to gain basic understanding before moving forwards

              • Uses existing powerful technologies that are freely available on the web to speed up web development, such as JSP, JavaBeans, Annotations, JSTL, Java 1.5, Hibernate and Tomcat

              • Starts with the simplest technology for web development (JSP) and gradually introduces the reader to more complex topics

              • Core technologies are introduced from the outset, such as the Model-View-Controller architecture

              • Includes many helpful pedagogical tools for students and lecturers such as, an introduction to each topic, questions and exercises at the end of each chapter, detailed illustrations and chapter summaries

              • By using Hibernate as the database tool in this book, there is no need for the reader to know SQL

              Written for novice developers with a solid background in programming, but who do not have any database training, this thorough, easy-to-use book provides an exemplary introductory course in web development for undergraduates, as well as web developers. With its straightforward and systematic style this text is also ideal for self-study.

              Tim Downey has over ten years experience teaching web development, and has won Outstanding Teaching Awards in 1997, 2002, 2006 and 2007. He maintains the following active website which contains many complete examples and tutorials: http://www.bytesizebook.com/

              List Price: $59.95
              complete product information...

              Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions (Landmark)

              Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions (Landmark) by Budi Kurniawan from Sams

                Java for Web with Servlets, JSP and EJB is the one book you need to master Java web programming. It covers all the technologies needed to program web applications in Java using Servlets 2.3, JSP 1.2, EJB 2.0 and client-side programming with JavaScript. These technologies are explained in the context of real-world projects, such as an e-commerce application, a document management program, file upload and programmable file download, and an XML-based online book project.

                In addition to excellent content, this book includes licenses to two Java web components from BrainySoftware.com. You receive a full license of the Programmable File Download component for commercial and non-commercial deployment. You are also granted to a license to deploy the author's popular File Upload bean for non-commercial use, which has been licensed by the Fortune 500 company Commerce One and purchased by major corporations such as Saudi Business Machine, Ltd. and Baxter Healthcare Corporation.

                List Price: $54.99
                complete product information...

                Java Servlet Programming Bible (With CD-ROM)

                Java Servlet Programming Bible (With CD-ROM) by Suresh Rajagopalan from Wiley

                  This book contains all the essential information required for Java Servlet programming at various levels, from simple Web applications to enterprise-wide solutions. Topics include the basics of servlets & servlet programming; HTML and servlets; servlets and databases; JSP basics; the Model View Controller (MVC) Architecture; security, and tips and tricks for the servlet programmer.

                  List Price: $49.99
                  complete product information...

                  How Tomcat Works: A Guide to Developing Your Own Java Servlet Container

                  How Tomcat Works: A Guide to Developing Your Own Java Servlet Container by Budi Kurniawan from BrainySoftware

                    Explaining the internal workings of Tomcat, this guide is for advanced developers interested in writing their own modules or understanding more than just servlet/JSP programming. In addition to covering the configuration or servlet development with Tomcat, it also provides software architects with information on successfully developing large applications. Developers are shown how to create Java Web servers, how to run a Tomcat servlet that implements the SingleThreadModel interface, how Tomcat manages sessions, and how to extend the session manager in a distributed environment. In addition, the four types of containers—engine, host, context, and wrapper—are covered, and JMX, Apache's Commons Modeler, and Tomcat JMX manageable resources are described. This second edition focuses on the latest version of Tomcat—Version 5.5.

                    List Price: $49.95
                    complete product information...

                    CodeNotes for J2EE: EJB, JDBC, JSP, and Servlets

                    CodeNotes for J2EE: EJB, JDBC, JSP, and Servlets by Gregory Brill from Random House Trade Paperbacks


                      CodeNotes provides the most succinct, accurate, and speedy way for a developer to ramp up on a new technology or language. Unlike other programming books, CodeNotes drills down to the core aspects of a technology, focusing on the key elements needed in order to understand it quickly and implement it immediately. It is a unique resource for developers, filling the gap between comprehensive manuals and pocket reference.

                      CodeNotes for J2EE: EJB, JDBC, JSP, and Servlets introduces Java developers to the key database and web development technologies of the Java 2 Platform, Enterprise Edition. The JDBC API, JavaServer Pages, and Servlet frameworks are covered individually with examples that show how these technologies work together to create robust, dynamic web-based applications. The book also explains how to use Enterprise JavaBeans to create large, distributed, scalable applications.

                      This edition of CodeNotes includes:
                      -A global overview of a technology and explanation of what problems it can be used to solve
                      -Real-world examples
                      -"How and Why," "Design Notes," and "Bugs and Caveats" sections that provide hints, tricks, workarounds, and tips on what should be taken advantage of or avoided
                      -Instructions and classroom-style tutorials throughout from expert trainers and software developers

                      Visit www.codenotes.com for updates, source code templates, access to message boards, and discussion of specific problems with CodeNotes authors and other developers.

                      Every CodeNotes title is written and reviewed by a team of commercial software developers and technology experts. See "About the Authors" at the beginning of the book for more information.

                      List Price: $19.95
                      complete product information...
                      page 1 of 4
                      +++

                      Tienes amigos o seguidores en twitter?

                      Desde aquí mismo puedes contarles sobre esta página!



                      oprima Ctrl-D para marcar este tópico en favoritos

                      press Ctrl-D to bookmark this topic



                      esta página contiene información acerca de programacion
                      traducir esta página al CASTELLANO


                      © Copyright 1999-2008 idoneos.com | Política de Privacidad