A few days ago
tinker bell43

What does URL source mean?

What does URL source mean?

Top 3 Answers
A few days ago
Magic girl

Favorite Answer

By default, the tag values for a DataSource declaration are taken as specified in the wired-application.xml which is sometimes too static. If you require more flexibility without wanting to modify the descriptor file, you can use the source attribute for the an indirect specification, e.g.

db.url

db.driver

The value “system” causes the specified value to be interpreted as the name of a system property which to extract the actual value from. I.e. starting a programm with a descriptor as above would allow to specify the actual database URL by command line option “-Ddb.url=my-funny-url”. Another alternative is to use the value “init” for the source-attribute, to refer to the property list passed in the constructor of the WiredClientContext. This feature is available for all descriptor tags, allowing not only to flexibelize DataSource declarations but also the component linkage – e.g. for the integration of mock components during testing.

0

A few days ago
ashok shetty
Uniform Resource Locator; an address that specifies the location of a file on the Internet (eg http://library.wur.nl/).
0

A few days ago
Anonymous
The main place… the main resource center.
0