Saiu o RichFaces 3.3.0

Lançado o Richfaces 3.3.0 com alguns novos componentes interessantes:

[quote=The Server Side]

New Components
Two new components were added to the RichFaces library with the current release, namely
rich:editor and a4j:queue. You can see the components in action on the “RichFaces live demo” (rich:editor and a4j:queue )web page.
Usage and implementation, design details are available in the RichFaces Developer Guide (“Queue Principles”, “a4j:queue” and "rich:editor " ) and on the Jboss.org Wiki (“rich:editor component” and “Design of RichFaces a4j:queue/”).

The Improved Queue
The a4j:queue component was introduced with this release. The component creates a queue of the Ajax requests. The Ajax4JSF or RichFaces components with built-in Ajax can reference the queue to optimize their Ajax requests.
The improved queue provides a number of advantages and broader flexibility, i.e. it:

  • Eliminates the possibility of collisions when several JSF requests pass the JSF lifecycle at the same time. The queue prevents sending such requests. Only one request is processed. The rest ones are waiting.
  • Reduces the traffic between browser and the server. The “similar” requests came within requestDelay are absorbed. Only the last one is actually sent. Reducing the number of requests in its turn reduces the server load.
    The queue will help you optimize your Ajax requests traffic and reduce server load.

The rich:editor
The rich:editor component is an adaptation of TinyMCE WYSIWYG editor for JSF applications.
The key features:

  • You don?t need to write any JavaScript code in your application to use the TinyMCE editor. You can define all TinyMCE ?s properties via attributes and the <f:param> JSF component specifying the name of the property in the “name” attribute and assigning the value with the “value” attribute.
  • You could only once specify all configuration parameters (you need to use the “.properties” file to store the properties) for your editor, use the “configuration” attribute and pass the name of the configuration file to the attribute. You can also dynamically assign the configuration file name in runtime using EL expressions.
  • You can add some custom plug-ins to the editor.
  • TinyMCE ?s callbacks can be fired using <f:param> or using some event handler attribute.
  • The implementation of the rich:editor provides a built-in Seam text converter.[/quote]

http://www.theserverside.com/news/thread.tss?thread_id=52947

Acesse a demonstração online:

http://livedemo.exadel.com/richfaces-demo/index.jsp

Interessante o editor, pra quem usava o richfaces e tinha que “apelar” para outros editores externos ao richfaces (O que não é nada incomum nos projetos), pode ser uma boa saída.

Ótima notícia, estou iniciando um projeto em richfaces e precisava de editor urgente… veio bem na hora!!!

mas esta versão já é a final? E quanto a compatibilidade com o 2.2?

Ótima notícia!
E o Richfaces cada vez melhor… \o/

O Editor realmente tem o seu valor.

realmente com o Editor agora vai ficar completo, foi um tédio um tempo atrás desenvolvedor tudo com Rich e não tive um editor disponível.

richfaces rules!!!

Eu adorava o JSF e o Richfaces, conheci o RoR.
Mas tem alguma novidade em relação as mascaras??

Alguém aí pode reportar sobre compatibilidade?
Estamos começando os testes para migrar a versão, principalmente pra poder usar esse editor que parece que ficou bom!

Queria saber aí o feedback do pessoal sobre a compatibilidade.

Muito bom o editor. Acho que vou usar ele na implementação do meu projeto de mestrado.
Eu já estava dando uma olhada em outros componentes (estava inclinado a usar o editor do YUI), mas acho que vou optar pelo do richfaces.

[quote=febatata]Alguém aí pode reportar sobre compatibilidade?
Estamos começando os testes para migrar a versão, principalmente pra poder usar esse editor que parece que ficou bom!

Queria saber aí o feedback do pessoal sobre a compatibilidade.[/quote]

Substitui os 3 jar´s do RichFaces em um projeto pequeno e até agora está tudo certo. Mas dos novos compontentes testei apenas o Editor, que funcionou beleza…

[]´s

Daniel

Boa gosto de aplicações que envolve RIA, show de boa !!!

legal, vou dar uma olhada, estou pesquisando se vou utilizar ele n desenvolvimento do meu tcc…

abraços

Muito bom!! :slight_smile:

Gente, não sei se é comigo, mas qdo uso o JSF, a página rederiza bem rápido. Até ai, sem problemas. Agora, quando comecei a usar o RichFaces, percebi que ficou bem lento o carregamento. Até mudei pra essa versão, 3.3.0, mas continua carregando de forma lenta.
Alguém tem alguma experiência em como usar o RichFaces para melhorar a velocidade do carregamento. Não digo ficar super rápido, pq sei que ele carrega javascript e o tempo de loading é um pouco maior mesmo. Mas não ficar 100% mais lento, como se encontra na minha aplicação atualmente.

Qual era a versão que vc tava usando?

A sua aplicação usa componentes complexos, como árvores ou suporte a drag and drop ?

Fala Pessoal, bom dia !

Será que vocês poderiam me dar um help ? Baixei o novo richfaces e estou fazendo alguns testes. Estou tentando utilizar o rich:editor, porém quando mando carregar a página esta apresentando a seguinte mensagem:

No tag “editor” defined in tag library associated with uri “http://richfaces.org/rich

É como se não estivesse encontrando a tag editor na minha biblioteca. Porém já exclui a mesma, inserir novamente com os novos arquivos e mesmo assim não esta dando certo.

Alguem tem alguma ideia para ajudar ?

Obrigado por enquanto !

Pessoal, bom dia !

Resolvi o problema. Apenas reinicializei o NetBeans após ter instalado.
Acabei deixando passar isso e nem percebi.