struts.ftl

Diff Revision Date Message Lines Author Branch
3246 12 May 09

APF-1130: Changed redirect-action to redirectAction

+3 -3 Matt Raible trunk
3129 03 May 08

APF-929: Changed struts.xml to use redirect-action where appropriate so default extension isn't proliferated throughout the configuration.

+3 -3 Matt Raible trunk
2883 31 Aug 07

APF-799: Fixed plurals of entity names - thanks to patch by Paul Lofte.

+4 -4 Matt Raible trunk
2812 24 Jun 07

APF-798: Changed Struts code generation so Spring beans aren't registered for actions (not needed with zero configuration).

+20 Matt Raible trunk
2742 23 May 07

APF-768: Fixed issue where mixed case entity names not handled correctly.

+11 -10 Matt Raible trunk
2686 14 May 07

Modified install mojo so it can handle different web frameworks. Polished Spring templates so they actually work. Prepared for full-source projects by changing "org.appfuse" to use project.getGroupId() when full-source is used.

+1 -1 Matt Raible trunk
2684 09 May 07

* Added "gen-core" and "gen-web" and renamed "gen-ui" (the motherload) to "gen". The "install" mojo is still not aware of core vs. web, so you'll get errors about missing files if you try to use it with anything but "gen". * Fixed templates and install (non generics-based) install for backend. Remaining items todo: ------------------------- * Add logic to Action/Controller templates that generate different setters/imports for generic/impl * aggregate "gen and install" so they can be run in single call vs. two separate ones (lifecycles?) * get working with other web frameworks (only tested with Struts 2) * get working with other persistence frameworks (only tested with Hibernate) * get working with modular projects * modify install mojo to handle gen-core and gen-web * Call ModelGeneratorMojo from AppFuseGeneratorMojo to generate from db

+19 Matt Raible trunk
2683 08 May 07

Removed AMP from Sandbox to eliminate confusion

deleted Matt Raible trunk
2674 08 May 07

Code generation plugin based on Hibernate3 Plugin, Hibernate Tools and previous AppFuse Maven Plugin (especially for installation code)

+19 Matt Raible trunk
2670 08 May 07

Install seems to work and integration-test seems to pass (only for Struts 2 on basic archetype)

+5 -1 Matt Raible root:
2638 12 Apr 07

Added templates for all the web frameworks (completed untested at this time).

+15 Matt Raible root: