Introduction to Middleware &
Remote Method Invocation (RMI)
Message Oriented Middleware (MOM) &
Java Message Service (JMS)
OSGi - Dynamic Java Objects &
Service-Oriented Programming
iPOJO - Service-Oriented Components
in Java
- Slides
- Lab works
-
Getting started -- iPOJO in 10 minutes
(or
local version)
- Note: The available iPOJO platform only works with Java 1.8! The machines in the Lab only have java 1.11 installed.
You need to install Java 1.8:- Download Java 1.8 from here
jdk1.8.0_65 (local);
or from the Oracle website (requires user account) - Configure your environment to use Java 1.8:
- Set the PATH and JAVA_HOME environment variables in every command terminal that you use for running the Lab works (TPs):
- > PATH=<path-to-your-java-directory>/bin:$PATH
- > JAVA_HOME=<path-to-your-java-directory>
- Check that you are using the "right" java version:
> java -version
- Download Java 1.8 from here
jdk1.8.0_65 (local);
- Note: The available iPOJO platform only works with Java 1.8! The machines in the Lab only have java 1.11 installed.
- Note: There is no need to install Ant on the lab workstations.
Ant should already be installed: to test this, type "ant" in a command console -- if you get a "command not foun" error, then ant may not be installed. - Additional exercises
- For Java 1.7 and after:
lab works source code
(Note: 'deploy' directory is now called 'application') For Java 1.6 or before: lab works source code
Introduction to Autonomic Computing