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

hungryfoolish
hungryfoolish
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
7

Discussions

Discussions
3

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by hungryfoolish
Customize the badges you want to showcase on your profile
AEM servlet dispatcher.forward() causing 500 error - Adobe Experience Manager 28-11-2016
Below is a weird scenario i am facing. I am having a publish instance with dispatcher in front of it.I am using a servlet to be called from third party application with URL similar to /bin/mysevlet?id=123&action=readDetails. In this servlet i am processing based on id passed and once done, i am forwarding it to another page in AEM using below codedispatcher=request.getRequestDispatcher(aemURL); dispatcher.forward(request, response); Servlet is called fine from external party and once controls co...

Views

1.7K

Likes

0

Replies

3
Re: AEM UI best practices - Adobe Experience Manager 24-10-2016
Jitendra S.Tomar wrote... Hi, This is very good question. In every AEM implementation, there are many iteration between AEM developers & UI developers. I do not have much to share but it is up to to the UI developer to get some sense of AEM development process. And design your UI stuff accordingly. Talk to AEM developer in your team. Regards, Jitendra Thanks, Also from responsive point of view, any defined list of best practices?Regards.

Views

292

Likes

0

Replies

1
AEM UI best practices - Adobe Experience Manager 21-10-2016
Greetings,I am starting on a new AEM implementation and below is my list for UI.1. Single DOM model for desktop/mobile/tablets2. Media Queries3. Image Sprites4. Adaptive imageCan anyone confirm this as well as let me know where can i get more details?OLA!

Views

460

Likes

0

Replies

3
CQ5 LDAP integration API? - Adobe Experience Cloud 15-10-2015
Hi,I am integrating LDAP with CQ5 using OOTB configuration http://docs.adobe.com/docs/en/crx/current/administering/ldap_authentication.html .Once integrated i want to query LDAP inside CQ5 e.g. to check if a user exists in LDAP? Are there any API available for these types of call? Or do i need to use plain JAVA API for same?Regards.

Views

230

Likes

0

Replies

0
Re: CQ5 LDAP integration API? - Adobe Experience Manager 15-10-2015
Jörg Hoh wrote... Hi,Thanks, My requirement is once website is live (on publish setup), user can get himself registered. For registration, user details are stored into LDAP. So i can assume that i can make direct calls to LDAP from CQ code to check user existence once he is registered?Regards. such a scenario (querying the existence of a user in LDAP) is not directly forseen. But you can periodically sync all users from LDAP to the CRX repository and then query just for a regular CRX user. kind ...

Views

188

Likes

0

Replies

0
Re: CQ5 LDAP integration API? - Adobe Experience Manager 15-10-2015
Thanks,My requirement is once website is live (on publish setup), user can get himself registered. For registration, user details are stored into LDAP. So i can assume that i can make direct calls to LDAP from CQ code to check user existence once he is registered? For making such calls do CQ5 provide any default API or i need to use standalone JAVA API.Regards.

Views

189

Likes

0

Replies

0
CQ5 LDAP integration API? - Adobe Experience Manager 15-10-2015
Hi,I am integrating LDAP with CQ5 using OOTB configuration http://docs.adobe.com/docs/en/crx/current/administering/ldap_authentication.html .Once integrated i want to query LDAP inside CQ5 e.g. to check if a user exists in LDAP? Are there any API available for these types of call? Or do i need to use plain JAVA API for same?Regards.

Views

278

Like

1

Replies

4
Likes given to
Likes from