Frage

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.

War es hilfreich?

Lösung

Yes, you can directly call to the driver from the ActionBean, or create a DAO/Services layer to abstract the business logic.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top