The Artima Developer Community
Sponsored Link

Java Answers Forum
Event Driven Programming

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bala Polavarapu

Posts: 1
Nickname: bsp123
Registered: May, 2012

Event Driven Programming Posted: May 18, 2012 2:48 PM
Reply to this message Reply
Advertisement
We have an enterprise java based application deployed on weblogic, which does processing in huge volumes at the end of the day during our batch process.

As part of enhancing our end of day process, I was wondering if we could implement some sort of event driven processing in our batch, so that the EOD processing kicks off per client instead of processing all clients in one go.

I have no idea about event driven batch processes. I know we have schedulers like autosys, but that cannot be used in this case.

We need a mix of polling processes and MDBs with polling processes typically generating the events which can be picked up by the MDBS.

Any thoughts or ideas?

Thanks

BSP

Topic: What does this code do? Previous Topic   Next Topic Topic: WYSIWYG Html Editor with JEditorPane and HTMLEditorKit

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use