i want to use stripes in our new project. This will take care of the presentation layer. We want to use Mongo as our database.So what should i use in the service layer and data access layer?
Need to develop the whole stack as soon as possible.
If we write a simple data access layer for Mongo DB, can i directly call this custom data access layer from stripes ActionBean class?
Please advise.
Yes, you can directly call to the driver from the ActionBean, or create a DAO/Services layer to abstract the business logic.