Learning project

The purpose of this blog is to document my app development in Apex.  This initial app is a learning project to get my head around the options within Apex, it's more for me to learn Apex than anything else.

The application will allow the maintenance of roles, environments, applications and services that are part of a dynamic UI generated for a log search tool I developed.  The users of the tool are shown the environments, apps, services based on their roles within ldap.  These roles defined in the apex app are to provide a mapping from the roles in ldap to the environments etc in the log tool.  As user on one role should not see details of other roles.

The app will consist of a roles page, this is for creating roles and should only be shown to those who have role admin. Role admin are those admins on a special / reserved role that only exists for this application and is only there for providing appropriate authorization.

My intent is to use the newest and most automated features of apex wherever possible. And provide different options to those following this.

Comments

Popular posts from this blog

Roles Page - Validations and Primary Key

Database triggers and Application Express

Authorization scheme to prevent access to a specific page