8
I Use This!
Very Low Activity

Ratings and Reviews

Analyzed about 15 hours ago. based on code collected 1 day ago.
Community Rating
4.72727
   

Average Rating:   4.7/5.0
Number of Ratings:   11
Number of Reviews:   8

My Review of CDO Model Repository

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Tom Schindl says:
Let CDO solve your model synch a...  
5.0
 
written almost 13 years ago

It's always been one of the major problems in my applications:

Keep the model instance at multiple clients in sync so that people don't see stale states

The code required to make was huge, error prone and didn't solved all corner cases.

Switching our applications to CDO solved this problem because it is an integral part of CDO.

The other major problem CDO solved for me the problem of transfering only certain chunks of the big object graph and lazy loading other nested stuff once it is needed (one of the major problems in 3tier applications who are based upon models)

1 out of 1 users found the following review helpful.

Did this review help you? |

erdalkaraca says:
Big help  
5.0
 
written almost 13 years ago

Recently started to use CDO to migrate a legacy jdbc app to profit by model driven architectures in general and CDO/EMF in particular.

It [CDO] has a very clean code base and allows for easy integrations and own extensions.

1 out of 1 users found the following review helpful.

Did this review help you? |

dzonekl says:
CDO in the Telecommunications in...  
5.0
 
written almost 13 years ago

As a domain expert in telecommunications, I have been designing, calculating and building Infrastructure in Europe, Asia and Africa. Most of the work was done using a spreadsheet program, which is quick, but ad-hoc and not audible or re-usable. NetXForge is now aiming to change that, with a mixture of a Network inventory system, Performance management and Expression system.

Combining these capabilities opens an extraordinary new way into the field of telecommunications planning. The requirements for the System, are the capabilities to work with meta-models, which change frequently, hold revision information and allow auditing of performed work. On top it has to be robust, and allow multiple users to collaborate on the same data sets either graphically or through regular presentation widgets like tables or trees.

The Eclipse modeling project provided the answer. EMF is solid foundation, topped with many capabilities as EMF Compare, Search and a project like Xtext which is the base for the expression editor.

The back-end solution for EMF objects is of course CDO. CDO provides many features out of the box, and allowed us to choose the backend persistence store.

We chose Hibernate, as Postgres DB was a requirement, but we are looking into a native DB store to support revision handling. We also make use of the Dawn facilities to handle conflict or other notifications. This gives a great user experience, suddenly getting warned someone else accessing the same object.

What we like about CDO is the fact that we deal with EMF objects, and we have a way to work with large models which can be retrieved in granular fashion, as well as garbage collected.

Some aspects were not readily available or unclear how to do, but thanks to the great responsiveness from the CDO team on the forum, it was a matter of hours (not days!) before we were already moving on.

We have by far, explored all the capabilities of CDO, but we will continue to push the envelop and provide more value to our customers. We have some ideas on how CDO could be used to hold objects which are process entities by themselves. This would allow the modeling of large interacting entities to simulate real live processing of telecommunications functions as an alternative or complement to statistical functions.

1 out of 1 users found the following review helpful.

Did this review help you? |

lostcontrol says:
Easily share your EMF models  
4.0
   
written almost 13 years ago

We use CDO in one of our product since more than 1 year. Offline mode, transaction support, real-time updates of shared models, conflicts resolving are some of the most important features we need.

We found some critical bugs in CDO but they were always quickly fixed by the developers and there is always someone to answer your questions in the EMF newsgroup.

CDO is still missing some important features like model evolution or purge old revisions from the database. However, CDO is evolving quickly and the development process (extended test suite, continuous integration, etc) ensures a high-quality framework.

Sharing models between multiple clients is definitely not a trivial task and beside some bugs we had at the beginning and some features we still miss, CDO allows us to write high-quality software for our customers.

Did this review help you? |

ekkes-co... says:
CDO simplifies work with distrib...  
4.0
   
written almost 13 years ago

since some years we're using CDO - and we have to state that CDO is a great way to persist distributed EMF models, which is important for rcp clients running redView (EMF - model-based dynamic UI).

if I only had to rate the quality of code and support of CDO project team I would give 5 stars, but we're missing one part: model-evolution. UI models often get new elements and it would be nice to use these new enhanced models with existing persisted models.

ekke

Did this review help you? |

Most Recent Reviews

awhelan says:
CDO  
5.0
 
written about 11 years ago

I happened to be working on an EMF based project that had no relational database persistence engine yet. That kind of limited the scope of what we could use (it really needed to work well with EMF). Much to my surprise CDO has been an exceptional success for us. I'm finding it very plug and play friendly. Also, they have a decent size user community which has been very helpful with getting us up and running with it. Highly recommended!

Did this review help you? |

saulius says:
A good start for a scalable solu...  
4.0
   
written almost 13 years ago

We are developing CDO based server for all our products. CDO is core component of this system. If you need model based solution with versioning (true versioning with history) it is good candidate. Actually it is the only repository with versioning on a market AFAIK.
CDO has a lot of features. I think strong side of CDO is EMF support, versioning, partial load/unload and concurrent model editing. It is a lot of out the box! Plus you get superior support from CDO team in newsgroup.
On scalability side I think CDO currently missing or need to improve server side query support with scope feature, data indexing and local changes support in query. That is essential if you need to work with a really big models. And of course model evolution ;)
Overall, IMO it is very good, not a perfect, but the best model repository on a market ...

Did this review help you? |

robertblust says:
Enterprise Model Repository  
0.0
 
written almost 13 years ago

Since 1.5 years we work on a vision to establish an enterprise model repository. The models should capture the important knowledge of our enterprise.

The overall meta model is
- an assembly of individual meta models
- properly layered (avoid cyclic dependencies)

As repository technology, we use CDO. Our main requirements are:
- Scalability
- Collaboration
- Temporality
- Model Evolution

Model Evolution is still a open issue. We are looking for partners to make model evolution reality.

Did this review help you? |

dzonekl says:
CDO in the Telecommunications in...  
5.0
 
written almost 13 years ago

As a domain expert in telecommunications, I have been designing, calculating and building Infrastructure in Europe, Asia and Africa. Most of the work was done using a spreadsheet program, which is quick, but ad-hoc and not audible or re-usable. NetXForge is now aiming to change that, with a mixture of a Network inventory system, Performance management and Expression system.

Combining these capabilities opens an extraordinary new way into the field of telecommunications planning. The requirements for the System, are the capabilities to work with meta-models, which change frequently, hold revision information and allow auditing of performed work. On top it has to be robust, and allow multiple users to collaborate on the same data sets either graphically or through regular presentation widgets like tables or trees.

The Eclipse modeling project provided the answer. EMF is solid foundation, topped with many capabilities as EMF Compare, Search and a project like Xtext which is the base for the expression editor.

The back-end solution for EMF objects is of course CDO. CDO provides many features out of the box, and allowed us to choose the backend persistence store.

We chose Hibernate, as Postgres DB was a requirement, but we are looking into a native DB store to support revision handling. We also make use of the Dawn facilities to handle conflict or other notifications. This gives a great user experience, suddenly getting warned someone else accessing the same object.

What we like about CDO is the fact that we deal with EMF objects, and we have a way to work with large models which can be retrieved in granular fashion, as well as garbage collected.

Some aspects were not readily available or unclear how to do, but thanks to the great responsiveness from the CDO team on the forum, it was a matter of hours (not days!) before we were already moving on.

We have by far, explored all the capabilities of CDO, but we will continue to push the envelop and provide more value to our customers. We have some ideas on how CDO could be used to hold objects which are process entities by themselves. This would allow the modeling of large interacting entities to simulate real live processing of telecommunications functions as an alternative or complement to statistical functions.

1 out of 1 users found the following review helpful.

Did this review help you? |

erdalkaraca says:
Big help  
5.0
 
written almost 13 years ago

Recently started to use CDO to migrate a legacy jdbc app to profit by model driven architectures in general and CDO/EMF in particular.

It [CDO] has a very clean code base and allows for easy integrations and own extensions.

1 out of 1 users found the following review helpful.

Did this review help you? |

 See all reviews