Die Präsentation wird geladen. Bitte warten

Die Präsentation wird geladen. Bitte warten

20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Was wird für EJB-Entwicklung benötigt ? J2EESDK 1.4 (software developement kit)

Ähnliche Präsentationen


Präsentation zum Thema: "20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Was wird für EJB-Entwicklung benötigt ? J2EESDK 1.4 (software developement kit)"—  Präsentation transkript:

1 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB 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

2 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB 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

3 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB 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

4 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB 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

5 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Vorbereiten des Arbeitsverzeichnisses:

6 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Das Steuerfile build.xml :

7 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Das Steuerfile build.properties :

8 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Das Steuer-File Targets.xml :

9 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise öffnen:

10 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Arbeitsverzeichnis mounten:

11 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Verzeichnis gemountet

12 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Start des EJB-Wizards

13 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: generierte Objekte

14 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Objektauswahl

15 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Edition Component-Interface

16 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Edition Home-Interface

17 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Bean Geschäftsmethoden

18 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Applikations-Client-Wizard

19 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Sun Java Studio Enterprise: Edition des Applikations-Client

20 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool starten

21 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: neue Applikation anlegen (.ear-Steuerfile)

22 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Angaben zur Applikation eintragen

23 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Package Editor Fenster

24 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Start der EJB.JAR Wizards

25 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – Angaben zum EJB.JAR eingeben

26 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – EJB.JAR Inhalt einfügen

27 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – fertig gepacktes EJB.JAR

28 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – Allgemeine Angaben zum EJB eintragen

29 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – Webservice oder nicht

30 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : EJB Wizard – EJB.JAR fertigstellen

31 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: weitere EJB-Konfiguration

32 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool : Applikations-Client Wizard aufrufen

33 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Application Client Wizard

34 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Appl.Wizard – Client.JAR bilden

35 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Appl.Wizard – Client.JAR editieren

36 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Appl.Wizard – Allgemeine Angaben zum Clienten eintragen

37 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Application Client Wizard – Client.JAR fertigstellen

38 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Client-Konfiguration vornehmen

39 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Client – EJB-Verbindung konfigurieren

40 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: deployen - Anwendung im Application Server installieren

41 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Angaben zum Application-Server-Zugriff und Client-Stub

42 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Deployment-Angaben bestätigen

43 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Deployment-Protokoll

44 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Deployment Tool: Kontrolle, ob Applikation installiert ist und läuft

45 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Abarbeiten des Client mit dem appclient-Tool und dem Stub.jar :

46 20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Fragen und Hinweise an: Dr. F. Zbrog, G29, Raum 322 Tel.: 67-12812 Email: zbrog@ivs.cs.uni-magdeburg.de


Herunterladen ppt "20.8.2004FIN-IVS Dr.Fritz Zbrog Verteilte Systementwicklung EJB Tutorial Was wird für EJB-Entwicklung benötigt ? J2EESDK 1.4 (software developement kit)"

Ähnliche Präsentationen


Google-Anzeigen