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.
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
The perspectives are not the problem, as you can open any view in any perspective. At least that's the case in Eclipse...
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
posted
0
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
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)