掲示板

crud operation with out using service layer

8年前 に venkatesh jonnakuti によって更新されました。

crud operation with out using service layer

Junior Member 投稿: 31 参加年月日: 13/02/05 最新の投稿
Hi Every body,

I am new to life ray. can anyone tell me about How to create crud operation without using service layer. please provide me code snippets.
thumbnail
8年前 に Olaf Kock によって更新されました。

RE: crud operation with out using service layer

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Database access (especially if you don't want to use servicebuilder) works exactly like in any other web application. Liferay does not mandate any specific technique/library/framework to use.
Sorry, no code snippets here (at least not from me), there are plenty of tutorials how to work with databases in web applications - on the web, in books and in trainings. The more important decision that you'll have to make is "what framework to use". So far you only told us which not to use.
8年前 に venkatesh jonnakuti によって更新されました。

RE: crud operation with out using service layer

Junior Member 投稿: 31 参加年月日: 13/02/05 最新の投稿
thank you very much for giving your valuable solution