|
|
Browse by Tags
All Tags » closures » Native Queries (RSS)
-
One of the key ideas behind db4o is that it should integrate as tightly as possible with the programming language. We are not trying to invent new concepts or new theories, we simply use the ones that are already there, in your programming language. The elegance of what we can deliver varies with what the programming language provides us with.
On ...
-
Currently there is a poll on http://www.java.net
''What one feature would you most like to see in JDK 7''
Closures are one possible choice. Closures would be soooo niiiiiiiice. Here is why:
List cats = database.query( { Cat cat => cat.getName().equals(''Wolke'') } );
Can Native Queries be more beautiful?
This is a cry to the db4o ...
-
Hey Maik,
thanks for the link.
Why don't you tell these people about Native Queries and our approach?
With upcoming closures Native Queries will be even cooler.
|
|
|