Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BigT168
BigT168
Offline

Badges

Badges
26

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
29

Posts

Posts
155

Discussions

Discussions
31

Questions

Questions
124

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BigT168
Customize the badges you want to showcase on your profile
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 13-03-2018
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?

Views

9.0K

Likes

0

Replies

3
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 13-03-2018
do you mean /bin/myservice.home/bin/myservice.contactus

Views

9.0K

Likes

0

Replies

5
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 13-03-2018
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.

Views

9.0K

Likes

0

Replies

7
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 09-03-2018
I got it working. Can you please remove this topic. Thanks.

Views

9.0K

Likes

0

Replies

9
Is it possible to achieve with one sling service - Adobe Experience Manager 09-03-2018
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...

Views

9.2K

Like

1

Replies

10
Re: jcr-sql2 query starting with specific string - Adobe Experience Manager 17-01-2018
Can you add one more condition: and not CONTAINS([cq:tags], "global_search_business")

Views

4.2K

Like

1

Replies

1
Re: How to add variations in the content fragment model? - Adobe Experience Manager 02-01-2018
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.

Views

1.5K

Likes

0

Replies

0
How to add variations in the content fragment model? - Adobe Experience Manager 29-12-2017
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...

Views

2.8K

Likes

0

Replies

5
Re: Cannot find /libs/dam/cfm/models for Content Service - Adobe Experience Manager 18-12-2017
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.

Views

1.5K

Likes

3

Replies

0
Cannot find /libs/dam/cfm/models for Content Service - Adobe Experience Manager 15-12-2017
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.

Views

2.7K

Like

1

Replies

4