• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Admin Module

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello..there.
I am creating a web based application that functionally works same as twitter.
So Database side there will be Normal Users their post,like, comment records, and Images for that post.
In which I want to create Admin module from where i can manipulated my hosted site without access to server.
So Exactly my question is what functionality should I add in my admin module.
// Project is in Java, Servlet , JSP //
 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Goppey Denzel wrote:
So Exactly my question is what functionality should I add in my admin module.



Are you sure this is a java in general forum question ?

I find your question a bit unusual. It seems that you are making a product yourself and you need to know what functionality you want to add in your product. Well thats completely subjective to your requirement. You need to do an analysis over what functionality you want your prospective clients to have.
There are tons of things that can come in an admin module like when to archive data, what are the templates for email, etc...
Even moderation can be considered as an admin task.
reply
    Bookmark Topic Watch Topic
  • New Topic