Java Utility Using Files.walk()

Scenerio: Suppose you have to move millions of files from archive drive to some other drive after doing some manipulation like zipping some files together and all (this is different utility) with files in this case you want all the file list Answer: We are going to use Files.walk() cool feature came in Java 8 …

Reading from URL (GSON)

Sometimes in AEM there can be scenerio where you have to read from 3rd api/url and that data can be used as a dropdown or may be used in your front end sites . we have to cretae three classes mentioned below .last two classes is just for deserialization of Json. Apireading.java UniverseBean.java Results.java I …

Reading multifield dialog json

In AEM we use multifield dialog very often and oftenly we get into the situation where we have to read these stored multifield values.here in this post I will explain how you can read the multifield dialog values when multifield value is being stored as json like below: Dilaog would look similar like that..here I …

Design a site like this with WordPress.com
Get started