Using OODBMS for Extensions.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/30/2012 9:59:22 AM
Gravatar
Total Posts 7

Using OODBMS for Extensions.

Hi

We are thinking of using an object oriented DBMS as the data layer for extensions. The architecture is clear but we would like to have your guidance and recommendations.

Bests

3/30/2012 10:11:34 AM
Gravatar
Total Posts 18439

Re: Using OODBMS for Extensions.

you can do whatever you like for data access in your custom features.

Best,

Joe

4/2/2012 2:47:09 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Using OODBMS for Extensions.

Personally, I tend to follow the same mojoPortal database access methods in my custom code. A big reason for this is I like to leverage the delivered CodeSmith templates to automatically build large portions of my data layers. It's a huge time saver.

Jamie

You must sign in to post in the forums. This thread is closed to new posts.