Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • Safari Tech Books Online  (4)
  • NetLibrary, Inc
  • Upper Saddle River, NJ : Prentice Hall  (4)
  • Java (Computer program language)  (4)
Datenlieferant
Materialart
Sprache
Erscheinungszeitraum
  • 1
    Online-Ressource
    Online-Ressource
    Upper Saddle River, NJ : Prentice Hall | Boston, MA :Safari,
    Sprache: Englisch
    Seiten: xvi, 420 p. ; , 24 cm
    DDC: 005.1
    Schlagwort(e): Oracle (Computer file) ; Computer software ; Development ; Java (Computer program language) ; Electronic books ; local
    Kurzfassung: The hands-on tutorial for Java developers who want to integrate their applications with the industy leading Oracle 8i and 9i databases. Provides an introduction to database design, including the essentials of SQL, to get Java programmers started with Oracle comfortably, confidently and quickly! Covers important Java database technologies, such as JDBC and JDO-step-by-step, with examples. Covers both Oracle 8i and 9I-including new 9i features, such as object-relational features, all highlighted with examples.
    Anmerkung: Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Upper Saddle River, NJ : Prentice Hall | Boston, MA :Safari,
    Sprache: Englisch
    Seiten: xxviii, 722 p. , ill. ; , 24 cm
    DDC: 005.2/762
    Schlagwort(e): Active server pages ; Java (Computer program language) ; Servlets ; Electronic books ; local
    Kurzfassung: Companion to the worldwide bestseller Core Servlets and JavaServer Pages Practical guide to the use of the Java Platform for Web-enabled applications and dynamic Web sites Focus on new capabilities: the servlet 2.3 and JSP 1.2 specifications, the standard JSP tag library (JSPTL), filters, life-cycle event listeners, security, Web applications, and much more Configuration and usage details for Apache Tomcat, Macromedia JRun, and New Atlanta ServletExec The Java 2 Platform has become the technology of choice for developing professional e-commerce applications, dynamic Web pages, and Web-enabled applications and services. Servlet and JSP technology is the foundation of this platform: it provides the link between Web clients and server-side applications. But, the field has been evolving rapidly, and few developers have been able to keep up. In this companion to Core Servlets and JavaServer Pages , Marty Hall shows you how to apply recent advances in servlet and JSP technology. The book provides everything you need to know to leverage the latest servlet 2.3 and JSP 1.2 standards: real-world insight, advanced techniques, industrial-strength code, and hands on coverage of three top servers: Apache Tomcat, Macromedia JRun, and New Atlanta ServletExec. Part I gives a thorough introduction to programming with servlet and JSP technology. It shows you how to configure your server, read form data and HTTP headers, handle cookies, track sessions, apply JSP scripting elements, use JavaBeans components, develop JSP tag libraries, and apply the MVC architecture. Part II provides exhaustive details on Web application development and deployment. It explains how to register Web applications, how to organize them, how to deploy them in WAR files, how to deal with relative URLs, and how to share data among Web applications. It also gives details on every element in version 2.3 of the deployment descriptor (web.xml). Part III describes Web application security in detail. It explains two general strategies for securing your applications: declarative security and programmatic security. Within each of these strategies, it shows you how to use form-based or BASIC authentication and how to protect your network traffic with SSL. Part IV covers two features introduced with servlets 2.3: filters and life-cycle events. It explains how to use filters to debug, modify, and optimize the output of previously existing servlets and JSP pages. It also shows you how to use event lis...
    Anmerkung: Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    Upper Saddle River, NJ : Prentice Hall | Boston, MA :Safari,
    Sprache: Englisch
    Seiten: xix, 391 p. , ill. ; , 24 cm. +
    DDC: 005.7/2
    Schlagwort(e): JavaServer pages ; HTML (Document markup language) ; Java (Computer program language) ; Web servers ; Electronic books ; local
    Kurzfassung: The experienced developer's guide to JavaServer Pages development! Database access, XML support, JavaBean integration, and much more Architecting JSP applications for maximum performance and maintainability Includes several complete sample JSP applications such as an authentication framework, an email tag library, and a Database-to-XML/XSL conversion tool Sun's JavaServer Pages technology gives developers a powerful cross-platform solution for dynamic Web application development without the drawbacks of previous approaches. In Core JSP , two leading enterprise developers show experienced developers exactly how to make the most of JSP technology-for database integration, XML applications, session tracking, and many other purposes. From coding fundamentals to effective JSP program design, you'll find it here-along with real-world sample code for HTML calendars, JNDI applications, LDAP-based authentication JavaBeansTM, database search forms, and more! Make the most of scriptlets, expressions, declarations, actions and directives Get under the hood with Sun's JSP engine: multithreading, persistence, implicit objects, and more Understand JSP requests and responses-in depth Track sessions and data: hidden frames and form fields, cookies, URL rewriting, and the HttpSession API Integrate databases: JDBCTM, SQL, metadata, connection pooling, and more Creating custom JSP actions (custom tags) Optimize the performance of your JSP pages Every Core Series book: DEMONSTRATES how to write commercial quality code FEATURES dozens of nontrivial programs and examples-no toy code! FOCUSES on the features and functions most important to real developers PROVIDES objective, unbiased coverage of cutting-edge technologies-no hype! Core JSP delivers: Practical insights for transforming dynamic web pages into full-fledged web applications Hands-on coverage of integrating JSP and XML Expert JavaBean Action techniques for integrating JavaBean business logic with JSP presentation logic Extensive code examples-including several complete sample applications
    Anmerkung: Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Upper Saddle River, NJ : Prentice Hall | Boston, MA :Safari,
    Sprache: Englisch
    Seiten: xxv, 461 p. , ill. ; , 24 cm
    DDC: 005.13/3
    Schlagwort(e): Java (Computer program language) ; Threads (Computer programs) ; Electronic books ; local
    Kurzfassung: 1700G-6 The ultimate guide to multithreading with Java technology! Powerful techniques for enhancing application performance Multithreaded program design for network and Internet applications Extensive code examples throughout Multithreading gives developers using the Java 2 platform a powerful tool for dramatically improving the responsiveness and performance of their programs on any platform, even those without inherent multithreading support. Multithreaded Programming with Java Technology is the first complete guide to multithreaded development with the Java 2 platform. Multithreading experts Bil Lewis and Daniel J. Berg cover the underlying structures upon which threads are built; thread construction; and thread lifecycles, including birth, life, death, and cancellation. Next, using extensive code examples, they cover everything developers need to know to make the most of multithreading, including: Thread scheduling models and synchronization-with solutions for complex, real-world synchronization problems Multithreaded program design for networked and Internet applications Thread-specific data: use and implementation Leveraging OS libraries to make Java-based multithreading more effective Optimizing thread performance and designing for SMP hardware Powerful techniques and comprehensive example code for improving Java-based application performance with multithreading!
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...