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

LinearGradient
LinearGradient
Offline

Badges

Badges
29

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
23

Posts

Posts
208

Discussions

Discussions
8

Questions

Questions
200

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LinearGradient
Customize the badges you want to showcase on your profile
How to configure /etc/map to generate domain-less URLs? - Adobe Experience Manager 15-10-2015
Hi,Right now we have configured /etc/map to generate URLs in the form of www.acme.com/about, www.acme.com/services, etc. Is there a way to configure it to generate URLs in the forum of /about, /services instead?Thanks.

Views

951

Likes

0

Replies

1
aemcasts.com is slow and sluggish - Adobe Experience Manager 15-10-2015
I did a whois on aemcasts.com and looks like it is owned by Adobe.However it is very slow and sluggish. It has these annoying hiccups once every 10-20 seconds or so.Also would it be possible to make the episodes downloadable? Or at least upload them to YouTube?Thanks.

Views

1.2K

Likes

0

Replies

3
Re: Performance of Search Predicates vs SQL2 queries - Adobe Experience Manager 15-10-2015
Thanks for the comment Ove.Just one question: is there anywhere officially indicated that Predicates are converted to SQL 2 queries? Because a colleague of mine thought the reverse is true: that SQL 2 queries are converted to predicates in the backend.

Views

1.7K

Likes

0

Replies

0
Performance of Search Predicates vs SQL2 queries - Adobe Experience Manager 15-10-2015
Hi,Are there any performance differences between Search Predicates and SQL2 queries in CQ 5.6?Which one is the recommended API for querying for specific nodes in the CRX?Thanks.

Views

3.5K

Likes

0

Replies

4
Re: QueryBuilder's API, p.limit = vs p.limit = 1 - Adobe Experience Manager 15-10-2015
Thanks for the reply Ove. But what's the difference between "unlimited with intention" "the default unlimited". And are they documented anywhere?Thanks.

Views

1.8K

Likes

0

Replies

0
QueryBuilder's API, p.limit = vs p.limit = 1 - Adobe Experience Manager 15-10-2015
When using com.day.cq.search.QueryBuilder, is there any difference between p.limit = 0 and p.limit = -1?Seems to me that both behave the same, but in I could only find p.limit = -1 stated in the docs.

Views

3.3K

Likes

0

Replies

3
Feature Request (kind of): please provide AEM docs (JavaDocs, guides, tutorials, Widget APIs, etc.) as downloadable bundles for Zeal and Dash apps - Adobe Experience Manager 15-10-2015
Here are links to the apps, respectively:http://kapeli.com/dashhttp://zealdocs.orgThanks.

Views

812

Likes

0

Replies

1
Re: Transactions in CRX. - Adobe Experience Manager 15-10-2015
Thanks Justin for the clarification.

Views

885

Likes

0

Replies

0
Re: Transactions in CRX. - Adobe Experience Manager 15-10-2015
Jorg,There are scenarios in which we call some CQ APIs, and these APIs call save internally. For example, PageManager.touch saves the node immediately.So even if I don't call session.save in my code, some changes might still be committed without using an explicit transaction manager.As we are using TarPM and it is transactional, is there a way to expose a JCR transaction manager, etc. to have total, explicit control over transactions?Thanks.

Views

923

Likes

0

Replies

0
Re: Transactions in CRX. - Adobe Experience Manager 15-10-2015
By multi-threaded I was referring to an app server, in which each request is handled by its own thread.What happens in a scenario like this:Request 1 Request 2 ======================================================================================= create node at /content/foo with property p = FOO_1 create node at /content/bar with property p = BAR_2 create node at /content/bar with property p = BAR_1 create node at /content/foo with property p = FOO_2 session.save() session.save()When the sessio...

Views

917

Likes

0

Replies

0