Component Based Development
This book is the result of two courses taught at HTW Berlin and at GSO Hochschule Nuremberg. It is a class project, hopefully turning into a real wikibook at some later point in time. |
Introduction Edit
This class is an introduction to component based development.
Basics Edit
Review of HTML, HTTP and networking fundamentals.
Serverside Programming Edit
Introduction to servlets, JSP and tag libraries.
Objectrelational Mapping Edit
We introduce JPA and Hibernate.
Model View Controller Edit
In this context two technologies are interesting, JSF and Apache Struts.
Dependency Injection Edit
Spring is a good example for dependency injection.
Webservices Edit
Webservices, notably SOAP and REST have established themselves firmly.
Enterprise Topics Edit
Here we may talk about JMS and EJB.
Scalability Edit
Here we may talk about Grinder, Proxies and the Cloud.
Security Edit
Don't leave home without it.
Software Tests Edit
How to test enterprise applications.