ICEfaces Webinar Invite
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEfaces Webinar Invite  XML
Forum Index -> General Help
Author Message
robert.lepack


Joined: 13/08/2004 00:00:00
Messages: 19
Offline


Join us for this Webinar presentation.

Introduction to ICEfaces 2.0
This 50 minute webinar will provide a complete introduction to the ICEfaces 2.0 framework, plus discuss its features and benefits. Furthermore, this webinar will explain how ICEfaces 2.0 extends JSF 2.0 with market leading technology concepts such as Ajax Push, Direct-to-DOM, and Automatic Ajax that will greatly reduce application development complexity and increase developer productivity. The presentation will include a thorough review of the ICEfaces Components, Advanced Components, and concluded with a hands-on demo of how to easily build enterprise applications with ICEfaces 2.0.

Other live events are presented from time to time. Find out more: http://www.icefaces.org/main/resources/upcoming-webinars.iface

Other archived presentations are available here: http://www.icefaces.org/main/resources/archived-webinars.iface
[Email]
Jamon

Joined: 17/01/2009 00:00:00
Messages: 7
Offline


Hello! Can you upload on server video-record this webinar?
robert.lepack


Joined: 13/08/2004 00:00:00
Messages: 19
Offline


An archived version of the ICEfaces webinars are available here:
http://www.icefaces.org/main/resources/archived-webinars.iface

Rob
[Email]
glen_jai

Joined: 11/01/2009 00:00:00
Messages: 58
Offline


That was a brilliant presentation. Very informative.

I learnt a lot from the demo in MyEclipse. I never knew how useful JPA was for creating data access objects.

Well done, and thank you.

Glen
jburns

Joined: 26/09/2009 00:00:00
Messages: 5
Offline


Hi,

I've built the example panelTabSet-dynamic.jspx from the component showcase and I notice that the backing bean (DynamicTabSetBean) method to return the tabs (public List getTabs() ) gets invoked some 38 times on each page load:

<ice:panelTabSet id="icePnlTbSet"
var="tab"
value="#{dynamicTabbedPaneExample.tabs}"
tabPlacement="bottom"
selectedIndex="#{dynamicTabbedPaneExample.tabIndex}"
summary="#{msgs['page.panelTabSet.dynamic.tabSetSummary']}"
title="#{msgs['page.panelTabSet.dynamic.tabSetTitle']}">

The method indicated by value="#{dynamicTabbedPaneExample.tabs} is called some 38 times on page load.

Is there some simple explanation for calling for a method to be called so many times for a single component?

Thanks

John
 
Forum Index -> General Help
Go to:   
Powered by JForum 2.1.7ice © JForum Team