Getting Started with Grails & IntelliJ Part 4
13th October 2009 by jt 1 CommentShort how to on dynamic scaffolding in Grails.
JT’s blog-o-stuff
Short how to on dynamic scaffolding in Grails.
Setting up a basic model using GORM and Grails.
Setting up a Grails project in IntelliJ.
One of my goals for Log4Ora is to make it easy to use. Has the ability for you to set the module name for logging. This is handy in the logging so you can see where in the code the log message came from. Downside of the Log4PLSQL implementation is you have to set the [...]
Today, I’ve started my own little open source project called Log4Ora.
I’ve found logging in PL/SQL is a weak area. I have not found a solution for PL/SQL with the versitily of a mature logging product such as log4j.
What I see most often, are home grown solutions, where the author creates a simple API to write [...]