We have DEV, TEST, and PROD environments. The DEV environment is wide open for developers to make their changes. However the TEST and PROD environments reside behind firewalls which only administrators can access. In order to publish changes, you have to import the ENTIRE Javascript or Database thing up to TEST and PROD. There are many problems with this, including the possibility of inadvertently publishing code that is in development and not ready for publishing...this has already caused massive problems on our production applications. We need the ability to publish individual services, and the ability to modify services does not need to be blocked for only administrators. If a role existed for PUBLISHERS, the services could be modified by authorized personnel. As it is now, that falls on the shoulders of the server administrators, who have absolutely no clue about our application requirements. I'd be glad to talk to someone about this...I know I'm not explaining it well here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.