• 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

How to create Xml Dynamic Menu

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anybody suggest me how to create xml dynamic menu.

In a web application there are hundred menus and ten users only very few of them will have the access (RIGHTS) to the all menus, remaining will have some restriction. They may not have rights(that menu also should not be displayed)

all these menus are going to be java classes.

When a user is logged in, he will be having rights to access to use some menus, only that classes should loaded and only that menus should get displayed.

Using Xml Dynamic menu i want to do this.

Suggest me OR Guide i am a newbiee to Xml.

Thank u
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only XML menu building tool I recall is the XUL extensible user layout language. It is used in the Mozilla web browser.
Bill
reply
    Bookmark Topic Watch Topic
  • New Topic