Change By: keithwoodlock (11/Apr/13 1:44 AM)
Description: Batch jobs are a series In our older product mifos 2.6.0 (not mifosx) we used libraries from spring batch to support scheduling  of  back-end  '  jobs ' and we require similiar scheduling support  on  a computer that are executed through predefined scripts  the mifosx platform .   While Mifos X doesn't yet currently have

On mifosx platform
 the  level  following is some  of  complexity of Batch Jobs  use cases this scheduling support would be used for:
1. scheduling out-going communication such
 as  Mifos  emails or SMSs
 2. x, batch jobs are already needed for posting  scheduling running  of  daily/end of day calculation tasks mostly around  interest  to  calculation for loans and  savings
3. scheduling running of reports etc

On mifosx we use latest version of spring framework (spring framework 3.2) which has support for scheduling through quartz - see http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/scheduling.html 

The TaskExecutor
 and  fixed deposit accounts  TaskScheduler abstractions from spring framework 3 . 2 should be sufficient. If anyone has expierence in using them with or over sprng batch (http://www.springsource.org/spring-batch) we would like to hear about it.

The scope of this


We shall follow a similar approach to the most recent implementation of Batch Jobs in Mifos 2.x

* Use existing batch job processing support in Spring Framework 3.2
* Integration of Quartz Scheduler for scheduling of these jobs
* UI for management and monitoring of batch jobs (FUTURE)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to