The solution is deleverable now. You can look at
http://myportal.myb2cb2b.com
It is done with Jsf + Tiles. In the next couple of days, we will upload:
1) a tree for business directory.
2) a calendar for scheduled events.
3) a demonstration that any requested information from a company
within a business directory will display:
3.1) the requested information that can be dynamically configured
with 2 graphics: a big picture for product/service vision and a small
picture for product/service. These are configurable with each tile
definition (page).
3.2) configurable metadata for search engine. The page can be
bookmarked and the user is automatically assigned a unique guest tag.
When the use logon, he/she can continue the work and/or get back the the
place he/she was last time, since the page is also saved under user
profile. Look at the page source to see different meta description and
keywords for each page. These are settable on a page by page basis.
3.3) A complete company/division/deparment/subsidiary will appear:
company menu, today special offers for the specified user, copyright,
and if desired different design and layout.
3.4) Together with authorized portlet applications. Standard Jsf
give you many off-the-shelf sphisticated UI components. Standard
portlets will give you many off-the-shelf sophisticated vertical
applications. Little utilities such as Rss News, stock quote, etc, are
more efficient to do with standard business layer services. The portal
is an aggregation of both services and portlets applications. Standard
portlet applications are more appropriate for sophisticated vertical
solutions since you can remotely serve it in a standard way. Both
services and portlets are in business layer.
Hope this may exite the community so we can lean on each other to ride
the standard and open source wave.
BaTien
DBGROUPS
Lorinda Swick wrote:
> This is similar to the question I just posted. Have there been any
> responses? Amit, could you find a solution?
>
>
>
> Thanks. -Lorinda
>
>
>
> ------------------------------------------------------------------------
>
> *From:* Amit Modi [mailto:[EMAIL PROTECTED]
> *Sent:* Wednesday, January 05, 2005 5:34 PM
> *To:* MyFaces Discussion
> *Subject:* Question regarding panelTabbedPane and subview
>
>
>
> Hi,
>
>
>
> I have a tabbedPanel consisting of various tabs. Each tabs content is
> added as a sub view (using jsp:include) to the main JSF.
>
> Each tab is supposed to provide standard add, edit, delete, search
> functionality for the selected tab using various included JSFs.
>
>
>
> How can I show a different included JSF in the selected tab depending
> on the action without losing the selected tab?
>
>
>
> 1. One approach can be to have all forms/pages added as sub views to
> the tab and control their rendered attribute using the backing bean
> (rendering only one at a time).
>
> 2. Another could be to provide the name of the included JSF at runtime
> which is again difficult to achieve with <jsp: include>
>
>
>
> I think there would be a better way which I am missing. Can somebody
> please suggest?
>
>
>
> Thanks
>
> Amit Modi
>