[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-17 Thread [EMAIL PROTECTED]
you should consider rather using the caching option on your portlet so they are 
not rendered when they dont need too.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866893#3866893

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866893


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-17 Thread jimmyed2001
Caching is still redundant work in this scenario...

This does not seem to work well at the theme level. I have to create a fake 
portlet with a special name, make it the default, and have special handling in 
the index.jsp to hide the fake portlet and render the page different ways based 
on the state of the fake portlet. 

JBoss Portal's handling of the main fragment fundamentally affects the behavior 
and appearance of the page, such that this behavior cannot effectively be 
handled by a theme alone. 

If you want to keep the old Nuke's behavior I think you need to at least 
support a full maximize without requiring a hack.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866917#3866917

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866917


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-17 Thread [EMAIL PROTECTED]
that would need the addition of a special window state called exclusive for 
instance.

could you describe the behaviour it would have ? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866918#3866918

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866918


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-17 Thread jimmyed2001

JSR already has a window state, MAXIMIZE, to handle this. We need a special 
window state, SEMI_MAXIMIZE to handle the current behavior.

A basic problem at the moment is that you cannot define a page that does not 
have a default window (null pointer exceptions). Once you have a default window 
it becomes the main fragment even if it is not maximized.

Try using Pluto, Jetspeed, Liferay, WebSphere, Oracle, BEA. I'm pretty sure 
they all behave the same way. When you maximize a portlet, it gets the entire 
portlet region to itself, when you switch it back to normal, you get the other 
portlets back again. I'll send you some screen shots of my styles and the 
behavior.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866924#3866924

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866924


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-16 Thread [EMAIL PROTECTED]
at the end this part is pluggable.

the model we have is that only one maximized portlet per page and the other are 
in normal mode.

when you click on a portlet it becomes maximized and central.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866799#3866799

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866799


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-16 Thread jimmyed2001

I'm not sure how to do this since I cannot seem to create a page that does not 
have a default window. I have tried it and the page is not accessible.

If I have a default window, the portal sets it to be maximized, and if my theme 
give it the whole page I never see my other portlets because I cannot view the 
default window in its normal state.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866848#3866848

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866848


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Maximize behavior: Nukes vs Rest of the World

2005-02-16 Thread jimmyed2001

Also this approach seems inefficient since all of my portlets are being called 
to render content every time, but the theme is hiding their windows. I'm doing 
work to generate content I don't need and more work to hide that content.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866850#3866850

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866850


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development