You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2010/10/15 21:15:05 UTC

Re: More Flexible DataSourceRealm

Mark,

On 9/30/2010 5:59 PM, Mark Thomas wrote:
> On 30/09/2010 22:50, ◙ Ludovic BERT ◙ wrote:
>> Dear,
>>
>> I have developed a more flexible DataSourceRealm than the one provided in
>> standard with Tomcat. This new DataSourceRealm is strictly the same than the
>> one which is provided in standard, the difference is only in the way to
>> configure it.
>>
>> This new realm does not expect several parameters for tables and for columns
>> to generate the 2 prepared statements but expect the prepared statements in
>> its configuration, so it gives more flexibility because, it can be plugged
>> on any kind of DB schema which was not possible with the previous realm.
> 
> What features does this provide that can't be implemented by adding a
> couple of views to the database?

This could help for dbs without VIEW capabilities (older versions of
MySQL, etc.).

-chris