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
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
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
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
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.
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