Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread Josh Stone
This question isn't directly related to iBATIS, but is relevant for iBATIS and iBATOR users. Are there any recommended or preferred tools (eclipse plugins?) for database modeling and generating SQL or DDL? I ask since iBATOR relies on a database structure already existing and all of the modeling an

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread François Schiettecatte
Josh On the Mac I used an application called SQLEditor which I have found to be pretty good: http://www.malcolmhardie.com/sqleditor/ Cheers François On Apr 1, 2010, at 2:50 PM, Josh Stone wrote: > This question isn't directly related to iBATIS, but is relevant for iBATIS > and iBA

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread Larry Meadors
I use Aqua Data Studio, it's a java app. François: SQL Editor looks pretty nice, I may have to try it. :) Larry 2010/4/1 François Schiettecatte : > Josh > > On the Mac I used an application called SQLEditor which I have found to be > pretty good: > >        http://www.malcolmhardie.com/sqledit

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread Josh Stone
To answer my own question (for anyone else who might be interested) I just came across a promising looking Eclipse plugin: ER Master. http://ermaster.sourceforge.net/ Thanks as well for the responses François and Larry. On Thu, Apr 1, 2010 at 12:12 PM, Larry Meadors wrote: > I use Aqua Data Stu

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread Ed Stafford
http://argouml.tigris.org/ is pretty nice and has plugins for db and sql generation. Cheers, -Ed On 1 April 2010 20:55, Josh Stone wrote: > To answer my own question (for anyone else who might be interested) I just > came across a promising looking Eclipse plugin: ER Master. > > http://ermaster

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread Clinton Begin
+1 for Aqua! On Thu, Apr 1, 2010 at 1:12 PM, Larry Meadors wrote: > I use Aqua Data Studio, it's a java app. > > François: SQL Editor looks pretty nice, I may have to try it. :) > > Larry > > > 2010/4/1 François Schiettecatte : > > Josh > > > > On the Mac I used an application called SQLEditor wh

Re: Preferred tool for database modeling and generating SQL / DDL

2010-04-01 Thread 傅玉宝
http://ibatis.apache.org/ibator.html

iBatis 3 and Spring integration

2010-04-01 Thread Viv Kapadekar
Hi Does anyone have an example of iBatis 3 integration with Spring 3.0. With iBatis 2.X the spring conflig file was like this: class="org.springframework.orm.ibatis.SqlMapClientFactoryBean"> -Viv

ClassInfo.CLASS_INFO_MAP

2010-04-01 Thread Derek Scherger
I ran into an "interesting" issue with sqlmaps today. I've been trying to get a webapp into a state where it can be reloaded repeatedly without eventually failing but this turns out to be almost impossible (see http://www.szegedi.org/articles/memleak.html for an entertaining write up). The JDK has

Re: ClassInfo.CLASS_INFO_MAP

2010-04-01 Thread Clinton Begin
This is a known issue. I agree that it would be nice to do something with it. Ideas are welcome. The only one I have at the moment is to make ClassInfo an instance and inject it into the SQL mapper configuration. I've done similar things to eliminate static classes in the framework. You can ca

Re: iBatis 3 and Spring integration

2010-04-01 Thread Ing . Jan Novotný
Yes, there is. You can download it from: http://github.com/novoj/iBatisWorkShop There is a copy of proposed Spring 3.1 integration acquired from isue: http://jira.springframework.org/browse/SPR-5991 All tests i

Re: ClassInfo.CLASS_INFO_MAP

2010-04-01 Thread Derek Scherger
On Thu, Apr 1, 2010 at 10:55 PM, Clinton Begin wrote: > This is a known issue. I agree that it would be nice to do something with > it. Ideas are welcome. The only one I have at the moment is to make > ClassInfo an instance and inject it into the SQL mapper configuration. I've > done similar t