Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseQuickStart_de




JSPWiki v2.2.33

[RSS]


Hide Menu

Articles_de


This is version 2. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


Hier sind ein paar Artikel über Dinge, die manche nütlich finden, die ich geschrieben, verfeinert oder einfach verlinkt habe:

AppFuse Tutorials

Falls man einfach AppFuse geladen hat und es auf seiner Maschine aufsetzen will, ist der beste weg der QuickStart Guide. Wenn man alles aufgesetzt hat, sidn die unten aufgeführten Tutorials eine sher gute Quelle, um zu lernen, wie man mit Appfuse entwickelt.

Hinweis: Diese Tutorials sind in der AppFuse's Distribution enthalten. Falls man diese in der eigenen Kopie (im docs Verzeichnis) aktualisieren will, ruft man "ant wiki" auf.

Seit 1.6.1 kann man den meisten Code, der in den Tutorials abgedeckt wird, erzeugen. Falls man Struts+Hibernate verwendet, kann man alles erzeugen. Für Spring und WebWork war es zu viel Ärger die Installer zu schreiben, man muss also die Controllers und Actions manuell konfigurieren. Dies lag hauptsächlich daran, dass ich XDoclet für diese Web Frameworks nicht verwende und daran, dass ich Ant als einen Installer verwende. Das AppGen Tool, welches den Code erzeugt, wird in Teil I behandelt.

Es gibt auch ein AppFuse Generator Projekt, welches eine ähnliche Funktionalität wie AppGen bietet.

Teil I: Neue DAOs und Objekte in AppFuse anlegen - A HowTo for creating Java Objects (that represent tables) and creating Java classes to persist those objects in the database.

Teil II: Neue Manager anlegen - A HowTo for creating Business Facades that talk between the database tier (DAOs) and the web tier (Actions or Controllers).

Teil III: (Struts) Struts Actions und JSPs erzeugen - A HowTo for creating Actions and JSPs in your AppFuse project. Includes generating JSPs and customizing them to look good. Also, you will write a WebTest to test the JSPs functionality. Other web framework options are as follows:

Teil IV: (Struts) Validierung und Listenansicht hinzufügen - Adding validation logic to the personForm so that firstName and lastName are required fields and adding a list screen to display all person records in the database.

NOTE: You can generate the files created in these tutorials by using AppGen. If you experience problems - you should be able to compare your results to what AppGen does. To do this, cd into extras/appgen, and run "ant test-detailed". This will create an "appfuse-appgen" project, generate the code in these tutorials, and test everything.

Thomas Gaudin's Excellent AppFuse Tutorials

Thomas Gaudin has put together a couple of detailed and easy-to-follow tutorials on his site.

Related AppFuse HowTos

Translations: Portuguese
Translations: Portuguese

Server Configuration


Other

Outdated Articles that still get some traffic:



Go to top   More info...   Attach file...
This particular version was published on 06-Nov-2006 13:52:51 MST by PeterSchneider-Manzell.