devdaily home
|
apple
|
java
|
perl
|
unix
|
directory
Enter your search terms
Submit search form
web
devdaily.com
Up:
java_oo
Previous:
2.13 Packages
Next:
3.1 Objectives
Contents
3. Day 3: Standard Libraries & Server-side Programming
Subsections
3.1 Objectives
3.2 IO: Streams and readers
3.3 Java networking
3.3.1 Introduction
3.3.2 Socket
3.3.3 ServerSocket
3.3.4 ServerSocket lifecycle
3.3.5 URL
3.3.6 URLConnection
3.4 Threads
3.4.1 Objectives
3.4.2 Applications without multiple threads
3.4.3 Thread states
3.4.4 Creating a threaded class with
thread
3.4.5 Creating a threaded class with the
runnable
interface
3.4.6 Thread methods
3.4.7 Thread references
3.5 JavaBeans
3.6 Remote Method Invocation (RMI)
3.7 Java Native Interface (JNI)
3.8 Collections framework
3.8.1 Lists
3.8.2 Maps
3.8.3 Collection Utilities
3.9 Internationalization, localization, and formatting
3.10 HTTP protocol
3.10.1 Request and Response
3.10.2 Cookies
3.11 Servlets and JSPs
3.11.1 Objectives
3.11.2 Introduction/Background
3.12 Servlets
3.12.1 Objectives
3.12.2 Servlet basics
3.12.3 HelloWorldServlet
3.12.4 Servlet lifecycle
3.12.5
HTTPServlet
3.12.6
HTTPServletRequest
3.12.7
HTTPServletResponse
3.13 JavaServer Pages
3.13.1 What is a JSP?
3.13.2 JSP engine/container:
3.13.3 Translation time and request time
3.13.4 Scriptlets
3.13.5 Expressions
3.13.6 Declarations
3.13.7 Directives
3.13.7.1
page
directive
3.13.7.2
taglib
directive
3.13.7.3
include
directive
3.13.8 Implicit objects
3.13.9 Exception handling
3.14 Survey of other server-side Java technologies
3.14.1 XML
3.14.2 XSLT
3.14.3 Enterprise Java Beans
3.14.4 Java Messaging Service
Up:
java_oo
Previous:
2.13 Packages
Next:
3.1 Objectives
Contents