Uncategorized
-
Container Security in Tomcat
We need define security roles in web.xml. Here, security-role operator created by adding following into web.xml <security-role> … Read More
-
Techie Hints
Welcome to Techiehints. [feedzy-rss feeds=”https://in.techiehints.com/wps/feed/” max=”15″ summarylength=”160″ ] Read More
-
Welcome to Teciehints !!
Welcome to Techiehints. [feedzy-rss feeds=”https://in.techiehints.com/wps/feed/” max=”15″ summarylength=”160″ ] Read More
-
What is Web services ?
Web Services is a service can be written in any supporting languages such as Java, .Net … Web Services establishes communication… Read More
-
Exception in thread “main” java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
Lets try to understand the Error: As the error show the code is built for Java 7. If you try… Read More
-
How to read data list selected value in JS?
How to have data list ? <input list=”profession” id = “optedProfession” type=”search” placeholder=”Select the profession .” required=””> <datalist id=”profession”> <option value=”Player”… Read More
-
How to update URL param in Javascript
function updateURLParam(uri, key, value) { var re = new RegExp(“([?&])” + key + “=.*?(&|$)”, “i”); var params = uri.indexOf(‘?’) !==… Read More
-
How to traverse files recursively in Java?
In this post you can find very use full program in Java. Inorder to get this implementation you need to… Read More
-
Techie Hints
The technology keeps moving forward, which makes it easier for the artists to tell their stories and paint the pictures… Read More
