cancel
Showing results for 
Search instead for 
Did you mean: 

java scheduler

Former Member
0 Kudos

Hi

I have a webdynpro java application connects to MS SQL Server and retreive data and display them in webdynpro.I need to create a java program,which is scheduled to run and retreive data from 2 or more database tables and update another database table.How can I create a scheduler to execute a java program at a partucular time.?

webdynpro is displayed in the enterprise portal.

regards

John

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharth_jain
Active Contributor
0 Kudos

Hi,

You can use use KM Schedular Task to achieve this in Portal.

Check the following Blog:

Siddharth

former_member197348
Active Contributor
0 Kudos

Hi John,

Create a Java class and a method. Create a TimedTrigger UI element in Web Dynpro view. For the property delay set your scheduled time

For the event onAction create an action handler and bind.

In the implementation of action handler call your java method.

Regards,

Siva