I'd like to have a few tiles available on all the pages in my application. Something like the "Latest News" that is in the default Bpm4Struts layout, but where the news would be fetched from the DB.
How should I model that ? I was thinking of putting the news in servlet context with a struts-plugin, but it doesnt seem very clean ... Beside, the news might be different for different users. I might add a method to load the news to every action state, but that seems like a lot of overhead ... I'm sure there is a clean and easy answer to this one ... Something like inheritance, where all actions extend the a base action that load the data needed in all views ? Ok, I know it is a bit vague, but your input will be appreciated. Thanks a lot _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=286#286 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
