Re: developers: table prefix

2004-12-04 Thread Carlos Villegas
Yes, I don't think we need an IoC framework at this point, at least OJB doesn't require it. If it is ok I can take a look at OJB and at least determine how much work it's required, maybe get started setting up the build system and the beginnings of the code. More or less, the following

Re: developers: table prefix

2004-12-04 Thread James Mason
Carlos, If you could start this, it would be great. I'll try to help, but since I've never used OJB don't expect much :). -James On Sun, 2004-12-05 at 01:07 +0900, Carlos Villegas wrote: Yes, I don't think we need an IoC framework at this point, at least OJB doesn't require it. If it is ok I

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
Emberson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:51 PM To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested

RE: developers: table prefix

2004-12-03 Thread Nick Longinow
I'm in agreement with you on keeping maintenance and complexity to a (reasonable) minimum. Nick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 10:25 AM To: Slide Users Mailing List Subject: Re: developers: table prefix I would

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
] Sent: Thursday, December 02, 2004 3:51 PM To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. How to add table prefixes

RE: developers: table prefix

2004-12-03 Thread John Gilbert
: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 11:02 AM To: Slide Users Mailing List Subject: Re: developers: table prefix Has anyone got any idea what role Spring would play in all this??? Oliver On Fri, 3 Dec 2004 16:57:42 +0100, Oliver Zeigermann [EMAIL PROTECTED

RE: developers: table prefix

2004-12-03 Thread Warwick Burrows
prefix I'm in agreement with you on keeping maintenance and complexity to a (reasonable) minimum. Nick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 10:25 AM To: Slide Users Mailing List Subject: Re: developers: table

RE: developers: table prefix

2004-12-03 Thread Warwick Burrows
Isn't the LGPL license a problem though? Warwick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 9:17 AM To: Slide Users Mailing List Subject: Re: developers: table prefix *Exactly* the same with me. There has been

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
, 2004 11:02 AM To: Slide Users Mailing List Subject: Re: developers: table prefix Has anyone got any idea what role Spring would play in all this??? Oliver On Fri, 3 Dec 2004 16:57:42 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Some sort of very short pratcial OJB introduction

RE: developers: table prefix

2004-12-03 Thread John Gilbert
: developers: table prefix This may be OT, but I haven't found anyone yet who could explain an idiot like me what the fantastic benefits of IOC are. Can you? Oliver On Fri, 3 Dec 2004 11:31:30 -0500, John Gilbert [EMAIL PROTECTED] wrote: Springs big play is its IOC framework. (Inversion of Control) I'm

Re: developers: table prefix

2004-12-03 Thread Oliver Zeigermann
Hi John, thanks a lot this really makes sense to me. Thanks for explaining with this simple example. I was just wondering, does this really work? For real? Isn't it too complx? Can you still debug this? Why having all these different implementations? Maybe I am too suspicious, but I am always

Re: developers: table prefix

2004-12-03 Thread James Mason
to insert a placeholder string? Warwick -Original Message- From: Richard Emberson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:51 PM To: Slide Users Mailing List Subject: developers: table prefix

Re: developers: table prefix

2004-12-03 Thread James Mason
Well, Cocoon works pretty well, and it's based on Avalon (another IoC framework, though supposedly not as light-weight as Spring). From the little I've worked with Cocoon it seems to work fairly well. -James On Sat, 2004-12-04 at 00:25 +0100, Oliver Zeigermann wrote: Hi John, thanks a lot

developers: table prefix

2004-12-02 Thread Richard Emberson
This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. How to add table prefixes to Slide's database table names - the simple way: Alter the build.xml file so that it does a filtered

Re: developers: table prefix

2004-12-02 Thread Oliver Zeigermann
On Thu, 02 Dec 2004 13:50:31 -0800, Richard Emberson [EMAIL PROTECTED] wrote: This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. I humbly, but strongly disagree. There is no

RE: developers: table prefix

2004-12-02 Thread Warwick Burrows
Message- From: Richard Emberson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:51 PM To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. How to add table prefixes to Slide's database table names

RE: developers: table prefix

2004-12-02 Thread Warwick Burrows
it would be great. Warwick -Original Message- From: Carlos Villegas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 6:18 PM To: Slide Users Mailing List Subject: Re: developers: table prefix This is simple enough. But how about using one of the O/R mapping tools

Re: developers: table prefix

2004-12-02 Thread James Mason
List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested then it will never go anywhere. How to add table prefixes to Slide's database table names - the simple

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
To: Slide Users Mailing List Subject: Re: developers: table prefix This is simple enough. But how about using one of the O/R mapping tools like Hibernate, Apache's OJB or Torque. The table names or mappings are usually setup in an external configuraton file. It adds additional benefits like

Re: developers: table prefix

2004-12-02 Thread Carlos Villegas
: Richard Emberson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 3:51 PM To: Slide Users Mailing List Subject: developers: table prefix This subject has been kicked around recently. Basically, there is an easy way to do it but if none of the Slide developers are interested

RE: table prefix

2004-11-24 Thread Hidalgo Busto, Jose Antonio
Hi! i'm using table prefix in oracle to integrate slide tables into an existing application scheme. To do this, you could define your own prefix in database script and create synonyms with real names. this is not the better solution, but works and isn't necessary compile code. regards jah

Re: table prefix

2004-11-24 Thread Richard Emberson
Ant replace a table prefix like @TABLE_PREFIX@ with either the empty string or with a supplied prefix string (like SLIDE_)? Richard Var George wrote: Richard Are you talking about the following thread? http://www.mail-archive.com/slide-user@jakarta.apache.org/msg08307.html I did all

Re: table prefix

2004-11-23 Thread Richard Emberson
to specify a database table prefix (to be used by all Slide tables) which would be used both by the initialization sql and the java code. Is that work happening? Thanks. Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: table prefix

2004-11-23 Thread kranga
I would strongly recommend a table prefix as opposed to a suffix as you mention at the end of the first paragraph. That was when you list the tables, all tables for a given app/module are listed together, yet in alphabetic order. With a suffix, the table names will get dispersed among the table

Re: table prefix

2004-11-23 Thread Richard Emberson
changes and send the updated source regards Varughese George Richard Emberson [EMAIL PROTECTED] wrote: A little while ago someone was suggesting that they were working on adding a feature that would allow one to specify a database table prefix (to be used by all Slide tables) which would be used

Re: table prefix

2004-11-23 Thread James Mason
at 13:30 -0800, Richard Emberson wrote: A little while ago someone was suggesting that they were working on adding a feature that would allow one to specify a database table prefix (to be used by all Slide tables) which would be used both by the initialization sql and the java code

table prefix

2004-11-22 Thread Richard Emberson
A little while ago someone was suggesting that they were working on adding a feature that would allow one to specify a database table prefix (to be used by all Slide tables) which would be used both by the initialization sql and the java code. Is that work happening? Thanks. Richard -- This email

Re: table prefix

2004-11-22 Thread James Mason
: A little while ago someone was suggesting that they were working on adding a feature that would allow one to specify a database table prefix (to be used by all Slide tables) which would be used both by the initialization sql and the java code. Is that work happening? Thanks. Richard

Re: table prefix

2004-11-22 Thread Var George
: A little while ago someone was suggesting that they were working on adding a feature that would allow one to specify a database table prefix (to be used by all Slide tables) which would be used both by the initialization sql and the java code. Is that work happening? Thanks. Richard