Monday, 26 October 2015

All about CMS - Content Management System


Joomla is estimated to be the second most used content management system on the Internet, after WordPress.

The Google's product Blogger is also treated as CMS, since it gives a way to people to maintain their content of interest. It offers customizable dashboard where people can manage their content as their wish.

There are many content management systems out there in the market. Wordpress, Joomla and Blogger are amongst the most populous CMS tools.
 

Thursday, 15 October 2015

java command execution


java -cp . com.bt.noas.sipt.App
java -cp rhino-profiles-1.0-SNAPSHOT.jar com.bt.noas.sipt.App
java -cp . -jar jarfilename.jar com.bt.noas.sipt.App

Thursday, 1 October 2015

Jenkins

Key highlights of Jenkins:

  • Jenkins is a Continuous Integration Tool, which triggers the SCM to download your code from the code repository.
  • Builds your application.
  • Runs the unit test cases.
  • Triggers deployment of your application.
  • Once your application got deployed you can fire all your functional test cases as Junit test cases to ensure the regression is smooth.


http://www.itisopen.net/2013/08/Installing_jenkins_on_CentOS_6.4/ ==CentOS installation Jenkins