Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top