SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
RichFacesWhatIsNewIn3_3_0

RichFaces 3.3.0.GA - January, 2009



The sections corresponds to the sections used in the poll http://www.jboss.com/index.html?
module=bb&op=viewtopic&t=134778. The resources will be distributed according to the
result of the poll. I.e. 75% is fall of the section 3.




section 1 (New Components)
     •   rich:editor - WYSIWYG editor that allows to input the formatted text. Tiny_mce (
         http://tinymce.moxiecode.com/) widget is used for component creation. SeamText is
         supported out of the box. Overview

         The <rich:editor> is documented in "RichFaces Developer Guide".
     •   a4j:queue. Global/default queues mechanisms is implemented. Separate
         component for queues definition is created. Overview

         Read more about <a4j:queue> in "RichFaces Developer Guide": "<a4j:queue>" -
         describes the component usage details , and "Queue Principles" covers general
         aspects of the queue.



More details about new components and features can be found in "RichFaces 3.3.0
Release: New Components and Features Overview".



section 2 (Enhancements, Simplifications)
     • ExtendedDataTable component was reviewed and improved according to the community feedback (was
       introduced in 3.2.2 in "preview" state).
     • Menu Components are improved according to the requests from community. Menu Items now could be
       used as standalone components. E.g. direct children for the toolbar. (https://jira.jboss.org/jira/browse/
       RF-2937)




Generated by Clearspace on 2009-12-01-05:00
                                                                                                                   1
RichFacesWhatIsNewIn3_3_0


     • Data Table improvement https://jira.jboss.org/jira/browse/RF-2170 - onRowContextMenu event is
       introduced according to numerous community requests.
     • Framework Queue implementation was fully reviewed and improved additionally to a4j:queue component
       implementation.



section 3 (Code Stability)
     •   bug fixing
     •   keeping unit test coverage on a high level.
     •   auto tests (Server and Client). Selenium Test Suite. See description at: http://
         wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2
     •   control of common quality metrics (PMD/Checkstyle). See description at: http://
         wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2


section 4 (Look-n-Feel)
     • Standard elements skinning feature additional configuration is provided https://jira.jboss.org/jira/browse/
       RF-3242 . Also Chrome support is reviewed and improved. https://jira.jboss.org/jira/browse/RF-4383




Documentation

New components in dev guide
     •   RF-5042 New component: (x)HTML editor
     •   RF-4664 The <a4j:queue> component
     •   RF-5361 Queue (as a framework element) principles




New features in dev guide
     • RF-5287 inputNumberSlider component two new features description. The feature are - slider orientation
       can be changed to vertical and arrow controls for more precise selection are added.



Improvements in description of the components in dev guide
     • RF-4442      File Upload: incorrect component documentation: Table 6.210. JavaScript API - fixed
     • RF-4205      Diagnostic message is described
     • RF-4511      Information on minWidth/minHeight usage in JS options is added




Generated by Clearspace on 2009-12-01-05:00
                                                                                                                     2
RichFacesWhatIsNewIn3_3_0


     • RF-3699     Info about UITree#getRowData() is added
     • RF-4512     Info about data pagination in scrollableDataTable is added
     • RF-4216 Description of AjaxKeepAlive tag usage on a page is added. Section "Create the component
       dynamically using Java" was removed
     • RF-4215 Classnames for all commonTreeListeners entities are changed from
       "javax.faces.component.UIComponent" to corresponding "org.richfaces.[listener_name]"
     • RF-3136 Additional info about ajaxKeys is added
     • RF-5174 Note is added telling that rich:modalPanel should have its own form inside and be placed
       outside any external ones
     • RF-5097 fileUpload component description is updated
     • RF-5191 SuggestionBox frequency default value is changed to 400ms
     • RF-5282        Description of the attributes showDetail and showSummary for the
         rich:message is corrected
     •   RF-1138 Tree component built-in drag'n'drop has been described
     •   RF-5075 Calendar ondateselected attribute description is updated
     •   RF-5467 Code sample in rich:toolTip chapter is corrected. Its description is
         updated
     •   RF-5219 dropSupport: typeMapping attribute description and related paragraph in
         "Details of Usage" were updated. Paragraph describing "acceptedTypes" attribute
         was updated with image and code snippet.
     •   RF-5428 The "switchType" attribute descriptions has been corrected for the
         following components: simpleTogglePanel, tabPanel, tab, togglePanel, tree.
     •   RF-3903 Describtion of attributes for <rich:graphValidator> and images of the
         corresponding section are updated
     •   RF-2220 Default values are corrected, new are added.




Improvements in chapters and sections in dev guide
     • RF-4531     Section 2.3 of developer guide that contained wrong information is corrected
     • RF-4069     URLs of resources generated by RF is corrected and info about this is added in the guide
     • RF-4419     Information about "No filters for a pages without RichFaces resources" is added
     • RF-4080 Details for web.xml configuration is added in oreder to successfully integrate fileUpload
       component with myfaces framework
     • RF-4492 richfaces-usersguide.pdf link is fixed on HTML version, was dead.
     • RF-3117     Wiki: ViewExpiredException workaround is written
     • RF-2799     RF integral parts. info about Prototype 1.6.0.3, jQuery 1.2.6 and Script.aculo.us 1.8.1 is added
     • RF-4056     Getting Started with RichFaces chapter is updated
     • RF-4596     Standard Skinning & Portlets note is added
     • RF-4915     JSF version has been updated, docs are updated as well
     • RF-4542     Docs for web.xml settings incorrectly reference SeamFaceletViewHandler. Fixed.
     • RF-5190     Upgrade to prototype.js 1.6.0.3 and script.aculo.us 1.8.2. docs are updated
     • RF-3986     oncomplete documentation in richfaces_userguide.pdf wrong - fixed.



Generated by Clearspace on 2009-12-01-05:00
                                                                                                                  3
RichFacesWhatIsNewIn3_3_0


     • RF-3560     Style class attributes are added to docs
     • RF-4060     Cookbook is linked to the the guide



Improvements in FAQ guide
     • RF-5176 "How to launch the RichFaces sample on the JBoss server" section is added
     • RF-5092    Section "Why form isn't submitted or setter isn't called after                       AJAX
         request" is updated
     • RF-3860     Info about differences in a4j 3.2.x and a4j 3.1.1 is added



Improvemnts in Migration guide
     • RF-3048 Migration guide is updated. Chapter describing 3.2.x to 3.3.0. migration is added and chapter
       describing migration from 3.1.x to 3.2.x is updated



Articles and Tutorials
     •   RF-4494   Tutorial about developing the Sample application is written. First draft version.
     •   RF-5393   Blog article introducing new features of 3.3.0. release is written
     •   RF-4933   Web applications security security articles are written.
     •   RF-3692   CDK tutorial is updated



Guides build improvements
     • RF-4857     Time and date on online nightly builds now are shown
     • RF-4927     Collapsing on TOC bug is fixed
     • RF-4107 One resources folder is made for all 4 guides
     • RF-5429   Possibility to get an anchor as a link
                                                      on guide pages is added
     •   RF-4644 Possibility to comment each particular page of html docs online -
         Feedback Form is implemented




Generated by Clearspace on 2009-12-01-05:00
                                                                                                               4

Weitere ähnliche Inhalte

Was ist angesagt?

2010preparingforupgradeoleson
2010preparingforupgradeoleson2010preparingforupgradeoleson
2010preparingforupgradeoleson
UGAIA
 
IBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAILIBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAIL
Gabriella Davis
 

Was ist angesagt? (19)

How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guideHow to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
 
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
 
O365con14 - sharepoint 2013 and office 365 upgrade and migration
O365con14 - sharepoint 2013 and office 365 upgrade and migrationO365con14 - sharepoint 2013 and office 365 upgrade and migration
O365con14 - sharepoint 2013 and office 365 upgrade and migration
 
SharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade PlanningSharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade Planning
 
Monitoring and Maintaining SharePoint 2013 Server
Monitoring and Maintaining SharePoint 2013 ServerMonitoring and Maintaining SharePoint 2013 Server
Monitoring and Maintaining SharePoint 2013 Server
 
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday CopenhagenWhat's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
 
SharePoint 2010 Upgrade Drill Down
SharePoint 2010 Upgrade Drill DownSharePoint 2010 Upgrade Drill Down
SharePoint 2010 Upgrade Drill Down
 
SharePoint 2010 Migration Presentation
SharePoint 2010 Migration PresentationSharePoint 2010 Migration Presentation
SharePoint 2010 Migration Presentation
 
2010preparingforupgradeoleson
2010preparingforupgradeoleson2010preparingforupgradeoleson
2010preparingforupgradeoleson
 
OFC418 Advanced MOSS Administration
OFC418 Advanced MOSS AdministrationOFC418 Advanced MOSS Administration
OFC418 Advanced MOSS Administration
 
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
 
2012.10 Liferay Europe Symposium, Alistair Oldfield
2012.10 Liferay Europe Symposium, Alistair Oldfield2012.10 Liferay Europe Symposium, Alistair Oldfield
2012.10 Liferay Europe Symposium, Alistair Oldfield
 
Merger and Acquisition and Office 365
Merger and Acquisition and Office 365Merger and Acquisition and Office 365
Merger and Acquisition and Office 365
 
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
 
2012.10 Oldfield
2012.10 Oldfield2012.10 Oldfield
2012.10 Oldfield
 
OFC304 MOSS Upgrade and Migration
OFC304 MOSS Upgrade and MigrationOFC304 MOSS Upgrade and Migration
OFC304 MOSS Upgrade and Migration
 
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
 
IBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAILIBM Connections Design To #NOTFAIL
IBM Connections Design To #NOTFAIL
 

Andere mochten auch

Andere mochten auch (6)

69-kauri
69-kauri69-kauri
69-kauri
 
manual-en
manual-enmanual-en
manual-en
 
Prototype-1
Prototype-1Prototype-1
Prototype-1
 
neurisa_11_09_rosenthal
neurisa_11_09_rosenthalneurisa_11_09_rosenthal
neurisa_11_09_rosenthal
 
11-DWR-and-JQuery
11-DWR-and-JQuery11-DWR-and-JQuery
11-DWR-and-JQuery
 
TopStyle Help &amp; &lt;b>Tutorial&lt;/b>
TopStyle Help &amp; &lt;b>Tutorial&lt;/b>TopStyle Help &amp; &lt;b>Tutorial&lt;/b>
TopStyle Help &amp; &lt;b>Tutorial&lt;/b>
 

Ähnlich wie RichFacesWhatIsNewIn330

NetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding StandardsNetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding Standards
William Francis
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Lucidworks
 
The Need For Speed - NEBytes
The Need For Speed - NEBytesThe Need For Speed - NEBytes
The Need For Speed - NEBytes
Phil Pursglove
 
2011.10 Liferay European Symposium. Alistair Oldfield
2011.10 Liferay European Symposium. Alistair Oldfield2011.10 Liferay European Symposium. Alistair Oldfield
2011.10 Liferay European Symposium. Alistair Oldfield
Emeldi Group
 

Ähnlich wie RichFacesWhatIsNewIn330 (20)

Tech Talk Live on Share Extensibility
Tech Talk Live on Share ExtensibilityTech Talk Live on Share Extensibility
Tech Talk Live on Share Extensibility
 
NetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding StandardsNetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding Standards
 
ColdFusion Fw1 (FrameWork1) introduction
ColdFusion Fw1 (FrameWork1) introductionColdFusion Fw1 (FrameWork1) introduction
ColdFusion Fw1 (FrameWork1) introduction
 
Leveraging SharePoint as a development platform for the modern intranet
Leveraging SharePoint as a development platform for the modern intranetLeveraging SharePoint as a development platform for the modern intranet
Leveraging SharePoint as a development platform for the modern intranet
 
RichFaces 4 Component Deep Dive - JAX/JSFSummit
RichFaces 4 Component Deep Dive - JAX/JSFSummitRichFaces 4 Component Deep Dive - JAX/JSFSummit
RichFaces 4 Component Deep Dive - JAX/JSFSummit
 
SharePoint as Development Platform for the Modern Intranet
SharePoint as Development Platform for the Modern IntranetSharePoint as Development Platform for the Modern Intranet
SharePoint as Development Platform for the Modern Intranet
 
Velocity - Edge UG
Velocity - Edge UGVelocity - Edge UG
Velocity - Edge UG
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
 
Apache Ambari Stack Extensibility
Apache Ambari Stack ExtensibilityApache Ambari Stack Extensibility
Apache Ambari Stack Extensibility
 
Year in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesYear in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product Updates
 
CUST-2 New Client Configuration & Extension Points in Share
CUST-2 New Client Configuration & Extension Points in ShareCUST-2 New Client Configuration & Extension Points in Share
CUST-2 New Client Configuration & Extension Points in Share
 
Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)
Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)
Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)
 
The Need For Speed - NEBytes
The Need For Speed - NEBytesThe Need For Speed - NEBytes
The Need For Speed - NEBytes
 
Frame - Feature Management for Productive Machine Learning
Frame - Feature Management for Productive Machine LearningFrame - Feature Management for Productive Machine Learning
Frame - Feature Management for Productive Machine Learning
 
Bilal Arshad 27031...pdf
Bilal Arshad 27031...pdfBilal Arshad 27031...pdf
Bilal Arshad 27031...pdf
 
Quickr
QuickrQuickr
Quickr
 
Tackle Containerization Advisor (TCA) for Legacy Applications
Tackle Containerization Advisor (TCA) for Legacy ApplicationsTackle Containerization Advisor (TCA) for Legacy Applications
Tackle Containerization Advisor (TCA) for Legacy Applications
 
Java EE 8 Web Frameworks: A Look at JSF vs MVC
Java EE 8 Web Frameworks: A Look at JSF vs MVCJava EE 8 Web Frameworks: A Look at JSF vs MVC
Java EE 8 Web Frameworks: A Look at JSF vs MVC
 
uPortal 3.2 And Beyond
uPortal 3.2 And BeyonduPortal 3.2 And Beyond
uPortal 3.2 And Beyond
 
2011.10 Liferay European Symposium. Alistair Oldfield
2011.10 Liferay European Symposium. Alistair Oldfield2011.10 Liferay European Symposium. Alistair Oldfield
2011.10 Liferay European Symposium. Alistair Oldfield
 

Mehr von tutorialsruby

&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby
 
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
tutorialsruby
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby
 
Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0
tutorialsruby
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
tutorialsruby
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
tutorialsruby
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
tutorialsruby
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
tutorialsruby
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
 

Mehr von tutorialsruby (20)

&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
 
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
 
Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0
 
xhtml_basics
xhtml_basicsxhtml_basics
xhtml_basics
 
xhtml_basics
xhtml_basicsxhtml_basics
xhtml_basics
 
xhtml-documentation
xhtml-documentationxhtml-documentation
xhtml-documentation
 
xhtml-documentation
xhtml-documentationxhtml-documentation
xhtml-documentation
 
CSS
CSSCSS
CSS
 
CSS
CSSCSS
CSS
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
 
HowTo_CSS
HowTo_CSSHowTo_CSS
HowTo_CSS
 
HowTo_CSS
HowTo_CSSHowTo_CSS
HowTo_CSS
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
 
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

RichFacesWhatIsNewIn330

  • 1. RichFacesWhatIsNewIn3_3_0 RichFaces 3.3.0.GA - January, 2009 The sections corresponds to the sections used in the poll http://www.jboss.com/index.html? module=bb&op=viewtopic&t=134778. The resources will be distributed according to the result of the poll. I.e. 75% is fall of the section 3. section 1 (New Components) • rich:editor - WYSIWYG editor that allows to input the formatted text. Tiny_mce ( http://tinymce.moxiecode.com/) widget is used for component creation. SeamText is supported out of the box. Overview The <rich:editor> is documented in "RichFaces Developer Guide". • a4j:queue. Global/default queues mechanisms is implemented. Separate component for queues definition is created. Overview Read more about <a4j:queue> in "RichFaces Developer Guide": "<a4j:queue>" - describes the component usage details , and "Queue Principles" covers general aspects of the queue. More details about new components and features can be found in "RichFaces 3.3.0 Release: New Components and Features Overview". section 2 (Enhancements, Simplifications) • ExtendedDataTable component was reviewed and improved according to the community feedback (was introduced in 3.2.2 in "preview" state). • Menu Components are improved according to the requests from community. Menu Items now could be used as standalone components. E.g. direct children for the toolbar. (https://jira.jboss.org/jira/browse/ RF-2937) Generated by Clearspace on 2009-12-01-05:00 1
  • 2. RichFacesWhatIsNewIn3_3_0 • Data Table improvement https://jira.jboss.org/jira/browse/RF-2170 - onRowContextMenu event is introduced according to numerous community requests. • Framework Queue implementation was fully reviewed and improved additionally to a4j:queue component implementation. section 3 (Code Stability) • bug fixing • keeping unit test coverage on a high level. • auto tests (Server and Client). Selenium Test Suite. See description at: http:// wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2 • control of common quality metrics (PMD/Checkstyle). See description at: http:// wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2 section 4 (Look-n-Feel) • Standard elements skinning feature additional configuration is provided https://jira.jboss.org/jira/browse/ RF-3242 . Also Chrome support is reviewed and improved. https://jira.jboss.org/jira/browse/RF-4383 Documentation New components in dev guide • RF-5042 New component: (x)HTML editor • RF-4664 The <a4j:queue> component • RF-5361 Queue (as a framework element) principles New features in dev guide • RF-5287 inputNumberSlider component two new features description. The feature are - slider orientation can be changed to vertical and arrow controls for more precise selection are added. Improvements in description of the components in dev guide • RF-4442 File Upload: incorrect component documentation: Table 6.210. JavaScript API - fixed • RF-4205 Diagnostic message is described • RF-4511 Information on minWidth/minHeight usage in JS options is added Generated by Clearspace on 2009-12-01-05:00 2
  • 3. RichFacesWhatIsNewIn3_3_0 • RF-3699 Info about UITree#getRowData() is added • RF-4512 Info about data pagination in scrollableDataTable is added • RF-4216 Description of AjaxKeepAlive tag usage on a page is added. Section "Create the component dynamically using Java" was removed • RF-4215 Classnames for all commonTreeListeners entities are changed from "javax.faces.component.UIComponent" to corresponding "org.richfaces.[listener_name]" • RF-3136 Additional info about ajaxKeys is added • RF-5174 Note is added telling that rich:modalPanel should have its own form inside and be placed outside any external ones • RF-5097 fileUpload component description is updated • RF-5191 SuggestionBox frequency default value is changed to 400ms • RF-5282 Description of the attributes showDetail and showSummary for the rich:message is corrected • RF-1138 Tree component built-in drag'n'drop has been described • RF-5075 Calendar ondateselected attribute description is updated • RF-5467 Code sample in rich:toolTip chapter is corrected. Its description is updated • RF-5219 dropSupport: typeMapping attribute description and related paragraph in "Details of Usage" were updated. Paragraph describing "acceptedTypes" attribute was updated with image and code snippet. • RF-5428 The "switchType" attribute descriptions has been corrected for the following components: simpleTogglePanel, tabPanel, tab, togglePanel, tree. • RF-3903 Describtion of attributes for <rich:graphValidator> and images of the corresponding section are updated • RF-2220 Default values are corrected, new are added. Improvements in chapters and sections in dev guide • RF-4531 Section 2.3 of developer guide that contained wrong information is corrected • RF-4069 URLs of resources generated by RF is corrected and info about this is added in the guide • RF-4419 Information about "No filters for a pages without RichFaces resources" is added • RF-4080 Details for web.xml configuration is added in oreder to successfully integrate fileUpload component with myfaces framework • RF-4492 richfaces-usersguide.pdf link is fixed on HTML version, was dead. • RF-3117 Wiki: ViewExpiredException workaround is written • RF-2799 RF integral parts. info about Prototype 1.6.0.3, jQuery 1.2.6 and Script.aculo.us 1.8.1 is added • RF-4056 Getting Started with RichFaces chapter is updated • RF-4596 Standard Skinning & Portlets note is added • RF-4915 JSF version has been updated, docs are updated as well • RF-4542 Docs for web.xml settings incorrectly reference SeamFaceletViewHandler. Fixed. • RF-5190 Upgrade to prototype.js 1.6.0.3 and script.aculo.us 1.8.2. docs are updated • RF-3986 oncomplete documentation in richfaces_userguide.pdf wrong - fixed. Generated by Clearspace on 2009-12-01-05:00 3
  • 4. RichFacesWhatIsNewIn3_3_0 • RF-3560 Style class attributes are added to docs • RF-4060 Cookbook is linked to the the guide Improvements in FAQ guide • RF-5176 "How to launch the RichFaces sample on the JBoss server" section is added • RF-5092 Section "Why form isn't submitted or setter isn't called after AJAX request" is updated • RF-3860 Info about differences in a4j 3.2.x and a4j 3.1.1 is added Improvemnts in Migration guide • RF-3048 Migration guide is updated. Chapter describing 3.2.x to 3.3.0. migration is added and chapter describing migration from 3.1.x to 3.2.x is updated Articles and Tutorials • RF-4494 Tutorial about developing the Sample application is written. First draft version. • RF-5393 Blog article introducing new features of 3.3.0. release is written • RF-4933 Web applications security security articles are written. • RF-3692 CDK tutorial is updated Guides build improvements • RF-4857 Time and date on online nightly builds now are shown • RF-4927 Collapsing on TOC bug is fixed • RF-4107 One resources folder is made for all 4 guides • RF-5429 Possibility to get an anchor as a link on guide pages is added • RF-4644 Possibility to comment each particular page of html docs online - Feedback Form is implemented Generated by Clearspace on 2009-12-01-05:00 4