|
From: <dar...@hs...> - 2003-11-12 10:37:40
|
<Alef> From what I've seen there's three commons scenerio's 1. Reference data needed to render the view. This is the stuff we have already. 2. Data related to the view but not necessarily needed to render it (additional news in a sidebox, perhaps a menu). 3. Componentized views having corresponding controller (portlet) The first case can perfectly be implemented using our current reference data implementation (a list of elements in a select box of a form for instance). One controller, having reference data, specifically belonging to the controller The second case (sideboxes containing news, a menu that needs information not related to the main view) I consider to be a simple Tiles approach and I think a somewhat more advanced version of the reference data features we have now, would do. Something like you proposed maybe. Reference data, however, not in fact related to the controller! The third case however, is a completely different one and somewhat looks like the portlet approach. I think this is a bit too far-fetched to implement in Spring, although I'd like to offer view-tech independent stuff for this. Parallel controllers rendering views independent of eachother. It's just some rambling, but maybe we could brainstorm about this more in order to come with something brilliant :)... </Alef> Hi Alef, We're definitely on the same wavelength here, and you're right - it's the 2nd scenario that I was focusing on earlier. Portlets are indeed a very different kettle of fish. As Juergen just mentioned, some changes were made yesterday co-incidentally that I wasn't aware of, but which may facilitate efforts in this direction. I'll go and see what's different and gather some more thoughts. Cheers! Darren. _____________________________________________________ This transmission has been issued by a member of the HSBC Group "HSBC" for the information of the addressee only and should not be reproduced and / or distributed to any other person. Each page attached hereto must be read in conjunction with any disclaimer which forms part of it. Unless otherwise stated, this transmission is neither an offer nor the solicitation of an offer to sell or purchase any investment. Its contents are based on information obtained from sources believed to be reliable but HSBC makes no representation and accepts no responsibility or liability as to its completeness or accuracy. |