list-test.ftl

Diff Revision Date Message Lines Author Branch
3237 02 May 09

Tapestry basic now passing with AMP tests. However, there's still lots of work to do. 1. Fix AppModule so required fields show up with asterisk. 2. Modify *Form.java so fields are required (should fix #1). 3. Write tests in standard web/tapestry module, as well as for AMP.

+1 -1 Matt Raible trunk
3035 02 Nov 07

APF-922: Set maxlength attribute on text fields when length is set for a @Column annotation

+1 -2 Matt Raible trunk
2883 31 Aug 07

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

+6 -1 Matt Raible trunk
2866 29 Aug 07

APF-484: Upgraded to MyFaces 1.2.0 (JSF 1.2) and changed testing to use Shale's Test framework. There is a known issue with the 404 page on Jetty 6.1.5 (http://issues.appfuse.org/browse/APF-856).

+21 -9 Matt Raible trunk
2775 05 Jun 07

Improvements to allow appfuse:gen to run from projects with nested war modules (like web/module). Also fixed issues with components: if you have @Embedded on a class, it's ignored.

+1 -1 Matt Raible trunk
2742 23 May 07

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

+4 -4 Matt Raible trunk
2700 22 May 07

APF-490: Changed all "id" related hard-coded getters, setters and property names to be dynamic and read from the POJO.

+2 -2 Matt Raible trunk
2687 15 May 07

JSF install should now work for basic projects

+16 -4 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.

+2 -2 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

+32 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)

+32 Matt Raible trunk
2638 12 Apr 07

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

+32 Matt Raible root: