1 / 46

Verteilte Systementwicklung EJB Tutorial

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

ira
Download Presentation

Verteilte Systementwicklung EJB Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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 FIN-IVS Dr.Fritz Zbrog

  2. 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 FIN-IVS Dr.Fritz Zbrog

  3. 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 FIN-IVS Dr.Fritz Zbrog

  4. 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 FIN-IVS Dr.Fritz Zbrog

  5. Verteilte SystementwicklungEJB Tutorial Vorbereiten des Arbeitsverzeichnisses: FIN-IVS Dr.Fritz Zbrog

  6. Verteilte SystementwicklungEJB Tutorial Das Steuerfile build.xml : FIN-IVS Dr.Fritz Zbrog

  7. Verteilte SystementwicklungEJB Tutorial Das Steuerfile build.properties : FIN-IVS Dr.Fritz Zbrog

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

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

  10. Verteilte SystementwicklungEJB Tutorial Sun Java Studio Enterprise: Arbeitsverzeichnis „mounten“: FIN-IVS Dr.Fritz Zbrog

  11. Verteilte SystementwicklungEJB Tutorial Sun Java Studio Enterprise: Verzeichnis „gemountet“ FIN-IVS Dr.Fritz Zbrog

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

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

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

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

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

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

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

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

  20. Verteilte SystementwicklungEJB Tutorial Deployment Tool starten FIN-IVS Dr.Fritz Zbrog

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  40. Verteilte SystementwicklungEJB Tutorial Deployment Tool: „deployen“ - Anwendung im Application Server installieren FIN-IVS Dr.Fritz Zbrog

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

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

  43. Verteilte SystementwicklungEJB Tutorial Deployment Tool: Deployment-Protokoll FIN-IVS Dr.Fritz Zbrog

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

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

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

More Related