Tagged Questions
The activeobjects tag has no wiki summary.
12
votes
3answers
2k views
Experiences With Active Objects ORM for Java?
I'm looking at ORMs for Java and Active Objects caught my eye. Apparently, it was inspired by Rails' ActiveRecord. Based on what I've read, this approach seems to solve a lot of problems with existing ...
3
votes
3answers
238 views
WPF and Active Objects
I have a collection of "active objects". That is, objects that need to preiodically update themselves. In turn, these objects should be used to update a WPF-based GUI.
In the past I would just have ...
2
votes
2answers
255 views
Is there a JSON library that can serialize Proxy objects?
Using ActiveObjects as my ORM and Gson as my JSON processor.
Ran into a problem going toJson from
persisted objects. The problem is that my persisted class is actually
an Interface and AO is ...
1
vote
1answer
478 views
threading-related active object design questions (c++ boost)
I would like some feedback regarding the IService class listed below. From what I know, this type of class is related to the "active-object" pattern. Please excuse/correct if I use any related ...
0
votes
1answer
168 views
c3p0 loop and OSGi
I wrap my project in OSGi bundle(just call my first start method from Activator.start()).
In my project I use ORM ActiveObjects and c3p0 pool. All of project dependencies (jar librarys) are in class ...