Letzte Suchanfragen

Ergebnisse für *

Es wurden 8 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 8 von 8.

Sortieren

  1. Java servlet and JSP cookbook
    [practical solutions to real world problems]
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596005725
    Weitere Identifier:
    9780596005726
    Auflage/Ausgabe: 1. ed.
    Schlagworte: Java 2 Enterprise Edition; Servlet; Java Server Pages 2.0; Java Server Pages Standard Tag Library
    Weitere Schlagworte: (VLB-FS)Java Servlet; (VLB-FS)JSP; (VLB-FS)Cookbook; (VLB-PF)BC: Paperback; (VLB-WI)2: Taschenbuch; (VLB-WG)635: Informatik, EDV / Anwendungs-Software
    Umfang: XIX, 723 S., Ill., 24 cm
  2. Java servlet and JSP cookbook
    Erschienen: c2004
    Verlag:  O'Reilly, Beijing

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Online
    RVK Klassifikation: ST 253 ; ST 250
    Auflage/Ausgabe: 1st ed
    Schlagworte: Java (Computer program language); Servlets; Web site development; Java Server Pages Standard Tag Library; Java Server Pages 2.0; Servlet; Java 2 Enterprise Edition
    Umfang: 1 Online-Ressource (xix, 723 p. S.), 24 cm
    Bemerkung(en):

    Mode of access: World Wide Web

    Made available through: Safari Books Online, LLC.

    Includes bibliographic references and index

  3. Java servlet and JSP cookbook
    [practical solutions to real-world problems]
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing [u.a.]

    TU Darmstadt, Universitäts- und Landesbibliothek - Stadtmitte
    /ST 253 J35 P462
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 0596005725
    Weitere Identifier:
    9780596005726
    RVK Klassifikation: ST 250 ; ST 253
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 1. ed.
    Schlagworte: Java 2 Enterprise Edition; Servlet; Java Server Pages 2.0; Java Server Pages Standard Tag Library
    Umfang: XIX, 723 S., Ill., 24 cm
  4. Java Servlet & JSP Cookbook
    Erschienen: 2004
    Verlag:  O'Reilly Media, Sebastopol

    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... mehr

    Leibniz-Fachhochschule Hannover, Bibliothek
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe

     

    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 be

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9780596005726
    RVK Klassifikation: ST 250 ; ST 253
    Schlagworte: Java 2 Enterprise Edition; Servlet; ; Java Server Pages 2.0; ; Java Server Pages Standard Tag Library;
    Umfang: Online-Ressource (748 p)
    Bemerkung(en):

    Description based upon print version of record

    Table of Contents; Preface; What's in the Book; BEA WebLogic Recipes; Audience; What You Need to Know; Organization; Conventions Used in This Book; Using Code Examples; Comments and Questions; Acknowledgments; Chapter 1. Writing Servlets and JSPs; 1.0 Introduction; 1.1 Writing a Servlet; Problem; Solution; Discussion; See Also; 1.2 Writing a JSP; Problem; Solution; Discussion; See Also; 1.3 Compiling a Servlet; Problem; Solution; Discussion; See Also; 1.4 Packaging Servlets and JSPs; Problem; Solution; Discussion; See Also; 1.5 Creating the Deployment Descriptor; Problem; Solution; Discussion

    See AlsoChapter 2. Deploying Servlets and JSPs; 2.0 Introduction; 2.1 Deploying an Individual Servlet on Tomcat; Problem; Solution; Discussion; See Also; 2.2 Using a Context Element in Tomcat's server.xml; Problem; Solution; Discussion; See Also; 2.3 Deploying an Individual Servlet onWebLogic; Problem; Solution; Discussion; See Also; 2.4 Deploying an Individual JSP on Tomcat; Problem; Solution; Discussion; See Also; 2.5 Deploying an Individual JSP on WebLogic; Problem; Solution; Discussion; See Also; 2.6 Deploying a Web Application on Tomcat; Problem; Solution; Discussion

    Using Ant for deploymentSee Also; 2.7 Deploying a Web Application on WebLogic UsingAnt; Problem; Solution; Discussion; See Also; 2.8 Using the WebLogicAdministrationConsole; Problem; Solution; Discussion; See Also; 2.9 Using WebLogic Builder to Deploy a Web Application; Problem; Solution; Discussion; See Also; 2.10 Using the weblogic.Deployer Command-Line Tool; Problem; Solution; Discussion; See Also; Chapter 3. Naming Your Servlets; 3.0 Introduction; 3.1 Mapping a Servlet to a Name in web.xml; Problem; Solution; Discussion; See Also; 3.2 Creating More Than One Mapping toaServlet; Problem

    SolutionDiscussion; See Also; 3.3 Creating a JSP-Type URL for a Servlet; Problem; Solution; Discussion; See Also; 3.4 Mapping Static Content to a Servlet; Problem; Solution; Discussion; See Also; 3.5 Invoking a Servlet Without a web.xml Mapping; Problem; Solution; Discussion; See Also; 3.6 Mapping All Requests Within a Web Application to a Servlet; Problem; Solution; Discussion; See Also; 3.7 Mapping Requests to a Controller and PreservingServletMappings; Problem; Solution; Discussion; See Also; 3.8 Creating Welcome Files for a Web Application; Problem; Solution; Discussion; See Also

    3.9 Restricting Requests for Certain ServletsProblem; Solution; Discussion; See Also; 3.10 Giving Only the Controller Access to Certain Servlets; Problem; Solution; Discussion; See Also; Chapter 4. Using Apache Ant; 4.0 Introduction; 4.1 Obtaining and Setting Up Ant; Problem; Solution; Discussion; See Also; 4.2 Using Ant Targets; Problem; Solution; Discussion; See Also; 4.3 Including Tomcat JAR files in the Build File Classpath; Problem; Solution; Discussion; See Also; 4.4 Compiling a Servlet with an Ant Build File; Problem; Solution; Discussion

    Using the command line to declare the target servlet

    Available also in a print edition.

    Electronic reproduction; Available via World Wide Web

  5. Java servlet and JSP cookbook
    Erschienen: c2004
    Verlag:  O'Reilly, Beijing

    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 0596005725
    RVK Klassifikation: ST 250 ; ST 253
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 1st ed
    Schlagworte: Java 2 Enterprise Edition; Servlet; Java Server Pages 2.0; Java Server Pages Standard Tag Library
    Umfang: xix, 723 p. S., 24 cm
    Bemerkung(en):

    Online-Ausg.:

  6. Java servlet and JSP cookbook
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing [u.a.]

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 0596005725
    Weitere Identifier:
    9780596005726
    Auflage/Ausgabe: 1. ed.
    Schriftenreihe: Safari Books online
    Schlagworte: Java Server Pages 2.0; Java 2 Enterprise Edition; Java Server Pages Standard Tag Library; Servlet
  7. Java servlet and JSP cookbook
    [cryptography for secure communications]
    Erschienen: [20]06
    Verlag:  O'Reilly, Beijing [u.a.]

    Ruhr-Universität Bochum, Universitätsbibliothek
    WWB48881
    Ausleihe von Bänden möglich, keine Kopien
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596005725; 9780596005726
    Auflage/Ausgabe: 1. ed., [Nachdr.]
    Schlagworte: Java 2 Enterprise Edition; Servlet; Java Server Pages 2.0; Java Server Pages Standard Tag Library
    Umfang: XIX, 723 S., Ill.
  8. Java servlet and JSP cookbook
    Erschienen: 2004
    Verlag:  O'Reilly, Beijing [u.a.]

    Hochschule Koblenz, Bibliothek RheinMoselCampus
    EDV 04 Per
    Universitätsbibliothek Paderborn
    TWP17660
    Universitätsbibliothek Paderborn
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0596005725
    Weitere Identifier:
    9780596005726
    Auflage/Ausgabe: 1. ed.
    Schlagworte: Java 2 Enterprise Edition; Java Server Pages Standard Tag Library; Java Server Pages 2.0; Servlet
    Umfang: XIX, 723 S., Ill.