Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
This is version 2.
It is not the current version, and thus it cannot be edited. AppFuse TutorialsFalls 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.
Thomas Gaudin's Excellent AppFuse TutorialsThomas Gaudin has put together a couple of detailed and easy-to-follow tutorials on his site.
Related AppFuse HowTos
Server ConfigurationOtherOutdated Articles that still get some traffic:
|