i got this error in my jetty logfile:
ORA-00972: identifier is too long
seems like oracle is not supporting row names longer than 30 characters.
Friday, May 18th, 2007 | Permalink
i got this error in my jetty logfile:
ORA-00972: identifier is too long
seems like oracle is not supporting row names longer than 30 characters.
Wednesday, May 16th, 2007 | Permalink
i started coding in grails in the last days.
for the start i must say, every webframework seems to be the same, and every webframework seems to be different.
one thing i am missing is that the scaffolding is not that clear then it is in ruby on rails.
in ruby i can define my table in the database and the generated html is in the same order like the db.
there is no sort in grails or i am not understanding it.
one great thing is the services section. you can put functionality into services and they are completely ready for transactions. so if the script breaks, all the datas are getting roled back. great stuff!
more to come…