On 3/20/06, Dennis <[EMAIL PROTECTED]> wrote: > Ross Werner wrote: > why there isn't yet a good ActiveRecord type framework for Java yet. > (The ones started have gone nowhere and don't seem to have much support.)
http://ibatis.apache.org/ Apache's iBATIS is a simple active record solution that I use all the time. I never use Hibernate (or another ORM) if I can avoid it. -Bryan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
