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

Julio_Tobar
Julio_Tobar
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
17

Posts

Posts
25

Discussions

Discussions
7

Questions

Questions
18

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Julio_Tobar
Customize the badges you want to showcase on your profile
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 27-07-2022
Good Morning Everyone, Thank you for giving me this opportunity to be part of your community. My name is Patrick Yee and I am a software engineer that loves using .NET, C#, C++, HTML, CSS, and JavaScript. I love to learn about technology. I also enjoy reading and writing, and playing video games. I am inspired to a game software developer, but in the meantime I want to be more knowledgeable person with a lot of skills.

Views

106

Like

1
Re: Should you use React API in AEM projects? - Adobe Experience Manager 17-01-2019
Thanks Scott, that article is really helpful but leaves the question open: Should I use React for NON-SPA applications?

Views

1.8K

Likes

0

Replies

0
Re: Explain me to understand constraint ? ((?=.*\d.*)(?=.*[a-z].*)(?=.*[A-Z].*)(?=.*[@#%\*\-+=~\[\]{}<>\?].*).{12,}) - Adobe Experience Manager 07-06-2018
Thank you all for the response,As suggested solution to this problem is resolved.

Views

3.6K

Likes

0

Replies

0
Re: ValueMap vs Node property - Adobe Experience Manager 10-04-2018
Thanks Julio Tobar, it's really helpful

Views

1.3K

Likes

0

Replies

0
Re: Not able to create folder for editable templates - AEM 6.3 - Adobe Experience Manager 22-02-2018
To work with editable templates -- see this article - it walks you through everything to be successful: Creating an Adobe Experience Manager project using Lazybones You will create a template like:

Views

799

Likes

0

Replies

0
Re: anonymous user access to /etc using curl - Adobe Experience Manager 20-02-2018
Thank you very much. It seems to have worked . I did not have to do the #2 updates for Adobe Granite CSRF Filter as OOTB it was allowed (may be it is the case in AEM 6.2).

Views

1.3K

Likes

0

Replies

0
Re: Reinstalling the content package and the page status - Adobe Experience Manager 20-02-2018
Thanks for framing the answer perfectly.

Views

1.2K

Likes

0

Replies

0
Re: How to get ResourceResolver in a background thread? - Adobe Experience Manager 21-02-2018
Sorry for the delay, but I finally got it working. A few notes:My initial design was never going to work. I tried to pass the servlet's request.getResourceResolver() down to my worker class and then reference it in the new Thread. But when the servlet then issues a redirect (or any other response) back to the client, the request, and therefore the ResourceResolver, is closed, and the thread throws an exception when trying to use the now-closed resolver.My second attempt was close, but I had @Ref...

Views

4.2K

Likes

0

Replies

0
Re: Programatically dropping components to AEM page - Adobe Experience Manager 19-02-2018
vidhumitram53839032 , let me see if I fully understand your requirement:Legacy SystemJCR based system with content for pagesNew SystemTemplates already createdContent components already createdRequirementUsing java code you mustcreate PAGESAdd legacy content to the newly created pagesAuthors should be able to go into the pages and use the component's dialogs to edit the migrated contentIf that's the case, then you're on the right path, continue to use Sling APIs for creating the JCR nodes in the...

Views

1.4K

Like

1

Replies

0