1 Reply Latest reply on Sep 10, 2012 9:31 AM by ssilvert

    "Do it Yourself" admin console

    ssilvert

      I've started a small three-class project called the CLI Resolver.  It binds EL to the AS7 management model, allowing end users to write their own web admin console in JSF.  It's really easy and often doesn't even require any java code. 

       

      Before anyone asks, it's not meant to replace or compete with the current web console.  For a number of reasons, we can't use JSF in the domain controller.  But it's a nice option for those who want something customized to their own requirements.  Let me know what you think.

       

      Blog:

      http://managetheboss.blogspot.com/2012/09/do-it-yourself-as7-web-console.html

       

      Demo Screen Shot:

      https://raw.github.com/ssilvert/diycdemo/master/docs/images/demoscreenshot.png

       

      CLI Resolver project:

      https://github.com/ssilvert/cli-resolver

       

      Demo Project:

      https://github.com/ssilvert/diycdemo

       

      Stan