AW: [Graduation] Trinidad voted out of Incubator

2007-04-23 Thread Böhringer Jochen
Thanks to all Trinidad commiters for the great work you have done. 
Congratulations!

It's also a huge milestone for all of us using Trinidad. It's lot easier to 
convince customers of building their application based on Trinidad as it is now 
an official Apache project.

Best regards,
Jochen

 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von
 Matthias Wessendorf
 Gesendet: Sonntag, 22. April 2007 00:02
 An: [EMAIL PROTECTED]; adffaces-user@incubator.apache.org
 Betreff: [Graduation] Trinidad voted out of Incubator
 
 Dear Trinidad community,
 
 The Trinidad PPMC is pleased to let you know, that Trinidad has been
 voted out of the Apache Incubator. We got 12 binding +1 votes by the
 Apache Incubator PMC, and two more non-binding by the Incubator
 community (see [1]). Trinidad graduates as a subproject of the Apache
 MyFaces community. The next steps are allocating a SVN folder w/in the
 MyFaces SVN repo. The mailing lists will also be moved to myfaces.
 
 I think I can speak for all of us, that we have 13 interesting month
 (11,5 with sources in the SVN ;)) behind us, and we are happy to
 announce that leaving the Incubator has become reality.
 
 Thanks to all of you for participating in this community. Without that
 this never had been possible. This project has proven that
 Apache-style OpenSource (community-focused) is a good choice!
 
 -Matthias
 
 [1]
 --
 Matthias Wessendorf
 http://tinyurl.com/fmywh
 
 further stuff:
 blog: http://jroller.com/page/mwessendorf
 mail: mwessendorf-at-gmail-dot-com


Re: Tomahawk's saveState with Trinidad

2007-04-23 Thread Simon Lessard

Hello Franscisco,

You got a good catch there, but we cannot add that in either Trinidad core
logic nor in Tomahawk's because it would create a dependency link between
both libraries. However, I think it worth a wiki entry though, maybe about
known issues between Trinidad and Tomahawk.


Regards,

~ Simon

On 4/23/07, Francisco Passos [EMAIL PROTECTED] wrote:


Hello there.

It took me a while to discover that Tomahawk's t:saveState component does
not work with Trinidad unless org.apache.myfaces.trinidad.CACHE_VIEW_ROOTis
set to false.

I understand that in architectural terms, both things are mutually
exclusive, but I'd recommend presenting a huge warning in the logs when a
page contains a t:saveState and CACHE_VIEW_ROOT is not set to false. This
way users will have an idea what is happening.

Thank you,
Francisco Passos



Re: Using Trinidad under Java 1.4?

2007-04-23 Thread Adam Winer

That'll mostly work, but we do use some Java 5 specific
APIs, like ConcurrentHashMap.

-- Adam



On 4/23/07, Gary VanMatre [EMAIL PROTECTED] wrote:

From: Böhringer Jochen [EMAIL PROTECTED]

 Hello,

 I am doing some research for a new project. It is a web application whose user
 interface should be programmed using JSF. The application server we are 
running
 in the target environment is WebSphere Application Server 5.1.
 Unfortunately the latest JDK supported by this WebSphere version is 1.4.2 :-(

 The installation instructions of Trinidad do note Java 5 as a dependency.
 So is this a showstopper for Trinidad in this project? Perhaps the only 1.5
 features used are generics and these can also be interpreted by a 1.4 jdk on
 bytecodelevel...

 I have used Trinidad in other projects and would really like to use it 
again...

 So my question in one sentence: Is it possible to run Trinidad on a 1.4 JDK 
with
 small amount of adaptation or should I stop thinking about it immediately?


Maybe retroweaver would work?

http://retroweaver.sourceforge.net/overview.html


 Best regards,
 Jochen



Gary




Using Trinidad with Facelet Bug

2007-04-23 Thread Gareth Paglinawan

Hi,

I would like to integrate the trinidad in our application. Currently, we are
using facelet and myfaces. I still encounter problem regarding charsetName.
There is a nullPointerException. Is this already solved?

Gareth