How to create windows filled with data coming from MongoDB collections
Once created an object representing a Mongo DB collection and a few business components linked to the object, you can create any number of panels which will compose a window. A grid panel or a form panel can be fill in with data coming from business components linked to a collection. In this way, you can read and write data stored in Mongo DB.
Last updated