Re: JSF 2.0 - Bean Validation, Unified EL and other specs

2009-10-27 Thread Jan-Kees van Andel
Just to be complete... https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=657 /JK 2009/10/27 Ryan Lubke : > On 10/25/09 10:57 AM, Jan-Kees van Andel wrote: >> >> Hey (CC MyFaces Dev), >> >> For MyFaces, I have implemented the first version of

Re: [COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Jan-Kees van Andel
Congrats and welcome to the club! Regards, Jan-Kees 2009/11/4 Gerhard Petracek : > welcome! > regards, > gerhard > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > 2009/11/4 Matthias

Re: [core] pending stuff for alpha release myfaces core 2.0

2009-11-04 Thread Jan-Kees van Andel
It's never too early for an alpha release if you ask me. It gives us a more reliable view on where we are. I saw some activity on the f:ajax tag. Is that one good enough to use as an example for the f:validateBean tag? Unfortunately, I haven't yet had the time (and in depth Facelets 2.0 knowledge)

Re: [COMMUNITY] MyFaces += Max Starets

2009-11-07 Thread Jan-Kees van Andel
Welcome to the team Max! /JK 2009/11/6 Gerhard Petracek : > welcome! > regards, > gerhard > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2009/11/6 Matthias Wessendorf >> >> The

Trinidad and JSF 2.0

2009-12-03 Thread Jan-Kees van Andel
Hey, I'm just asking this out of curiosity, so no offense intended. ;-) I see a lot of JSF 2.0 related activity in Trinidad and I was wondering, why not leverage the JSF 2.0 code in MyFaces Core? Are there (legacy) reasons to keep the UIX classes and not replace them (maybe partially) with their

Re: ext-scripting status

2009-12-09 Thread Jan-Kees van Andel
You rock Werner! If I have the time, I'm gonna give it a try this week! /JK 2009/12/9 Gerhard Petracek : > +1 > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > >

Re: ext-scripting status

2009-12-10 Thread Jan-Kees van Andel
So it doesn't work on Windows at all? I currently don't have a Unix workstation available. :-( /JK 2009/12/10 Werner Punz : > Jan-Kees van Andel schrieb: >> >> You rock Werner! If I have the time, I'm gonna give it a try this week! >> >> /JK >> &

Re: ext-scripting status

2009-12-10 Thread Jan-Kees van Andel
ndorf : > https://issues.apache.org/jira/browse/EXTSCRIPT-27 > > generally, I absolutely prefer linux/unix for development. > windoze is my "email device" :-) > > On Thu, Dec 10, 2009 at 4:11 PM, Jan-Kees van Andel > wrote: >> So it doesn't work on Windows at al

Re: ext-scripting status

2009-12-11 Thread Jan-Kees van Andel
I have a Vista workstation at home. I might have some spare time on Sunday. I'll take a look at it. /JK 2009/12/11 Werner Punz : > Jan-Kees van Andel schrieb: >> >> Yeah, so do I, but at work I have to use Windows (at least I have >> Cygwin installed) and at home

Re: ext-scripting status

2009-12-13 Thread Jan-Kees van Andel
Hey, As promised, I've been testing on my Vista machine. Bernhard was right about the slashes. I needed to double escape them on some places. I also changed the paths in my web.xml to point to my workspace, but I'm not sure what this does, since these are also the default paths (at least, that's

Re: ext-scripting status

2009-12-13 Thread Jan-Kees van Andel
this is what I did: - add core-java6 - add myfaces12-extensions - remove the SNAPSHOT from the myfaces dependencies I'll also commented on the JIRA issue and attached a patch, containing all this stuff. /JK 2009/12/13 Jan-Kees van Andel : > Hey, > > As promised, I've bee

Re: ext-scripting latest commits

2009-12-16 Thread Jan-Kees van Andel
Hey, I also commented it in the issue. I don't really know the exact purpose of the paths, but I think another solution is more appropriate, since the web.xml is in the WAR, making an application less portable. If they are optional, removing them seems appropriate. /JK 2009/12/16 Werner Punz :

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Jan-Kees van Andel
Absolutely +1 It might also make a migration to JSF 2.0 easier. /JK 2009/12/17 Max Starets : > +1 from me too. > > Max > > Matthias Wessendorf wrote: > > Hello Andrew, > > I like your proposal. > > +1 on doing so! > > -Matthias > > On Wed, Dec 16, 2009 at 11:26 PM, Andrew Robinson > wrote: > >

Re: [VOTE] release of myfaces core 2.0.0-alpha

2009-12-27 Thread Jan-Kees van Andel
I don't see the problem of building a snapshot, but for some reason Continuum is unavailable. I get a "Connection Reset" http error. I'm also not sure if I have build rights in Continuum, but I'm sure some guys on this thread do... /JK 2009/12/26 David Jencks : > Many thanks for applying this!

Re: [VOTE] release of myfaces core 2.0.0-alpha

2009-12-29 Thread Jan-Kees van Andel
atthias Wessendorf >>> wrote: >>>> >>>> cool. >>>> >>>> Leo, all: >>>> do you have the feeling we may need a new alpha? I saw some fixes >>>> coming in, and producing some >>>> alphas at least gives us more visibility

Re: [COMMUNITY] MyFaces += Blake Sullivan

2010-01-05 Thread Jan-Kees van Andel
Congrats and welcome Blake! /Jan-Kees 2010/1/5 Cagatay Civici : > Welcome aboard Blake! > > On Tue, Jan 5, 2010 at 7:13 AM, Gerhard Petracek > wrote: >> >> welcome! >> regards, >> gerhard >> >> http://www.irian.at >> >> Your JSF powerhouse - >> JSF Consulting, Development and >> Courses in Engli

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jan-Kees van Andel
+1 on the HTML 5 RenderKit. Yeah, and maybe ditch (or at least provide a more semantic) panelGrid, for example, with a parameter to customize the HTML: dl+dd+dt, div, table, ul/ol... Especially when writing interactive apps with (slide) effects, I always had a lot of issues with table-based forms.

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-08 Thread Jan-Kees van Andel
This skin looks very good. Well done Catalin! Regards, Jan-Kees 2010/1/8 Mamallan Uthaman : > It looks fantastic, thanks for your great work Catalin. > -Mamallan > > Jakob Korherr wrote: > > Really great work, guys! > > > 2010/1/8 Matthias Wessendorf >> >> some more "technical" discussions on

Re: [core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jan-Kees van Andel
Hey, How about an HttpSessionListener? I'm not sure if HttpSessionListener.contextDestroyed is invoked on shutdownthough. Probably not... I'm afraid the only option is custom bookkeeping, maybe using an HttpSessionListener/ServletContextListener to publish events to the Registry. I see some issue

Re: [COMMUNITY] MyFaces += Jakob Korherr

2010-01-23 Thread Jan-Kees van Andel
Welcome and congrats Jakob! Regards, Jan-Kees 2010/1/21 Hazem Saleh : > Congratulations Jakob! > > On Thu, Jan 21, 2010 at 11:28 AM, Ganesh Jung wrote: >> >> Welcome, Jakob! >> >> Am 20.01.2010 00:06, schrieb Leonardo Uribe: >>> >>> Congratulations! >>> >>> regards, >>> >>> Leonardo >>> >>> 201

Continuum access

2010-01-23 Thread Jan-Kees van Andel
Hey, Today I logged into Continuum to see why the build is failing every hour, but my project list was empty. Can someone grant me access rights? Thanks. Regards, Jan-Kees Ps. If you see this message for the second time, it's my mistake. I'm configuring my GMail to use the Apache mail server...

Re: [Vote] Trinidad 1.2.13 release

2010-01-23 Thread Jan-Kees van Andel
+1 It looks good to me (and I can't wait for the next release with Casablanca :-) ). Regards, Jan-Kees 2010/1/23 Matthias Wessendorf : > +1 > > On Sat, Jan 23, 2010 at 3:18 PM, Matthias Wessendorf > wrote: >> Hi, >> >> I was running the needed tasks to get the 1.2.13 release of the Apache >>

Re: [MyFaces] master pom .. ?

2010-01-25 Thread Jan-Kees van Andel
Hey, Since I'm one of those committers, +1. Regards, Jan-Kees 2010/1/25 Matthias Wessendorf : > Hello, > > do you agree it is time to do another release of the myfaces master pom ? > => We added a bunch of committers over the last months ;-) > > -Matthias > > -- > Matthias Wessendorf > > blog:

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-25 Thread Jan-Kees van Andel
Hi Leonardo, Are you gonna rebuild now? I just submitted a patch with support for the @ListenerFor/@ListenersFor annotations to handle global system events. See MYFACES-2509 I'm quite sure it doesn't break anything, but I don't want to introduce any risks short before the beta release so if some

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-26 Thread Jan-Kees van Andel
works as expected? If so, I'll restart > the vote. > > regards, > > Leonardo Uribe > > 2010/1/25 Jan-Kees van Andel >> >> Hi Leonardo, >> >> Are you gonna rebuild now? I just submitted a patch with support for >> the @ListenerFor/@Liste

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-26 Thread Jan-Kees van Andel
it out of this release... :-) Regards, Jan-Kees 2010/1/26 Jan-Kees van Andel : > Not entirely true, there are two types of events that need to be > processed. ApplicationImpl handles only one of them (the component > system events). These are registered on a component. The patch > pr

Re: [vote] MyFaces Master pom v7

2010-01-26 Thread Jan-Kees van Andel
+1 2010/1/26 Matthias Wessendorf : > +1 > > On Tue, Jan 26, 2010 at 12:46 PM, Matthias Wessendorf > wrote: >> This is the formal vote for the new myfaces master POM version 7. >> >> You can find the signed release candidate at [1]. >> >> Please vote >> +1 if you reviewed the new master pom versi

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Jan-Kees van Andel
+1 on the release. Also +1 on the three weekly release if Leonardo can handle the extra burden. :-) Regards, Jan-Kees 2010/1/29 Matthias Wessendorf : > On Fri, Jan 29, 2010 at 5:29 PM, Leonardo Uribe wrote: >> >> >> 2010/1/29 Ganesh >>> >>> Hi, >>> >>> I've tried testing the beta with DojoFac

Re: [OFFTOPIC] JSFDays 2010 Vienna

2010-02-04 Thread Jan-Kees van Andel
Same over here. I'll be there too. See you all there (I hope). I suppose most of the MyFaces team will be there? Already saw a lot of names... Regards, Jan-Kees 2010/2/4 Jakob Korherr : > Hi, > > I almost forgot: I'll also be at the jsfdays in vienna and I hope to > meet some of you there! > > R

Re: Blog post...

2010-02-04 Thread Jan-Kees van Andel
LOL, thanks for the free publicity. ;-) Please allow me to return the favor: http://facesgoodies.googlecode.com/svn/MS/trunk/ /JK 2010/2/4 Matthias Wessendorf : > FYI: > > http://blog.smart-java.nl/blog/index.php/2010/01/31/jsf-2-0-the-most-simple-cdi-integration-use-cases/ > > -- > Matthias We

Re: [Ext-CDI] additional project name

2010-02-08 Thread Jan-Kees van Andel
+1 on CODI. JODI sounds nice, but I think it sounds too much like JodaTime. Regards, Jan-Kees 2010/2/8 Kito Mann : > +1 for CODI > --- > Kito D. Mann | twitter: kito99 | Author, JSF in Action > Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting > http://www.JSFCentral.co

Re: [REVOTE] Ext-Scripting Alpha1

2010-02-10 Thread Jan-Kees van Andel
+1 Regards, Jan-Kees 2010/2/10 Jakob Korherr : > +1 > > Regards, > Jakob > > 2010/2/10 Matthias Wessendorf >> >> +1 >> >> On Tue, Feb 9, 2010 at 11:46 PM, Gerhard Petracek >> wrote: >> > +1 >> > regards, >> > gerhard >> > >> > http://www.irian.at >> > >> > Your JSF powerhouse - >> > JSF Consul

Re: AW: [VOTE] codi as a new myfaces extensions sub-project

2010-02-16 Thread Jan-Kees van Andel
+1 2010/2/16 Werner Punz : > +1 > > Mario Ivankovits schrieb: >> >> +1 >> >> >> >> *Von:* gerhard.petra...@gmail.com [mailto:gerhard.petra...@gmail.com] *Im >> Auftrag von *Gerhard Petracek >> *Gesendet:* Dienstag, 16. Februar 2010 12:01 >> *An:* MyFaces Development >> *Betreff:* [VOTE] codi as a

Re: [Trinidad] RC1 for 1.2.14 with the new skin?

2010-02-23 Thread Jan-Kees van Andel
+1 from me /JK 2010/2/23 Matthias Wessendorf : > Hi, > > should we generate a RC1 for the 1.2.14 release, to have the new skin > hitting the road ? > I am all for it ;-) > > -Matthias > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshar

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-06 Thread Jan-Kees van Andel
Hey, If it works on Jetty and Tomcat, I'd say +1 on committing the module. I can't think of big issues with committing it as a separate module. And we can always revert if we have to. Cool, can't wait to check it out! On what appserver are you testing this stuff Jakob? Regards, Jan-Kees 2010/

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-07 Thread Jan-Kees van Andel
> >> I'm not really sure that this feature should be part of myfaces-core. >> >> Maybe myfaces-commons would be a better place. But we can change this >> >> later. >> >> >> >> +1 on commiting the module. >> >> >> >>

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-07 Thread Jan-Kees van Andel
which interfere with other > configuration methods. > > Regards, > Jakob > > 2010/3/7 Jan-Kees van Andel > > In other words: Convention over configuration ;-) >> >> I just think it's important to pick sensible defaults and to be able to >> turn it off, for exa

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-11 Thread Jan-Kees van Andel
n >>>> >>>> Professional Support for Apache MyFaces >>>> >>>> >>>> 2010/3/8 Werner Punz >>>> >>>> +1 for that idea, the less configuration the better. >>>>> >>>>> Werner >>>>

Re: [COMMUNITY] MyFaces += Mark Struberg

2010-03-20 Thread Jan-Kees van Andel
Welcome to the club Mark! Regards, Jan-Kees 2010/3/20 Matthias Wessendorf > welcome aboard, dude! > > On Fri, Mar 19, 2010 at 6:23 PM, Ganesh wrote: > > Welcome Mark! > > > > Gerhard Petracek schrieb: > >> > >> The MyFaces PMC is proud to announce a new addition to our community. > >> > >> Pl

Re: [GSOC] HTML5 Proposal

2010-03-22 Thread Jan-Kees van Andel
Looks good. Maybe one little thing, the prefix h5 might be more appropriate for the library, even though there is also an html tag named h5. hx sounds like HTML extensions to me and HTML5 is not really an extension. Regards, Jan-Kees 2010/3/22 Cagatay Civici > Looks good to me as well, Good Lu

Re: [GSOC] HTML5 Proposal

2010-03-22 Thread Jan-Kees van Andel
Yeah, the rest looks very good. :) /JK 2010/3/22 Matthias Wessendorf > that's details, for the actual project ;-) > > BTW. I am just signing up as a mentor, after that I will bring this > wiki txt to our jira. > > -Matthias > > On Mon, Mar 22, 2010 at 8:25 AM

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jan-Kees van Andel
rk > >>> >>>> has already been done on that. > >>> >>>> > >>> >>>> -Matthias > >>> >>>> > >>> >>>> On Mon, Mar 22, 2010 at 11:35 AM, Ali Ok > wrote: > >>> >>>> > Hi, > >&g

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jan-Kees van Andel
Hey, that's good. I thought I heard some time ago this couldn't be fixed because of backwards compatibility. Great that it's fixed. /JK 2010/3/23 Matthias Wessendorf > FYI > > http://java.sun.com/javaee/javaserverfaces/2.0/docs/api/javax/faces/component/NamingContainer.html#SEPARATOR_CHAR > >

Re: [GSoC] Proposal - Automated webapp tests

2010-03-26 Thread Jan-Kees van Andel
Selenium is actually quite nice. I used it on a previous project. It is really easy to record scripts, but also integrates very well with a Maven build, for example using Selenium RC. But it's 100% client side, so you don't have the deep JSF insight as with JSFUnit. My only JSFUnit usage was the b

Re: Tutorial: MyFaces 2 on Google App Engine

2010-03-29 Thread Jan-Kees van Andel
Yeah, very cool Ali! Thanks Have you also tried to use IntelliJ for your project? I never use IntelliJ, but never used GAE. Don't know if any specific plugin is required for GAE? /JK 2010/3/29 Ali Ok > Do you mind to put this tutorial to our side as well? >> > > OK, it would be great :) > I w

Re: How do you partition SVN commits in myfaces

2010-04-04 Thread Jan-Kees van Andel
You could try to "svn add" everything (but not commit it), and then only commit some files/directories. The issue is probably that you can't commit individual files, because the parent directory isn't versioned. "svn add"-ing the parent tree should fix it. Regards, Jan-Kees 2010/4/4 Mark Strub

Re: [GSoC] Automated webapp tests

2010-04-08 Thread Jan-Kees van Andel
You can use the Selenium RC Server [1] to host the browser. You can then remotely invoke this server from your Maven build. The Maven build then doesn't need a browser. (but you're right, Selenium needs a browser *somewhere*) Regards, Jan-Kees [1] http://seleniumhq.org/projects/remote-control/

Re: [cwiki] spaces

2010-04-08 Thread Jan-Kees van Andel
+1 on the whole email. My username is "jankeesvanan...@apache.org". Regards, Jan-Kees 2010/4/8 Gerhard Petracek > hi @ all, > > the myfaces space is available at [1]. > > @committers: > please post your confluence user-names and i'll add them to the > committers-group. > > if there are no obje

Re: [VOTE] release for myfaces core 2.0.0

2010-04-14 Thread Jan-Kees van Andel
I agree with Matthias. Removing a class from an API is usually impossible and if Leo has no objections to prepare the release again... But apart from this little thing, a big +1 on the release! Congrats guys! Regards, Jan-Kees 2010/4/14 Matthias Wessendorf > Hey Leo, > > awesome! Patch is at

Re: Unit test failing? (was: Re: [VOTE] release for myfaces core 2.0.0)

2010-04-15 Thread Jan-Kees van Andel
I just runned the build on Windows Vista x64: D:\dev\work\myfaces2\core_2_0_0>mvn --version Maven version: 2.0.10 Java version: 1.6.0_14 OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows" The tests worked fine. @Matthias: Can you see which test method is causing the issue an

Re: Unit test failing? (was: Re: [VOTE] release for myfaces core 2.0.0)

2010-04-15 Thread Jan-Kees van Andel
leEscaping"> > type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError >at > org.apache.myfaces.renderkit.html.HtmlTextRendererTest.testClientBehaviorUserCodeJavaScriptDoubleEscaping(HtmlTextRendererTest.java:237) > > > > > > Am 15.04.10 09:22, schrieb Jan-Kees van Andel: > >> I just runned the build on W

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jan-Kees van Andel
I encountered the same error on trunk. You need to change the shared-impl version property to 4.0.1 and then it should work. Regards, Jan-Kees 2010/4/15 Ganesh > Sorry for the inconvenience, for me impl build fails on myfaces/current20 > (last tried 10 days ago, worked then). It's propably an

Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jan-Kees van Andel
I'm with Werner here. If there's an encoding issue (in the distribution, not the test code) I think doing a release will upset a lot of users. So I'm -1 until we know what causes the test failure... I'm gonna take a look at the failing test, but since I don't have any test failures, I'm not sure

Re: Unit test failing? (was: Re: [VOTE] release for myfaces core 2.0.0)

2010-04-15 Thread Jan-Kees van Andel
;> >>>> value="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> name="testClientBehaviorUserCodeJavaScriptEscaping"> >>>> >>&

Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jan-Kees van Andel
With the issue resolved (the release version is ok AFAICS), I withdraw my -1 and re-vote with a +1. /JK 2010/4/15 Jakob Korherr > Again: it works on my machine.. And I guess you may have forgotten to > rebuild shared too, because the test tests results of changes on > shared. > > But until thi

Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jan-Kees van Andel
pr 15, 2010 at 11:20 AM, Jan-Kees van Andel > wrote: > > With the issue resolved (the release version is ok AFAICS), I withdraw my > -1 > > and re-vote with a +1. > > > > /JK > > > > > > 2010/4/15 Jakob Korherr > >> > >> Again: it wor

Re: [VOTE] release of myfaces core 2.0.0

2010-04-16 Thread Jan-Kees van Andel
+1 Regards, Jan-Kees 2010/4/16 Werner Punz > +1, build now goes through... > > Werner > > > Am 16.04.10 10:10, schrieb Bernd Bohmann: > > +1 >> >> Regards >> >> Bernd >> >> On Fri, Apr 16, 2010 at 10:04 AM, Gerhard Petracek >> wrote: >> >>> +1 >>> regards, >>> gerhard >>> http://www.irian.a

Re: Ext Scripting Quo Vadis

2010-04-16 Thread Jan-Kees van Andel
I have to admit that I haven't used it recently, but my latest experiences with Ext Scripting were very positive. So I think it's a good time to start with a release, also considering the GSoC and branching issues. If I can find some time this week, I'll try to do some testing... Regards, Jan-Ke

Re: Ext-Scripting Final Logo

2010-04-20 Thread Jan-Kees van Andel
I used the docs last Sunday to get going, but I of course already knew a thing or two about the framework. Besides some small things that I have already fixed on the Wiki, I think the docs are good. But again, the opinion of someone who hasn't used Ext-Scripting before would be useful. Oh, btw. n

Re: Ext-Scripting Final Logo

2010-04-21 Thread Jan-Kees van Andel
All changes are in here: http://wiki.apache.org/myfaces/Extensions/Scripting/Setup?action=diff&rev2=24&rev1=19 /JK 2010/4/20 Werner Punz > Am 20.04.10 19:37, schrieb Jan-Kees van Andel: > > I used the docs last Sunday to get going, but I of course already knew a >>

Re: [VOTE] become shared 4.0.x branch trunk

2010-05-07 Thread Jan-Kees van Andel
+1 /JK 2010/5/7 Bruno Aranda > +1 > > > On 7 May 2010 15:46, Leonardo Uribe wrote: > >> >> >> 2010/5/7 Jakob Korherr >> >> +1 >>> >>> It will make things easier! However we have to be careful to not forget >>> to change _every_ reference to shared trunk and 4.0.x_trunk (e.g. from >>> orchest

Re: [jira] Commented: (MYFACES-2714) Include uncompressed jsf.js file and use it when development mode is used

2010-05-15 Thread Jan-Kees van Andel
The plan sounds good, but let's not forget the performance penalty of loading multiple javascript files when in production mode. No objections for loading multiple files in development mode. Maybe, we should even (from a security perspective) completely deny access to the debug versions of the scr

Re: Extended Debug Tree - MYFACES-2676

2010-05-19 Thread Jan-Kees van Andel
Sounds plausible, we already do the same thing with the ExternalContexts class. It's blazing fast, but the question is: Are we allowed to and do we want to cache the instance? If the spec doesn't dictate otherwise, I'm in favor of caching it. Another idea is to cache it in the ServletContext. It

Re: [ExtVal] Code coverage and suitable tools

2010-05-26 Thread Jan-Kees van Andel
I remember Apache having a Clover license. Not sure though. We might use it... It looks like the Maven plugin is ASL licensed. http://docs.atlassian.com/maven-clover2-plugin/2.3.1/license.html Regards, Jan-Kees 2010/5/26 Gerhard Petracek > hi rudy, > > imo we should have such a tool for all s

Re: [GSOC] HTML5 Prototype

2010-05-31 Thread Jan-Kees van Andel
+1. I'd suggest to use whatever gets the job done. It's about the RenderKit after all. Support for older Servlet specs can be added later... /JK 2010/5/31 Matthias Wessendorf > for the server-side implementation of this, I am fine in just using > Servlet 3.0's "upload API". > > -Matthias > >

Re: jsf-uncompressed.js in dev mode does not work out entirely

2010-06-26 Thread Jan-Kees van Andel
I've been out for a while, so it might be a stupid question. Do you serve the script via a servlet or is the file served directly? I ask because last year I did some performance tests for a client and having a servlet write a string is very expensive, compared to serving a static file. 100ms vs.10

Re: Mark issues for JSF 2.1

2010-07-08 Thread Jan-Kees van Andel
+1 on the first option. /JK 2010/7/8 Jakob Korherr > Hi guys, > > Since there are currently some issues in the JIRA, which we can't fix now, > because they require a spec behavior change, but which should be fixed for > JSF 2.1, I was thinking of some way to mark them. There are two options: >

Re: [VOTE] make use of new apache.snapshots repo and apache-parent-7 features

2010-07-20 Thread Jan-Kees van Andel
+1 /JK 2010/7/20 Martin Marinschek > +1, > > best regards, > > Martin > > On Tue, Jul 20, 2010 at 10:42 AM, Gerhard Petracek > wrote: > > +1 > > regards, > > gerhard > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Jan-Kees van Andel
Hey Ali, Congratulations, good luck with all your work and a very warm welcome! Regards, Jan-Kees 2010/7/22 Matthias Wessendorf > The Myfaces PMC is proud to announce a new addition to our community. > > Please welcome Ali Ok as the newest MyFaces committer! > Ali is an active member of the m

Re: Use maven-shade-plugin to prevent duplicate code

2010-07-26 Thread Jan-Kees van Andel
If it helps to make Shared obsolete you have my +1! :-) /JK 2010/7/26 Jakob Korherr > Hi guys, > > Working on the tests for FlashImpl, I ran into a problem with the > AbstractAttributeMap (MYFACES-2840). After fixing it, I needed to copy my > changes over to myfaces-test to be able to use the

Re: Use maven-shade-plugin to prevent duplicate code

2010-07-26 Thread Jan-Kees Van Andel
I think you're right. The only real solution is a nice and clean Shared project. Otherwise the dependencies will become very tangled. /JK Sent from my iPad Op 26 jul. 2010 om 23:10 heeft Leonardo Uribe het volgende geschreven: > Hi > > 2010/7/26 Jakob Korherr > "This code is just some w

Re: Myfaces vs. mojarra restore view performance

2010-08-02 Thread Jan-Kees van Andel
Hey, I'm very interested in the details behind those 750ms. Can you post the hotspots? Like: number of invocations, ms. self time and ms. total time. Thanks. Regards, Jan-Kees 2010/8/2 Martin Koci > Hi, > > our profiling results show that myfaces are significantly slower in > restore view ph

Re: MyFaces shipping with JBoss AS6?

2010-08-05 Thread Jan-Kees van Andel
Hi, Great news! It would be very nice if JBoss ships with MyFaces 2. This also opens up possibilities to do some enhancements to increase developer productivity in JBoss, like better resource reloading and so on. Or doing some things more efficient by plugging into the JBoss infrastructure. Just t

Re: MyFaces shipping with JBoss AS6?

2010-08-05 Thread Jan-Kees van Andel
gt;>> >>>>> com.sun.faces.spi.InjectionProvider >>>>> >>>>> https://mojarra.dev.java.net/source/browse/mojarra/trunk/jsf-ri/src/main/java/com/sun/faces/spi/InjectionProvider.java >>>>> >>>>> com.sun.faces.spi.AnnotationProvid

Re: MyFaces shipping with JBoss AS6?

2010-08-09 Thread Jan-Kees van Andel
Yeah, I know. I'm so quick. I can edit files back in time. ;-) /JK 2010/8/9 Matthias Wessendorf > + * @author Leonardo Uribe (latest modification by $Author: jankeesvanandel > $) > > + * @version $Revision: 799929 $ $Date: 2009-08-01 16:29:33 -0500 > (sáb, 01 ago 2009) $ > > > > did you copy t

Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-09 Thread Jan-Kees van Andel
roposing a convention for new code. I'm also not proposing to remove the @author JavaDoc tag. That's a useful one. I'm talking about the "latest modification by $Author" and "@version $Revision: 799929 $ $Date:...$" stuff. What do you guys think? Regards, Jan-Ke

Re: Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-10 Thread Jan-Kees van Andel
p all SVN stuff and keep the rest in place. /JK <https://issues.apache.org/jira/browse/MYFACES-2871> 2010/8/10 Werner Punz > +1 of removing this, the info is in svn anyway, why duplicate it? > > Werner > > > Am 09.08.10 21:43, schrieb Jan-Kees van Andel: > >>

Re: Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-10 Thread Jan-Kees van Andel
Hi, Sure. For example, take a look at: http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java If we remove the SVN stuff, we'll end up with this JavaDoc comment: /** * see Javadoc of http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/index.html";>

Re: Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-10 Thread Jan-Kees van Andel
not removing > the metadata of the file. > > -M > > > > > Regards > > > > Bernd > > > > On Tue, Aug 10, 2010 at 10:00 PM, Jan-Kees van Andel > > wrote: > >> Hi, > >> > >> Sure. For example, take a look > >> at

Re: GSoC Final

2010-08-15 Thread Jan-Kees van Andel
Hi Ali, Nice work dude! Are you supposed to give a live presentation on your project? In that case, the code snippets and images are really tiny and probably not very good readable. You might want to make those a bit bigger. Oh and BTW, slide 14 is good (favorite team: NL). This week I'm gonna tr

Re: GSoC Final

2010-08-16 Thread Jan-Kees van Andel
2010/8/16 Ali Ok > Hi, > >> Are you supposed to give a live presentation on your project? > > I will do it but not with those slides :) > > This week I'm gonna try to integrate it in my side project > > Cool! Can I see the current Html5 client live? > Jep, but unfortunately, we only have one wo

MyFaces @JavaOne?

2010-08-16 Thread Jan-Kees van Andel
Hi, Just wondering, are any of you guys heading to JavaOne this year? It's not as big as last years, but still a very cool conference I think. Anyway, I'm going and I'm doing a talk with Stephan Janssen about our project on Thursday: "The JavaServer Faces (JSF) 2.0 and HTML5 Version of Parleys.co

Re: MyFaces @JavaOne?

2010-08-16 Thread Jan-Kees van Andel
Aug 16, 2010 at 10:05 AM, Jakob Korherr > wrote: > > As far as I know, Matthias and Ali will also be there! > > > > 2010/8/16 Werner Punz > >> > >> Am 16.08.10 09:31, schrieb Jan-Kees van Andel: > >>> > >>> Hi, > >>> &

Re: MyFaces @JavaOne?

2010-08-16 Thread Jan-Kees van Andel
Mon, Aug 16, 2010 at 9:59 AM, Ali Ok wrote: > >> >>- *Dan Allen* >>- *Ed Burns* >>- Hazem >>- *David Geary* >>- *Alexander Smirnov,* >> - *Roger Kitain* >> >> are other JSF folks I know, apart from mentioned people before.

Re: MyFaces @JavaOne?

2010-08-16 Thread Jan-Kees van Andel
LOL, was too lazy to type San Francisco. I'll only hang out at SFO if my flight is late, like last time... 2010/8/16 Matthias Wessendorf > SFO == airport; most of us are not hanging out there ;-) > > On Mon, Aug 16, 2010 at 6:19 PM, Jan-Kees van Andel > wrote: > > I did

Re: [DISCUSS] getting rid of all java.net maven repositories

2010-08-19 Thread Jan-Kees van Andel
I believe I added this JBoss repo a long time ago because of the Bean Validation API which was not yet released. But I guess this API should at this time also be inside some Geronimo JAR? It might be worthwile to check which one. That would save a repo. Let's see. Eemmm. ...

Re: Hudson

2010-08-20 Thread Jan-Kees van Andel
+1 I didn't know of any Apache Hudson instance. But if we have one, a big yes! /JK 2010/8/20 Grant Smith > Any interest in migrating the builds over to Hudson [1] ? I'm willing to do > the legwork and the transition from Continuum. > > Thanks, > Grant. > > [1] http://hudson.apache.org > > -- >

Re: [VOTE] release for myfaces site skin v 1

2010-08-24 Thread Jan-Kees van Andel
+1 Looks good. Regards, Jan-Kees 2010/8/24 Matthias Wessendorf > +1 > > > On Mon, Aug 23, 2010 at 10:46 PM, Leonardo Uribe wrote: > > +1 > > > > 2010/8/23 Leonardo Uribe > >> > >> Hi, > >> > >> I was running the needed tasks to get the version 1 release of Apache > >> MyFaces Site Skin. > >

Re: [jsr-314-open] JSF gathering @ JavaOne (was Re: MyFaces @JavaOne?)

2010-09-22 Thread Jan-Kees van Andel
+1 for Thursday. I think my Thursday night is still free. How about meeting at the Hilton, after my talk? According to the current schedule, it's in the Continental Parlor 1/2/3 in the Hilton from 15:30 to 16:30. /JK 2010/9/21 Edward Burns > On 9/20/10 23:13 , Kito Mann wrote: > >> We're think

Re: [core] FacesEL vs. UEL vs. UEL 2.2

2010-10-01 Thread Jan-Kees Van Andel
Agreed. I usually don't like numbers in method names, but in this case it's more correct. /JK On 30 sep. 2010, at 23:04, Martin Koci wrote: > Hi, > > > there is a disorder in Expression Lauguage names in myfaces core. > Currently myfaces (method > javax.faces.validator._ExternalSpecificati

Re: [CORE] 2.0.3 release ?

2010-11-08 Thread Jan-Kees van Andel
+1 on first fixing the Safari issues and Geronimo/JBoss integration. Those three are big improvements and I guess they don't take much time to finish, right? Next week my MyFaces 2.0 iPad app will be on a big screen at the Devoxx keynote! I'd like to use the 2.0.3-SNAPSHOT for this, with Werner's

Real world MyFaces 2.0 webapp

2010-11-27 Thread Jan-Kees van Andel
Hey folks, Somewhere in the past I started working on a real world example webapp. I guess it's already a year ago. :-) But now I have some free time to work on this again. Currently I use MyFaces 2.0 (of course), OpenWebBeans and OpenJPA 2.0. I also use Hibernate Validator. I got a strange error

Re: Real world MyFaces 2.0 webapp

2010-11-28 Thread Jan-Kees van Andel
erman > > Professional Support for Apache MyFaces > > > > > > 2010/11/27 Gerhard > > > hi, > we could also use it for extval, codi,... tests. > regards,gerhard > > http://www.irian.at > > > Your JSF powerhouse - > > > JSF Consulting, Development

Re: [VOTE] release for myfaces builder plugin 1.0.8

2010-12-01 Thread Jan-Kees van Andel
+0 I just checked out MyFaces on a new, clean laptop with an empty Maven repo. With an empty repo I can't build the "maven-plugins" project. When I first manually install the "maven-plugin-parent" module and then build "maven-plugins", it works okay. I vote a +0 because I'm not sure if it's just

Re: [VOTE] release for myfaces builder plugin 1.0.8

2010-12-05 Thread Jan-Kees van Andel
there >>>> > could be >>>> > build problems. >>>> > >>>> > I have just committed the necessary changes to fix this >>>> > problem, >>>> > however I think it is not that important and we can >>>> >

Re: [VOTE] Release for Apache MyFaces Extensions Scripting 1.0

2010-12-13 Thread Jan-Kees van Andel
Hey, -1, because of missing license headers in a couple of Java files (like: ExtensionEventListener.java) and also a Groovy file: GroovyGlobalReloadingStrategy.groovy. For the rest it looks great. /JK 2010/12/13 Gerhard > +1 > > regards, > gerhard > > http://www.irian.at > > Your JSF powerho

Re: [VOTE] release for myfaces core 2.0.3

2010-12-13 Thread Jan-Kees van Andel
+1 Regards, Jan-Kees 2010/12/14 Gerhard > +1 > > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > 2010/12/14 Matthias Wessendorf > > +1 >> >> On Tue, Dec 14,

Re: [REVOTE] Apache MyFaces Extension Scripting 1.0

2010-12-14 Thread Jan-Kees van Andel
+1! Regards, Jan-Kees 2010/12/14 Gerhard > +1 > > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2010/12/14 Mark Struberg > > +1 >> >> LieGrue, >> strub >

Re: Result (was: [VOTE] release for myfaces core 2.0.3)

2010-12-17 Thread Jan-Kees van Andel
se early... >>>>>> >>>>>> IMO we can have 2.0.4 out early January >>>>>> >>>>>> On Fri, Dec 17, 2010 at 11:03 AM, Werner Punz >>>>> >>>>> wrote: >>>>>>> >>>>>>> Hi

Re: [apache-extras] myfaces examples

2010-12-23 Thread Jan-Kees van Andel
Hey, My GoogleCode username: jankeesvanandel /JK 2010/12/21 Gerhard > as far as i know there is a mercurial plugin for hudson. > imo we should contact the infrastructure team. > > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses i

  1   2   3   4   >