How can I create a web based administration interface.

Posted by The HCD on Stack Overflow See other posts from Stack Overflow or by The HCD
Published on 2010-03-31T10:36:54Z Indexed on 2010/03/31 10:43 UTC
Read the original article Hit count: 303

Filed under:
|
|

Hi all,

I'm planning to create a simple web based interface that stores administration input in json format (for use later by an applicaiton running on the same host)

example json output is here: http://www.json.org/example.html The content would be user contacts (email, name, phone number, photo etc..)

There would need to be a conf file per logged in user. and an administrator user for viewing all config files in his group.

I'm wondering what technology is best to create this framework.

I could do it via servlets etc.. however, there may be something simpler..

Thanks to all for your replies in advance.

© Stack Overflow or respective owner

Related posts about html

Related posts about administration