How to develop a simple application using JFS.

Accepted answer

One way to allow you to create a new page in RTC where you can display the information you like is to create a page extension. this will add a new menu to your CCM Web application where you are free to add any information you want.
Comments

I Deploy the Work Item Bulk Mover plugin,but I am not getting the new menu in the Web Client.Will you please tell me,where I am going wrong.How we can create a menu in the dashboard ,where we can show our own information.

Please follow carefully the provided instructions in the project area. You need to deploy three plugins, the Service, UI and Menu Provider in order to get the Bulk Mover up and running. This will add a new menu point to all CCM webpages (excl. the admin pages). This will not create a new menu entry within the dashboard, you would have to create a widget in order to do that.

I deploy the following Plugins at server side (provision_files and update site)-

Is the 'com.siemens.bt.jazz.services.WorkItemBulkMover' service listed under /ccm/service?

Yes "com.siemens.bt.jazz.services.WorkItemBulkMover.IWorkItemBulkMoverService" is listed under /ccm/service.

Thanks Lukas Steiger,you helped me lot.Now it is working.

Glad to hear that :-)
One other answer

To my knowledge, there is no good documentation on developing an application using JFS, so it is not something I would recommend doing. (Note: I would be happy to be proven wrong about this :-).
Comments

I want to develop a web Page ,in which I have to display some of the information from IBM RTC.I wanted to know how we can retrieve information from task(CCM).I want to display the information of user in which projects ,they are currently working and also the time taken by user to complete those task.
Comments
Lukas Steiger
Dec 13 '17, 2:20 p.m.I fully agree with Geoffreys answer below. (Unfortunately)
Can you line out a litte more about the use case you have to fulfill? There might be a much easier solution out there we can give you guidance to if let us know what you want to achieve.