I would probably go the route of the .sh file.

At the risk of starting a big flame war, cron is solid as a rock, and
all of the memory used by your app will be freed up when the JVM
exits. Why make it more complex by adding quartz or tomcat to the mix
if you do not have to.

Simple is *almost* always better.

Larry


On 7/13/05, Richard Reyes <[EMAIL PROTECTED]> wrote:
> Hello Guys,
> 
> I need your suggestions. I have a task to create an application to
> sync records between 2 Oracle 10g database. Not the whole records of
> the database though, just the now and then transactional updates.
> Access to the db's would be both via web services. I think I have an
> option to do this like
> - a simple java application executed via .sh file
> - a java application running as a daemon on a unix box
> 
> But I really am not sure which better path I should take. Any
> suggestions would be very much appreciated.
> 
> Thanks
> Richard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to