Eclipse Marketplace is a rich client interface available in your Eclipse for browsing and installing the Eclipse plugins listed on the Eclipse Marketplace portal. If you are using Eclipse Helios,it will be available by default. You can start MPC accessing it from the Help menu.Download/Installation details can be found @ http://www.eclipse.org/mpc/
Activity source is the property which controls the links on the left nav on the BCC home screen. All activity sources are registered with the ActivityManager component at /atg/bizui/activity/ActivityManager . When rendering the BCC home page, the ActivityManager cycles through all the registered ActivitySource components and displays left navigation links for each of them on the BCC home page. For example if I want to add a new link "My New Link" , below screen shots exaplins how this can be done 1. Add activityManager.properties to specify the activityresources. In this activityManager, I specified one MyActivitySource. 2. Add MyActivitySource.properties to specify the name of the link and the other details . Here it refers to a bundle properties file. 3. Add the bundle properties file to specify the name of the link. 4. Now you could see the new link...


Comments
Post a Comment