cancel
Showing results for 
Search instead for 
Did you mean: 

How can code a Java listener in the Netweaver portal?

Former Member
0 Kudos

Hi, experts,

Plz give me some hint: How do I code a java Listener that can print a sales report at 3:15 AM automotically every day, after I deploy the Listener to the Netweaver Portal?

Do you give me some hint?

Best regards,

tao

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

is that a listener? sounds like a scheduled job.

if your portal is nw7, you can use km scheduler

if you have CE. you can use java scheduler api.

Former Member
0 Kudos

Hi, John,

First, Thanks a lot for your help so quickly!

Your understand is right: This is a scheduled job. But I don't know how to complete it.

My portal is NW7. How can I use the KM scheduler to finish the job?

Do you give me some more detail (ex. step by step)?

I found some information in the web that told me to develop some .jsp files and deployed these .jsp files to the portal.

I think this isn't good idea. Do you think that it is so?

Best regards,

tao

p330068
Active Contributor
0 Kudos

Dear Wang,

Please refer to the

Best Regards

Arun Jaiswal

junwu
Active Contributor
Former Member
0 Kudos

Hi, Arun and John,

Thanks a lot for your help!

The problem has been resolved according your advise.

Thanks again!

Best regards,

tao

junwu
Active Contributor
0 Kudos

please make the problem as solved if possible.

Former Member
0 Kudos

Hi, John,

I am very sorry that the question isn't marked as a question while I created it.

I really apologize to you for the mistaken, and I really thanks for your help.

I try to assign the points by clicking on the stars to the left, but I don't find the points.

Very sorry to you.

Do you tell me how to remedy the mistaken?

Best regards,

tao

p330068
Active Contributor
0 Kudos

Dear Wang,

I think you can use the Schedular of the Java Timer to schedule to print on particular time intervals.

Best Regards

Arun Jaiswal