Tutorials about Web programming with Java (and related) technology |
||
Introduction
Webdevelopment with Eclipse
Google Technologies
WebstandardsJavaScriptWebservicesWebcontainer |
This article give a short overview of the available standard web technologies for Java. It explains what web applications are in general and what servlets, JSPs and web container are in the context of Java.
Browse Document View Document (complete)This article describes the development of servlets and JSPs with Eclipse WTP.
It starts by developing servlets which keeps track of the number of visitors of a website, including a servlet which stores this data into a file.
The creation of JavaServerPages and well as the creation of a war file to run the application in a web container is also explained.
This article assume that you have already basic Eclipse knowledge. The following uses the JDK 1.6, Eclipse 3.5 (Galileo) and Tomcat 6.0 for its examples.
Browse Document View Document (complete)This article describes how to install and run OSGI bundles on the Spring dm server. It first describes how to install and start the SpringSource dm Server. It then describes the installation of the Eclipse plugins to make the usage of the Spring dm server easier with Eclipse and describes how to setup the dm server in Eclipse. The article describes then how to connect to the Spring dm OSGi console. Finally the deployment of an OSGi bundle to the Spring dm server is explained.
Browse Document View Document (complete)This article is a guide to develop Java Web services with Axis2 and Eclipse WTP.
This article assume that you have already basic Eclipse knowledge. The article was developed with JDK 1.6 and Eclipse 3.5 (Galileo) and Axis2 1.4.1.
Browse Document View Document (complete)This article describes how to access HTML webpages via standard Java. The setting of a proxy is also described.
Browse Document View Document (complete)This article describes how to develop JavaServer Faces web applications with Eclipse WTP JSF tooling. It demonstrates managed beans, validators, external resource bundles and the JSF navigation concept.
This tutorial was developed with Java 1.6, JavaServerFaces 1.2, the Apache MyFaces JSF implementation, Tomcat 6.0 and Eclipse 3.5.
Browse Document View Document (complete)This article describes how to use setup Apache MyFaces Trinidad and how to use some of the additional components (compared with the JSF standard>.
Browse Document View Document (complete)This article explains how to build a Grails application. This article is based on Java 1.6 and Grails 1.2.x.
Browse Document View Document (complete)This article describes Google Wave and the usage of the Google Wave API to build a robot.
This article was developed with Java 6.0 and Eclipse 3.5.
Browse Document View Document (complete)This article describes the creation of a web application with Python on the Google App Engine.
The example created in this article will be a simple Todo list. The usage of the email API will get demonstrated. Also conditions in the Django web template and formating of dates will get demonstrated.
The article demonstrates optionally the usage of Eclipse for developing, running and debugging the Google App Engine application.
Browse Document View Document (complete)This article describes the creation of a Java web application on the Google App Engine.
The article demonstrates also the usage of Google Eclipse Plugin for developing, running and debugging the Google App Engine application. The tutorial is based on Java 1.6 and GAE version 1.3.
Browse Document View Document (complete)This article describes how to develop a Web application with GWT and the Google Plugin for Eclipse. A standalone and a client-server GWT application is created. UiBinder for creating UI via XML is demonstated and the usage of external (Java projects / jars) in GWT is described. The creation of your own GWT components is described as well as debugging GWT applications.
This article assume that you have already basic Eclipse knowledge and knowledge on how to use command line tools. The article was developed using JDK 1.6, GWT 2.0 and Eclipse 3.5.
Browse Document View Document (complete)This article is a overview of HTML5.
Browse Document View Document (complete)This article explains how to use CSS for styling HTML pages.
Browse Document View Document (complete)Short overview of web standards, e.g. webserver, HTML, HTTP and URL's.
Browse Document View Document (complete)The article contains a short introduction to JavaScript. JSON is also covered.
Browse Document View Document (complete)This article describes the usage of the Dojo toolkit for JavaScript programming. Dojo is an Ajax toolkit.
Browse Document View Document (complete)This article describes how to create a simple SOAP webservice with standard Java 1.6.
Browse Document View Document (complete)This article explains how to develop RESTful web services in Java with the JAX-RS reference implementation Jersey.
In this article Eclipse 3.5, Java 1.6, Tomcat 6.0 and JAX-RS 1.1. (Jersey 1.1.5) is used.
Browse Document View Document (complete)This article describes the installation and usage of Apache Tomcat for Java web development. Tomcat version 6.x is used in this tutorial.
Browse Document View Document (complete)This articles gives an small overview over Jetty, its installation and how to start the Jetty server. You find much more information on the Jetty homepage (see resources).
Browse Document View Document (complete)