hariharan jayaprakash

Ranch Hand
+ Follow
since Sep 09, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by hariharan jayaprakash

I have a scenario with 1000 of classes and I am not able to debug the scenarios to identify the code flows.


I want to add loggers in each and every method starting point of all the classes.


It takes more time to write loggers code manually in all the classes.


What is the alternative approach which writes loggers when it enters into each method in any of the classes?.
6 years ago
]I have a scenario with 1000 of classes and I am not able to debug the scenarios to identify the code flows.


I want to add loggers in each and every method starting point of all the classes.


It takes more time to write loggers code manually in all the classes.


What is the alternative approach which writes loggers when it enters into each method in any of the classes?.
6 years ago

For Zip files *.gz, We are using zgrep command to search for a pattern in zip files.

I have created these two zip files one.gz, two.gz

Created a Tar TestTar.tar with the above two zip files


[b]How to find a pattern in a tar file without extracting the above tar file.


do we have any commands?[b]
6 years ago
Do we have way to change the browser Zoom in/out value based on URL in our code?

I want to set my Zoom in Percentage value to 75% and when I add new Tab it should reset to 100% and again when I switch it my particular URL and it has to redirects to 75%.


Is it possible to achieve this through client side(Html, CSS, Jquery, Javascript)?.

Thanks in Advance.
Files will be placed by automation process in that IN directory... (we cant use created date that may be any date). I want to identify after it comes to IN directory.. Is that file not been moved to OUT directory in another 30 mins...


I have to create a process to identify how many files in that above scenario matches and need to get all the file names. !!

Hope i am clear.
7 years ago
I want to identify how long a particular file exists in a directory

I have two directories In/Out

Files which is In directory has been moved to Out directory.. But i want to identify if the files is not moved from In directory for more than 30 mins.

i.e. Based on the duration on file which is not been moved(for example 30 mins).


Is there any API to achieve this?
7 years ago

I have a requirement like this

String filepath = "P:\\Folder1\\Folder2\\Folder3\\Folder4\\Folder5\\Folder6\\File.txt"

String filebase = "P:/Folder1/Folder2/Folder3/";

I want the result string should be filebase = "P:/Folder1/Folder2/Folder3/Folder4/Folder5/Folder6"

8 years ago
I have a JPA entity class in which i will be performing only retrieval operation, so how to make read only @Entity level..? Is there any annotations available to achieve it?
I have arraylist which is already set in controller side.

I need to update the same list(removing few elements in the list) in jsp based on few conditions like, the selected values in dropdown kind off.

How to update the list in jsp?. Is there any way to handle this using JSTL?.

Instead of using scriptlets, can i do this?
9 years ago
JSP
Have you tried it?. Is that working?..
10 years ago
You have an option to add it as Runnablejar and choose the main class(to be execute) as part of your application before creating jar.
10 years ago