Topic:JEE

From Wikiversity

Jump to: navigation, search

Contents

[edit] JEE - Java Enterprise Edition

Crystal Clear app kaddressbook.png
Please help develop this page

This page was created, but so far, little content has been added. Everyone is invited to help expand and create educational content for Wikiversity. If you need help learning how to add content, see the editing tutorial and the MediaWiki syntax reference.

To help you get started with content, we have automatically added references below to other Wikimedia Foundation projects. This will help you find materials such as information, media and quotations on which to base the development of "JEE" as an educational resource. However, please do not simply copy-and-paste large chunks from other projects. You can also use the links in the blue box to help you classify this page by subject, educational level and resource type.

Wikipedia-logo.png Run a search on JEE at Wikipedia.
Commons-logo.svg Search Wikimedia Commons for images, sounds and other media related to: JEE
Wikimedia-logo.svg Search for JEE on the following projects:
Smiley green alien whatface.svg Lost on Wikiversity? Please help by choosing project boxes to classify this resource by:


[edit] Introduction

[edit] Goals of the course

  • Understand the use and benefits of Java Enterprise Edition JEE
  • Get familiar with the architecture
  • Enable to write a middleware layer (Note: JSP is used, but not explained. It has its own course!)

This course does not prepare for a certification. (Maybe another course will)

[edit] Target audience

  • IT- Decision makers
  • Developers

[edit] Exercises

This must be the heart of the course. However, it is not clear, how this should be done best.

For the exercises we will use the following open source-environment:


Note


There is a major issue about the version being used:

From the student's perspective it is best to use the newest version to be on the most recent level.

From the teacher's perspective it is best to continue with the version choosen at the beginning of the course. If the course material was changed for every update of only the server, then the course will be under construction for ever.

It is necessary to develop a strategy to close that gap. A rough idea would be the teachers starting with one particular version and complete the course with these "frozen" versions. At the end, the teachers and students create groups to migrate the exercises to the newer versions.

[edit] Course material

Sun's JEE Tutorial

Note: It is not fixed, which versions will be used as IDE and application server!


Eclipse

Eclipse IDE


JBoss

Download JBoss at sourceforge

or

Download JBoss at JBoss

JBoss Wiki

The first - and very crucial - exercise is to setup the application server. We start with JBoss.


Topic:JEE/Exercises