Ted Husted has gracially put a copy of my Struts compatible menuing
component on his site at http://husted.com/about/struts. Thanks Ted.
The basic overview:
Menus can be modeled in an XML file and displayed by JSP via tags. The
strings used to display the menus in HTML are contained in a properties file
that can be modified (or just use your own custom one). Customized menu
displayers can be used by implementing the MenuDisplayer interface.
This is in it's early stages and is a work in progress. Please review the
README for more specific info.
>From my point of view, this is probably more suited for web based
applications as opposed to content driven ones.
Notes about the example:
The example has been internationalized for Russian (with english being the
default). Just switch your browser language to Russian to see the Russian
prompts. Unfortunately, I don't have a firm grasp on creating dynamic menus
that are mutli-browser compliant. So, to see the dynamic menus properly
please use IE 5.0 > (sorry :( ). I would greatly appreciate some assitence
in the area of dynamic menus.
I've tried to describe most of what's going on in the README. However,
please feel free to e-mail me/and or the struts list about any specific
questions or comments.
Thanks
-------------------
Scott Sayles
Software Developer
FGM Inc.
> -----Original Message-----
> From: Scott Sayles [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 30, 2001 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: contribution - menuing component
>
>
>
> I've developed a menuing component for Struts and would like to
> contribute it. At the least I'd like to submit it to the
> user/and or dev list for feedback. I have a binary distribution
> that includes the source code and is about 500k (tarred and
> compressed). I'm concerned that this may be a bit too large for
> the mailing list. Shall I go ahead and send it? (The reason it's
> this big is that I've included some libraries in the example app.
> just to make it easier for users to try it out. I could change
> it.) Of course, I'd be more than happy to send it directly to anyone.
>
> Attached is a copy of the README file to give you an idea about
> what this is. It is not entirely ready for contribution to
> Struts but I just wanted to get some feedback before I decide
> what to do next.
>
> Thanks
>
> Scott
>