• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Limit Perspectives

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey everyone,
Quick question -- We are using Websphere Studio 5.1 (built on eclipse). Anyone know of a way to prevent a user (ie, bad programmer) from seeing some of the perspectives (such as data) which they could mess up things? I saw that different versions of the product have additional Perspectives, but i'd like to limit it even further than what Site Developer allows.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The perspectives are not the problem, as you can open any view in any perspective. At least that's the case in Eclipse...
 
Dastardly Dan the Author
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could hack the plugin.xml files of the plug-ins that define the "offending" view or perspective (i.e., the extension of extension points org.eclipse.ui.views and org.eclipse.ui.perspectives), not that I recommend it.
Wouldn't it be better to train your programmers how not to "hurt themselves"?
-- Dan
reply
    Bookmark Topic Watch Topic
  • New Topic