While I receive some feedback on tagging summaries, I wanted to go ahead
and start the discussion on the auto-complete feature for tags as well.

I need to add a servlet to get all the tags for a given website based on
on tag prefix.

i.e. /roller-ui/authoring/ajax/tags/r

would return in some JSON format.

roller
roll
...

Allen had previously suggested to unify these and I'd agree. His
suggestions were these:

/roller-ui/authoring/ajax/users (info about users)
/roller-ui/authoring/ajax/tags (info about tags)


Mine are:

/roller-services/json/users/
/roller-services/json/tags/

My rationale is that other clients might use this information such as
blogs and they are not necessarily attached to our authoring
environment. Allen had suggested we re-purposed AAPP but he's right that
there might security concerns because you can change the database
through those.

-Elias

Reply via email to