JBoss Community

Java EE Application Structure for 'always on' data gathering

created by Matthew Bellinger in Beginner's Corner - View the full discussion

One of the projects I am working on will be receiving data from an external source, and constantly processing that data.  The plan is to build on top of Java EE/JBoss that application, and an application for accessing the information that is generated from that external data. From the information I have found so far on Java EE seems to be a 'trigger/transaction based' approach, where either a client connection, or specific message would drive processing in a Java EE application.

 

Is there a standard Java EE way to have an 'always on' process that gathers data?  Or is this something I would develop outside Java EE and just have my Java EE App connect to it when someone needs data from it?  Is there any documentation on this sort of approach?

 

Thanks,

~Matt

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community