문제

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