Dan Parker wrote: > We'd like for our Java developers to be able to use our ColdFusion > data sources. This would eliminate the need for them to have separate > config files for database connections. > > An alternate question would be "Can CF and Java developers use the > same data sources?" I'd like to know our options.
We dynamically configure databases in the onApplicationStart from a properties file. If Java components needed a direct link to the datasource they would use the same properties file :) Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253866 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

