I find this article "how to not use selector". Sling: More About
Selector Best Practices - Bots & AEM corner Should I just create
multiple services?What's the best practice?
Define as this
@SlingServlet(paths={"/bin/myservice/home","/bin/myservice/contactus","/bin/myservice/yourplan"},
methods = "GET", metatype=true)Use the last word as input variable. In
this case, it is either home, or contactus or yourplan.
Just wonder if it is possible to achieve this.I write a sling service
called /wcmapi/myservice. I want to service to handle the URLs.1.
https://locahost:4502/wcmapi/myservice/myplan2.
https://locahost:4502/wcmapi/myservice/mycontact3.https://locahost:4502/wcmapi/myservice/myhomeThe
service will take the last value (myplan or mycontact or myhome) in the
url as input to generate different output. since the logic is very
simple and output as well, instead creating an interface and implement
three s...
Thank you for your response.However, I ask for adding variation in
content fragment model? The variation function exists in content
fragment, but not content fragment model.Can you please ask adobe
internal developers to see if we are able to use variation for content
fragment model?Thanks.
AEM adds new feature "content fragment model", which can have different
content fragment data types. It is very useful feature.However, after
following this link (Adobe Experience Manager Help | Getting Started
with AEM Content Services - Part 1 - AEM Content Services Set up) to
define the FAQ, I am not able to create variations, the "Creation
Variation" link is not there.Is it possible to have own content fragment
model and also include the variation for different channels?Just wonder
if adobe...
Resolved the issue by manually installing each 19008 package. The 19008
package installation just output three different packages, but didn't
automatically install them like other packages. Need to install them
manually.
I follow the instruction "Installation on AEM 6.3 SP1" from Adobe
Experience Manager Help | Getting Started with AEM Content Services -
Part 1 - AEM Content Services Set up to setup content service. In part
two, I don't see the "Content Fragment Models" under the Tool -> Asset.
Goto CRXDE, Nor the models under the /libs/dam/cfm.Does anyone know what
additional package or configuration I need to do in order to see the
"Content Fragment Models" under the Tool->Asset?Thanks.