Re: [appfuse-user] AppFuse project status?

2009-10-19 Thread Gary White
com/rd/entry/appfuse_vs_grails_vs_rails > > Hope this helps, > > Matt > > On Thu, Oct 15, 2009 at 2:38 AM, Gary White wrote: >> I unfortunately have been out of full-time development for a couple of >> years. I am now leading a big high profile project that is fina

[appfuse-user] AppFuse project status?

2009-10-15 Thread Gary White
I unfortunately have been out of full-time development for a couple of years. I am now leading a big high profile project that is finally reaching a phase which involves significant software development and I'm really stoked about getting back to what I love doing. In my previous stint doing f

Re: [appfuse-user] Taking Appfuse further

2007-04-23 Thread Gary White
Travers, Check out the following links for graphing: JFreeChart:http://www.jfree.org/jfreechart/ Cewolf:http://cewolf.sourceforge.net/new/index.html JFreeChart is a Java chart library; Cewolf is a tag library that simplifies using JFreeChart. Works great. Gary - Original Message

Re: [appfuse-user] Child records get saved by only saving parent record?

2007-04-10 Thread Gary White
You'll probably need to post your code in order to receive help. - Original Message From: Jong Hian Zin <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Tuesday, April 10, 2007 11:57:03 PM Subject: Re: [appfuse-user] Child records get saved by only saving parent record? I have c

[appfuse-user] conditional validation

2007-02-28 Thread Gary White
I'm using AppFuse 1.9.3/Spring MVC. I've developed a survey engine and am now trying to implement conditional validation based on user-defined settings. The scenario is that a user creates a survey and specifies via a checkbox whether or not an answer is required for each individual question.

[appfuse-user] creating object revisions

2006-12-27 Thread Gary White
Given the following: - AppFuse 1.9.3 (Spring 1.2.8/Spring MVC/Hibernate 3.1.3) - A QuestionMaster class containing a List of Question objects with the List index field/column “revision” (bidirectional parent/child) - A Survey class with a List of Question objects with the List index field/column