Skip to content

Comment on URLs are the uniform way to locate resourcesparent

Comments

> because oracle's url connection string would be completely different from mysql, and still different from postgres

And that makes sense. At least a little. Because the way you use to locate a resource may vary wildly between databases.

And mind you we are only talking about relational ones (the kind JDBC cares about).

> And mind you we are only talking about relational ones (the kind JDBC cares about).

It gets even more fun with Java EE where you can have arbitrary resource adapters. So then you have even non-SQL naming conventions to map within your application server.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.