Although this framework was developed to facilitate web-based application development, yes, it supports desktop application.
Can you tell me what you think you can benefit from MindLib in a desktop application? Based on you need, I might be able to give you more information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Multiple databases support (transparent), generic DAO base and conversation support are features I would like use in desktop applications. I would like use the same framework with webs and desktop applications.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Multiple databases support (transparent), generic DAO base works the same in web application and desktop applications.
The conversation support is a bit different, it was designed mainly for Asp.net application. Is your desktop application standalone or Server-Client based?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The idea is use with web services in a client-server "conversation". On the other hand, I would like to know if the framework has support for distributed transactions included in the multiples databases feature (we use SQL Server and Oracle).
thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently it doesn't support conversation in web service( it's now using Post request parameter to track the conversation id ), but now it is our next top-priority new feature.
Currently there is no distributed transcation over mulitple database is not fully supported. When a conversation finishes, multiple transactions will be committed on multiple databases, if one of these transactions failed, the transactions that are already committed won't be able to rollback. We will work on that also.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This framework has support for desktop applications (winforms for example)?
thanks.
Although this framework was developed to facilitate web-based application development, yes, it supports desktop application.
Can you tell me what you think you can benefit from MindLib in a desktop application? Based on you need, I might be able to give you more information.
Thanks for quick reply.
Multiple databases support (transparent), generic DAO base and conversation support are features I would like use in desktop applications. I would like use the same framework with webs and desktop applications.
The Multiple databases support (transparent), generic DAO base works the same in web application and desktop applications.
The conversation support is a bit different, it was designed mainly for Asp.net application. Is your desktop application standalone or Server-Client based?
The idea is use with web services in a client-server "conversation". On the other hand, I would like to know if the framework has support for distributed transactions included in the multiples databases feature (we use SQL Server and Oracle).
thanks.
Currently it doesn't support conversation in web service( it's now using Post request parameter to track the conversation id ), but now it is our next top-priority new feature.
Currently there is no distributed transcation over mulitple database is not fully supported. When a conversation finishes, multiple transactions will be committed on multiple databases, if one of these transactions failed, the transactions that are already committed won't be able to rollback. We will work on that also.
Great news, many thanks for your awesome work. Now I am going to change a little application in order to learn and test properly the framework.
Thanks, cfortes, let me know if you meet any issues.