Friday, May 30, 2014

Quartz Scheduler Misfiring

1) Read this article explaining why the Quartz Scheduler misfires.

http://java.dzone.com/articles/quartz-scheduler-misfire

2) To have more control the mis-fire behavior,  edit the following property.


org.quartz.jobStore.misfireThreshold
The the number of milliseconds the scheduler will 'tolerate' a trigger to pass its next-fire-time by, before being considered "misfired". The default value (if you don't make an entry of this property in your configuration) is 60000 (60 seconds).
Refer to the documentation below.
http://quartz-scheduler.org/documentation/quartz-1.x/configuration/ConfigJobStoreCMT


World Community Grid

Mission: to create the world's largest volunteer computing grid to tackle projects that benefit humanity.

https://www.facebook.com/worldcommunitygrid.org


citizenibm.com/2014/05/haftel_chicago_big_data.html

TattleTale - JBoss

Use this tool to find the dependencies of a jar on another jar.

tattletale.jboss.org

Usage of the command is mentioned below. :

C:\Softwares\tattletale-1.1.2.Final\tattletale-1.1.2.Final>java -Xmx512m -jar tattletale.jar C:\Unica_Work\8_6_0\AffiniumWebApps\Campaign\webapp\WEB-INF\lib C:\XalanReports
 

IBM Blue Mix

What is Codename: BlueMix?

BlueMix is an implementation of IBM’s Open Cloud Architecture, leveraging Cloud Foundry to enable developers to rapidly build, deploy, and manage their cloud applications, while tapping a growing ecosystem of available services and runtime frameworks. IBM will provide services and runtimes into the ecosystem based on our extensive software portfolio.
In practical terms, this means that cloud applications built on BlueMix will:



  1. Reduce time for application/infrastructure provisioning
  2. Allow for flexible capacity
  3. Help to address any lack of internal tech resources
  4. Reduce Total Cost of Ownership (TCO)
  5. Accelerate exploration of new workloads – social, mobile, big data
Public instance URL
https://ace.ng.bluemix.net/

Blue Mix Developer Community
https://developer.ibm.com/bluemix/

Blue Mix Get Help
https://developer.ibm.com/bluemix/get-help/


Blue Mix Simplified

https://developer.ibm.com/bluemix/2014/05/06/bluemix-simplified/

Tuesday, May 13, 2014