Re: myfaces popularity

2010-12-06 Thread Mark Struberg
Yes, I feared that :( They have a relative defensive update policy. On one side this is good for existing apps which doesn't have much compatibility problems. But they e.g. still ship a very old jetty container which contains lots of known bugs. LieGrue, strub --- On Mon, 12/6/10, Nikolay

Re: serving views from jar files

2010-12-06 Thread Dan Corneanu
Thank you, indeed the blog pointed by you was very helpful. I am currently able to load view definition files from jar files sitting on the classpath. Best regards, Dan. On 03.12.2010 10:43, Mark Struberg wrote: Hi Dan! You might take a look at Jason Lees blog if this is what you need:

Re: serving views from jar files

2010-12-06 Thread Mark Struberg
u r welcome. Btw, if you run on Apache tomcat, you should also check your settings in context.xml [1] Especially take care that 'antiJARLocking' is enabled! Otherwise you might get problems with locked files... LieGrue, strub [1] http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

Re: myfaces popularity

2010-12-06 Thread ken keller
Which of the 3 styles is best? Am I missing one? On Mon, Dec 6, 2010 at 1:45 AM, Mark Struberg strub...@yahoo.de wrote: Yes, I feared that :( They have a relative defensive update policy. On one side this is good for existing apps which doesn't have much compatibility problems. But they

Re: myfaces popularity

2010-12-06 Thread Mark Struberg
Hi Ken! There are a few differences h:commandLink will cause a form submit - POST h:link with f:viewParam will cause a bookmarkable GET link So it depends what you like to do. LieGrue, strub --- On Mon, 12/6/10, ken keller klr...@gmail.com wrote: From: ken keller klr...@gmail.com

[ANNOUNCE] release of myfaces builder plugin 1.0.8

2010-12-06 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Builder Plugin 1.0.8. Apache MyFaces Builder Plugin is a maven plugin, used internally in other projects like myfaces core and tomahawk for generate component classes, tag classes, faces-config files, .tld files and

Re: serving views from jar files

2010-12-06 Thread Ime Asangansi
Thanks Kito. It works well. Ime --- On Fri, 12/3/10, Kito Mann kito.m...@virtua.com wrote: From: Kito Mann kito.m...@virtua.com Subject: Re: serving views from jar files To: MyFaces Discussion users@myfaces.apache.org, asangansi asanga...@yahoo.com Date: Friday, December 3, 2010, 7:20 PM