|
|
Browse by Tags
All Tags » Transparent Act... » .NET (RSS)
-
As the popular saying tell us, there's no such thing as free lunch. It is no different for work related subjects.
When we introduced Transparent Activation (TA) concept we knew that it could make developer's life easier (by presenting a simpler model for object life cycle): developers would not be required to think about activation depths ...
-
I wrote a unit test that includes a Linq query against a db40 IObjectContainer. This passed.
I wrote a unit test that traverses a deep object graph and so tests for transparent activation (TA). This failed
I enabled my test assembly for TA by adding the post-build command :
$(ProjectDir)/Library/Db4oTool.exe -ta -nq ...
-
Bytecode analysis and enhancement becomes increasingly important as we strive to improve on persistence transparency. The expressiveness of mainstream languages of the day just won't cut it.
Db4oTool.exe is the swiss army knife of the transparency inclined.
Native Queries
The first big step towards transparency was the language integrated ...
-
Hello,
I'm not sure how much this applies to Java (I'm a bit rusty there), but .NET has some really really easy, intuitive and useful transaction management options built in and I would love to see db4o implement these. I have implemented a Transaction Resource Manager for an ORM I was working on before, and really it's not very difficult, but ...
-
In this post Rodrigo introduced the concept of Transparent Persistence that makes developers life even easier as, once configured, db4o will take care of changed objects and make sure they are updated in the database (when the transaction gets committed) without developer assistance.This level of transparency is, of course, a welcome addition but ...
-
Activation has been discussed in depth (no pun intended) before.
Transparent Activation is db4o's ability to defer loading an object's state until just before it's accessed for the first time.
Transparent Activation relieves programmers from keeping track of which objects must be completely available before an operation can be executed. ...
-
In this post I'll discuss a key concept of db4o and how it improved in our latest versions: object activation. I'll focus mainly on the .Net version but these concepts apply equally well to the Java version.
In order to access some resources listed in this post you will be required to register (for free) in ...
-
What, How and Why Transparent Activation with boo code.
|
|
|