Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, November 14, 2014
Spring MVC custom body tag library example
›
Create two java file with following contents: package com . pkm . maven . tag ; import javax.servlet.jsp.JspException ; import...
Spring MVC simple custom tag library example
›
Create a java file with following contents: package com . pkm . maven . tag ; import java.io.IOException ; import java.text.Si...
Saturday, October 11, 2014
HANDLING CUSTOM ERROR PAGES IN TOMCAT WITH SPRING MVC
›
Download full source code from here web.xml <error-page> <location> / error.jsp </location> </error-page...
Grail's Create Or Change Database Connection Manually Or Run-time | Using multiple data-sources in a Grail's project | Grail's Multiple Data Sources | Grail's multi tenant data-sources
›
In src/groovy, create a groovy class named 'UserHolder' with following contents: package a . b . c /** * Created by pri...
Friday, October 10, 2014
Using Java Send Email Using Smtp Server(Html, Attachment, Embedded Image)
›
First download java mail api jar from: https://java.net/projects/javamail/pages/Home or here . And add this to your project classpath. ...
‹
›
Home
View web version