are sexy urls in administrative apps useful?



this is all about web apps, desktop apps are another matter]
ok, so here is my definition of an administrative app:


CRUD + some logic
all the data is private, all the access is restricted, everything lives

behind the login screen.


so, if I have a url like


server/app/table/action/parameters


I have various advantages, for instance,


I can bookmark stuff, so that I can comeback later and continue to work

on it (a record, or a view state* perhaps),


I can also send links to my cop-workers, so they see the same
information that I do, also,


I can save all kinds of checks (are there any registers of the X table,

that have Y condition available?), I can save various links, a list of
links, that imply a proccess, etc.


* table name, search criteria, sort order, page number, etc.


so, in this context, do you think that users would benefit from sexy
urls, that store a session's state, so it can b retrieved later, or do
you think that "users won't even use it, they'll retype serach
criteria, etc"

.



Relevant Pages

  • How to tell if older apps will run native under OS X?
    ... I just accidentally discovered that the copy of AppleWorks 6 I've had ... I suppose I could just try them one by one to see which ones launch, ... Is there a way to set up search criteria or something to just get a list ... I'm not talking about old apps that run using Classic; ...
    (comp.sys.mac.apps)
  • Re: Whose Fish?
    ... MOST of the business apps I have coded have been pretty straight ... CRUD apps are often not trivial because they are often marred in tons ... (Actually, I find all programming fun, even the CRUD stuff is ...
    (comp.object)
  • Re: Poly Couples (was: How to motivate use of OO?)
    ... rich GUI apps are. ... Web and CRUD applications can make very nice use of OO ... No OOP *at the app dev level* -. ... This, BTW, is why I said CRUD heavy apps don't need "OOP", they can get ...
    (comp.object)
  • Re: Poly Couples
    ... rich GUI apps are. ... Web and CRUD applications can make very nice use of OO ... The best web frameworks allow web apps to be written like ... I don't challenge OO for systems software. ...
    (comp.object)
  • Re: Poly Couples (was: How to motivate use of OO?)
    ... rich GUI apps are. ... Web and CRUD applications can make very nice use of OO ... Further, most of the GUI framework should be declarative, partly ... you couple it to a specific language or language family, ...
    (comp.object)