On 10/19/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote: > Hi Matt, > I was watching your AppGen demo and noticed you are using "tlog" in shell > to start tomcat. I see this is an alias created by you, so I am curious to > know what it is?
alias tstart="$CATALINA_HOME/bin/catalina.sh jpda run" alias tstop="$CATALINA_HOME/bin/catalina.sh stop" alias tlog="tail -f $CATALINA_HOME/logs/catalina.out" > Also I tried to use appgen in appfuse 1.9.4 as you demonstrated but got > "Repeated column in mapping for entity" in generated seed data file by > dbunit. In fact all table columns are repeated in seed file. I searched > mailing list but no chance. So before going to open an issue in jira I want > to ask you if there is an updated version of appgen in appfuse 2.0, so maybe > this encourages me to migrate to new version ;) > Do you know any other out of the box CRUD generation framework? There are many - depending on the language you want to use. Ruby on Rails, Trails (Tapestry, Spring and Hibernate), Grails, Seam and probably a number of them I haven't heard of. Matt > > > > -- > Ashkan > http://www.rubako.com -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
