Thursday, April 18, 2013
Send JSON data to struts2
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
...
Wednesday, April 17, 2013
Confluence Publisher Plugin with Jenkins

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...
Tuesday, April 16, 2013
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure on Mysql, MAMP and MAC OS

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...
Wednesday, April 10, 2013
package javax.servlet does not exist
package javax.servlet does not exist
Add a dependency
<dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> ...
html5 chart library

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...
Tuesday, April 9, 2013
JSON generator on JAVA
JSON generator on JAVA,
http://java.dzone.com/articles/java-api-json-processing-jsr
--
Thank you.
Regards,
Kaleeswaran...
Interact with Jenkins through Jenkins.jar
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...
Monday, April 8, 2013
Online Free Jenkins
Online Free Jenkins Available @ https://grandcentral.cloudbees.com/services/plans/dev-at-cloudUse it and Enjoy. Happy coding.-- Thank you.Regards,Kaleeswaran.S ...
Subscribe to:
Posts (Atom)