GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Showing posts with label
Java-EE
.
Show all posts
Showing posts with label
Java-EE
.
Show all posts
superclass "javax.servlet.http.HttpServlet" not found on Java Build Path - solution
›
You might (normally) get the error following error on a dynamic java web project created through maven on Eclipse IDE. The solution is simpl...
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path - Solution
›
Solution to the Java Web Project error : " The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pa...
java spring - read properties file variable from xml -PropertyPlaceholderConfigurer
›
Java springframework xml configuration file - how to read properties file variables from spring xml : We have to use PropertyPlaceholderCon...
hibernate annotation inheritance mappedsuperclass - common columns in super class
›
When you are using annotations for hibernate object relational mapping, there might be the case that we need to abstract out some common col...
mysql hibernate unicode support - character set, collate
›
I just did following configurations to achieve Unicode support in my Java+Hibernate+MySQL project. Configuring MySQL to support Unicode - ...
Java code to find public IP address (servlet and client side code)
›
Java code to find public IP address : URL url= new URL("http://gt-tests.appspot.com/ip"); BufferedReader in = new BufferedRead...
2 comments:
hibernate show sql & parameter to console
›
You need to configure it 2 places : 1) Configuration in log4j logger : add following lines in - log4j.properties file : log4j . logg...
java escape html string - code
›
1) StringEscapeUtils from Apache Commons Lang : import static org . apache . commons . lang . StringEscapeUtils . escapeHtml ; // ...
›
Home
View web version