20.8.2004fin-ivs dr.fritz zbrog verteilte systementwicklung ejb tutorial was wird für...

Post on 06-Apr-2015

110 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Was wird für EJB-Entwicklung benötigt ?

J2EESDK 1.4 (software developement kit) Datei : j2eesdk-1_4_200404-beta-windows.exe

IDE (integrated developement environment) Datei : jstudio_ent_04Q1-win.zip (trial)

J2EE-1.4 Tutorial Datei : j2ee-1_4-doc-tutorial_3.zip

Referenz : http://java.sun.com/j2see/1.4/download.html

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Der Application Server:

Installationsort (Standard) : C:\Sun\AppServer

PATH-Variable : C:\Sun\AppServer\bin

Starten (Standard-Domain) : asadmin.bat start-domain default

Stoppen : asadmin.bat stop-domain default

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Der Pointbase-Server (RDBM des J2EE):

Installationsort (Standart) : C:\Sun\AppServer\pointbase

PATH-Variable : C:\Sun\AppServer\pointbase\tools\serveroption

Starten : startserver.bat

Stoppen : stopserver.bat

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Das Deployment-Tool (Teil des J2EESDK):

PATH-Variable : C:\Sun\AppServer\bin

Starten : C:\Sun\AppServer\bin\deploytool.bat

Die IDE:

Start : per Icon

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Vorbereiten des Arbeitsverzeichnisses:

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Das Steuerfile build.xml :

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Das Steuerfile build.properties :

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Das Steuer-FileTargets.xml :

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise öffnen:

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Arbeitsverzeichnis „mounten“:

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Verzeichnis „gemountet“

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Start des EJB-Wizards

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: generierte Objekte

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Objektauswahl

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Edition Component-Interface

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Edition Home-Interface

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Bean Geschäftsmethoden

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Applikations-Client-Wizard

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Sun Java Studio Enterprise: Edition des Applikations-Client

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool starten

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: neue Applikation anlegen (.ear-Steuerfile)

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Angaben zur Applikation eintragen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Package Editor Fenster

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Start der EJB.JAR Wizards

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – Angaben zum EJB.JAR eingeben

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – EJB.JAR Inhalt einfügen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – fertig gepacktes EJB.JAR

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – Allgemeine Angaben zum EJB eintragen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – Webservice oder nicht

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : EJB Wizard – EJB.JAR fertigstellen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: weitere EJB-Konfiguration

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool : Applikations-Client Wizard aufrufen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Application Client Wizard

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Appl.Wizard – Client.JAR bilden

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Appl.Wizard – Client.JAR editieren

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Appl.Wizard – Allgemeine Angaben zum Clienten eintragen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Application Client Wizard – Client.JAR fertigstellen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Client-Konfiguration vornehmen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Client – EJB-Verbindung konfigurieren

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: „deployen“ - Anwendung im Application Server installieren

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Angaben zum Application-Server-Zugriff und Client-Stub

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Deployment-Angaben bestätigen

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Deployment-Protokoll

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Deployment Tool: Kontrolle, ob Applikation installiert ist und läuft

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Abarbeiten des Client mit dem appclient-Tool und dem Stub.jar :

20.8.2004 FIN-IVS Dr.Fritz Zbrog

Verteilte SystementwicklungEJB Tutorial

Fragen und Hinweise an:

Dr. F. Zbrog, G29, Raum 322Tel.: 67-12812

Email: zbrog@ivs.cs.uni-magdeburg.de

top related