[teiid-users] minimal required JBoss profile

Ramesh Reddy rareddy at redhat.com
Thu Jun 3 15:19:33 EDT 2010


On Thu, 2010-06-03 at 16:09 -0400, Charles Simon wrote:
> My previous message contained overly restrictive requirements.  An 
> acceptable alternate configuration would be to have the Teiid and my 
> connector in a server that could be accessed by a client program using a 
> JDBC connection to the server.  This would require a thin JDBC driver in 
> the client application that knew how to pass along all method calls to 
> Teiid in the server.
> 

Thanks. You can do this with currently Teiid. Just package the Teiid
JDBC driver with your client application and deploy the Teiid Server
along with your "custom" translator for Mainframe somewhere else where
Teiid Server can reach the mainframe. I am assuming that you have single
mainframe instance that you are catering this access to. In a single
instance of mainframe scenario, providing a Teiid server for each client
is not required and it may be bit excessive. 

Also, with the earlier email, seems like you are looking for dynamic
metadata based on the credentials passed. You can do this with Teiid
using "dynamic vdb" feature. Your translator needs to implement
"MetadataProvider" interface. I would recommend taking a look at
"translator-jdbc" code for this. The credentials can gleaned at the
time connection creation for mainframe in your connector. 

Hope this helps.

Thank you.

Ramesh..



More information about the teiid-users mailing list