'. '

Domain Specific Language

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(Accessing Database)
Line 5: Line 5:
==== Accessing Database ====
==== Accessing Database ====
-
Is it easier in [[DSL]] to access database structure, then in [[Java]]?
+
Is it easier in [[DSL]] to access database structure, than in [[Java]]? I would expect so, I would expect that [[DSL]] can make it easy easy as [[Ruby]] on Rails or Grails - e.g. you just access object representing the database and all columns are accessible as fields. As soon as you change the database schema, new field will immediately be visible. This could be hard to simulate when writing [[Java]] libraries, or not?

Revision as of 17:25, 15 May 2010

Domain Specific Languages will be topic of User:RichUnger and User:JaroslavTulach JavaOne 2010 shootout.

Developer View

Accessing Database

Is it easier in DSL to access database structure, than in Java? I would expect so, I would expect that DSL can make it easy easy as Ruby on Rails or Grails - e.g. you just access object representing the database and all columns are accessible as fields. As soon as you change the database schema, new field will immediately be visible. This could be hard to simulate when writing Java libraries, or not?

Personal tools
buy