Databind with NoSQL Databases

0
0

Hello,

Is it possible to bind the WiseJ controls with an object get from NoSQL Databases like MongoGB or AWS Dynamodb?

Tks

 

  • You must to post comments
0
0

Hello

It will work because the Result from MongoDB is an object JSON.

Thanks

  • You must to post comments
0
0

Hi Luiz,

If the object has properties (dynamic or not) that corresponds to the data you’re trying to bind, then yes.

If you can provide a small sample we can look at it further.

Examples of DataBinding:

https://github.com/iceteagroup/wisej-examples

  • DataBinding
  • CodeProject

You can also see the attached screenshots to see how DataBinding can work with an array of objects (I assume your MongoDB / DynamoDB would be similar).

HTH,

Levie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.