Thursday, April 18, 2013

Send JSON data to struts2

No comments:
Send JSON data to struts2 I found a nice article which points out how the struts2 receives json data from UI and returns the json data as response. The links is: http://anton-solovyev.livejournal.com/172056.html We need to add a dependency in pom.xml        ...
Read More

Wednesday, April 17, 2013

Confluence Publisher Plugin with Jenkins

2 comments:
Confluence Publisher Plugin with Jenkins I integrated confluence publisher plugin with Jenkins. Here are the steps, it may be helpful to some one. I followed the doxumentation at https://wiki.jenkins-ci.org/display/JENKINS/Confluence+Publisher+Plugin 1) First I installed the...
Read More

Tuesday, April 16, 2013

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure on Mysql, MAMP and MAC OS

No comments:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure on Mysql, MAMP and MAC OS I just created the a new user in phpmyadmin with all the privileges to all the databases. and I used the dependency     <!-- MySQL database...
Read More

Wednesday, April 10, 2013

package javax.servlet does not exist

No comments:
package javax.servlet does not exist Add a dependency         <dependency>            <groupId>javax.servlet</groupId>            <artifactId>servlet-api</artifactId>            ...
Read More

html5 chart library

No comments:
HTML5 chart library HTML5 and JS library rocks on graphs. Earlier it was little difficult to implement. Now it is very easy. Highcharts http://www.highcharts.com/demo/line-time-series/grid Rgraph I have used the RGraph, it is very easy to implement. Refer the doc. There...
Read More

Tuesday, April 9, 2013

JSON generator on JAVA

No comments:
JSON generator on JAVA, http://java.dzone.com/articles/java-api-json-processing-jsr -- Thank you. Regards, Kaleeswaran...
Read More

Interact with Jenkins through Jenkins.jar

No comments:
Interact with Jenkins through Jenkins.jar To get the help commands from Jenkins, java -jar /Users/users/Downloads/jenkins-cli.jar -s http://localhost:8080/jenkins/ help Results will be like Ref :         https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI...
Read More

Monday, April 8, 2013

Online Free Jenkins

No comments:
Online Free Jenkins Available @ https://grandcentral.cloudbees.com/services/plans/dev-at-cloudUse it and Enjoy. Happy coding.-- Thank you.Regards,Kaleeswaran.S ...
Read More