[wildfly-dev] Deploying JDBC driver to WildFly

Arun Gupta arun.gupta at gmail.com
Wed Oct 8 15:00:20 EDT 2014


I think providing a tool or CLI or directory that covers majority of
the cases would be really useful.

Arun

On Wed, Oct 8, 2014 at 5:37 AM, Jesper Pedersen
<jesper.pedersen at redhat.com> wrote:
> On 10/07/2014 03:50 PM, Arun Gupta wrote:
>>
>>
>> What is the recommended way to deploy a JDBC driver to WildFly ?
>>
>
> Deploying as a module is the recommended way for a number of reasons,
>
> * JDBC driver is split into multiple JARs that needs to be considered as one
> unit
> * JDBC driver needs to be linked with already deployed modules
> * Multiple versions of the 'same' JDBC driver for a vendor (yes, you can
> rename when using deployments/)
> * Native code integration
>
> So, while having the option to deploy a JDBC driver in a simple way is good,
> it doesn't cover all the cases that are needed in enterprise deployments.
>
> Best regards,
>  Jesper
>



-- 
http://blog.arungupta.me
http://twitter.com/arungupta


More information about the wildfly-dev mailing list