この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
we are updating our current Project to 6.3, If some body can say which one is the best approach.
WcmUsePojo or Sling Models, it will be great help.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
There is no the best solution for that. It depends on many various things smacdonald2008 wrote already (with massive exhausing explanation). Although tldr: using Sling Models coexist with using a lot of annotations (like JPA a little, at least for me) and Use classes are rather manual processing from a resource to specific class. Moreover, and forgive my ignorance, Sling Models are using (100% sure) adaptTo method and I am not sure which mechanism Use classes are using (I think its some injections during HTL but I might be wrong). Personally I have got away from Use classes in favour of Sling Models but it was related to that I need mostly plain classes without any processing so essentially few fields with annotations and getters are doing their job well.
表示
返信
いいね!の合計
See this thread -- good write up -- How To Switch From WCMUsePojo To Sling Models in AEM
Hope this helps.
Also - both approaches are valid too. Here is a getting started article for HTL and WCMUsePojo -- Scott's Digital Community: Creating an AEM HTML Template Language component that uses the WCMUsePojo...
表示
返信
いいね!の合計
There is no the best solution for that. It depends on many various things smacdonald2008 wrote already (with massive exhausing explanation). Although tldr: using Sling Models coexist with using a lot of annotations (like JPA a little, at least for me) and Use classes are rather manual processing from a resource to specific class. Moreover, and forgive my ignorance, Sling Models are using (100% sure) adaptTo method and I am not sure which mechanism Use classes are using (I think its some injections during HTL but I might be wrong). Personally I have got away from Use classes in favour of Sling Models but it was related to that I need mostly plain classes without any processing so essentially few fields with annotations and getters are doing their job well.
表示
返信
いいね!の合計
I recommend Sling Models because there are very restrictive test libraries that support WCMUsePojo. Sling Models FTW!
表示
返信
いいね!の合計