Document Actions
References
This document provides a collection of references for this course.
General
XML
- Sun Java/XML Tutorial
- XML Zone at IBM developerWorks
- XML Cover Pages
- VoiceXML forum
- VoiceXML Overview
- VoxML Overview
- Online Studio Whitepaper
- OracleMobile Mobile Platform Datasheet
- Motorola :: Smart Products intelliNetwork (SPIN) developer site
- Web Developers Virtual Library
- Current Issues in Web Usability
- Web Site Design Tips
Java (J2SE)
- Sun Java Tutorial
- Java 2 SDK Documentation
- Sun Java Developer Connection Training & Tutorials
- Sun Java Developer Connection Technical Tips
- jGuru
- Java newsgroup hierarchy comp.lang.java.*
JSP and Servlets (J2EE Web Technologies)
- Core Servlets course materials
- Sun J2EE Tutorial: Chapter 11 on Servlets
- Sun J2EE Tutorial: Chapters 12-17 on JSPs
- JSP/Servlet architectural considerations (chapter from Professional JSP)
- Hans's Top Ten JSP Tips
- jGuru Course on Fundamentals of Java Servlets
- JSP Insider
- List of JSP books with chapters available online
- Web application framework research project (includes comparison)
- Survey of web application frameworks
- Boulder application framework matrix
- Struts
resources, including books
- List of Struts resources
- Struts tips
- Struts in Action book companion site
- Struttin' With Struts Examples
- Struts: Seven Lessons from the Trenches
- Tapestry web application framework
- WebWork web application framework
- Java Servlet Technology Specification
- JSP Technology Specification
EJB/J2EE
- OnJava Resource for
Enterprise Java
- TheServerSide.com (J2EE community portal)
- TheServerSide.com
resources (including free PDF books)
- Application Server Comparison Matrix
- Application
Server Comparison (in German)
- POJO Application Frameworks: Spring Vs. EJB 3.0
- Sun J2EE Tutorial
- Java 2 Platform, Enterprise Edition
- jGuru Course on Fundamentals of Enterprise Java Beans (EJB)
- EJB Technology Specification
- Messaging Systems and the Java Message Service
- Sun Java Developer Connection: Writing Enterprise Applications with J2EE
- Sun Java Tutorial: All About Sockets
- J2EE project dangers
- Orion tutorials by Atlassian
- OrionSupport.com
- Developing an Amazon Web Services Client
- Tutorial for building J2EE Applications using JBoss and Eclipse
- Jumping into JBoss
- Security for J2EE applications using JAAS
- Core J2EE design patterns
- Spring J2EE application framework
- Struts/Hibernate example
Persistence
- jGuru Course on JDBC (not something you would want to use directly, though)
- Hibernate Object/Relational Mapping and Transparent Object Persistence for Java and SQL Databases
- ONJava article about Hibernate
- DevX article about JDO
Concurrency
- Concurrent Programming in Java - Online Supplement
- Sun Java Developer Connection Technical Articles on Threads
- Sun Java Developer Connection: A Simple, Multithreaded Web Server
Test-Driven Development
- JUnit Java unit testing framework
- Detailed article on HttpUnit
- Jakarta Cactus server-side unit testing framework
- StrutsTestCase for JUnit
- Unit Testing Java EE Applications
- xUnit Patterns
