Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Higher-order README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 14, 2015
1 parent 1f9ce44 commit a59df8c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions datasource/README.adoc
@@ -0,0 +1,18 @@
= Datasource Examples

JDBC Drivers and datasources can be configured in two
different ways within a WildFly Swarm application.

The first is through a *deployment*, which is, as you might
guess, a deployment-time creation of a datasource. Through
deployments you can create both JDBC drivers and associated
datasources that other deployments can use.

The second is through *fraction configuration*, which is
at a slightly higher level, tied to the container configuration.

While both can result in the same functionality, there is not
any particular difference between them other than how you package
your application and if you want to work with JBoss Modules
`module.xml` descriptors.

0 comments on commit a59df8c

Please sign in to comment.