Re: Orchestra on code.google.com

2007-06-27 Thread Mario Ivankovits
Cagatay Civici wrote: Mario, What about stability of sourceforge lately? I used it in the past, but was disappointed about speed and reachability. I had no problems with sourceforge for a long time when working on jsf-comp. Ok, so lets sum up ... Use the jsf-comp space for

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
Hi! Kito D. Mann schrieb: I don't know -- this might be confusing since Matthias already has FacesGoodies [1] :-). [1] http://code.google.com/p/facesgoodies/ Why not adding it to facesgoodies then? I understand facesgoodies as template for quickstarting an application. I'd

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
of the components are used... regards Alexander -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 3:29 PM To: MyFaces Development Subject: Orchestra on code.google.com Hi! code.google.com is fine for that. I'd like to start

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
Hi Dennis! Perhaps this has been covered already, but does it have binary deps on MyFaces? Or just the JSF API? No deps to MyFaces, else it would be a bug. If Orchstra has no dep on the MyFaces implementation, you may be able to open this up to more users and you wouldn't have to find a new

Orchestra on code.google.com

2007-06-25 Thread Mario Ivankovits
Hi! code.google.com is fine for that. I'd like to start a project at code.google.com to host any code not allowed (or not easily allowed) by the policy of ASF. e.g. when depending on (L)GPL code. I reserved a name already [1]. Any objections about it? Ciao, Mario [1]

[jira] Commented: (MYFACES-1666) HtmlResponseWriterImpl implements different encoding behaviour for the two writeText methods

2007-06-20 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506512 ] Mario Ivankovits commented on MYFACES-1666: --- Its not that it might confuse me, but it allows one

[orchestra] nightly build and continuum

2007-06-15 Thread Mario Ivankovits
Hi! What needs to be done to have a nightly build of orchestra and continuum running? Someone to volunteer? Thanks! Ciao, Mario

Re: [orchestra] nightly build and continuum

2007-06-15 Thread Mario Ivankovits
Hi Mr. Continuum! continuum rocks! here you go: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/ Wow - THAT was bleedingly fast Thanks a lot! Ciao, Mario

[jira] Created: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
: Mario Ivankovits Assignee: Mario Ivankovits The ParameterResourceProvider do not encode the value which will be later used by the browser for subsequent requests. This means that values with special url characters like #, etc are destroying the url, the request will fail

[jira] Resolved: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1016. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT

[jira] Commented: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501615 ] Mario Ivankovits commented on TOMAHAWK-1016: BTW this class is used by the components

Re: subform and model changes

2007-05-25 Thread Mario Ivankovits
Hi! How about keepSubmittedValues which is a bit more specific than keepInput? However, it doesn't matter too much what we call it. t:dataTable has something called preserveRowStates which has a similar purpose, but I can't see how we can use the same name (nor am I sure that

Re: [PROPOSAL] MyFaces JSR-252 Version Number (was MyFaces 2.0.0)

2007-05-25 Thread Mario Ivankovits
Hi Manfred! For me, all in your post result in a simple +1 from my side ;-) A20.5. not solved, but if there is a JSF fix we must join all our influence and convice Ed to call it JSF-1.3 ;-) This only happens if there is a minor release of the spec do we have seen something in the past?

subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi! It looks like model changes are not reflected in subforms not subject of the current request. So if you have stuff like: h:form h:commandInput / h:commandButton id=btn1 / s:subForm h:selectOneMenu / h:commandButton id=btn2 / /s:subForm

Re: subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi Mike! If you want to change the submitted values to the backing bean, then you need to do so in code just as if you wanted to do it for a regular form. http://wiki.apache.org/myfaces/ClearInputComponents Yep, I am aware of this, but I really hate to use component bindings. This is alway a

Re: subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi ! One of my primary use cases is to do something like set of input field rows add-new-row button inside of a subForm This means you allow the user to add some rows and validate the input at a later save point at once? However, you won :-) So I'll try to develop the attribute with a

Re: What is nightly builds ?

2007-05-22 Thread Mario Ivankovits
Volker Weber wrote: the nightly builds are here: http://people.apache.org/builds/myfaces/nightly/ Hmmm ... wer are on 1.1.6 for tomahawk, no? I can't find them in the nightly directory. Anyone knows whats wrong? Ciao, Mario

datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! I'd like to make the following two enhancements to the tomahawk datatable/column: 1) add a new attribute groupByValue to the column This allows to configure a valueBinding to be used as value to check if there is a group change instead of scanning the children. The old behavior still works,

Re: datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! Sugesstion 1 has disadvatage: if you change one property of children in group, which is not defined as groupByValue or taken in account when computing value of checking value, you don't get whole group as changed. Notice, this change is backward compatible, so if you do NOT use

[jira] Created: (TOMAHAWK-1004) some groupBy enhancements for datatable

2007-05-21 Thread Mario Ivankovits (JIRA)
Datatable Reporter: Mario Ivankovits Assigned To: Mario Ivankovits Priority: Minor 1) add an optional groupByValue attribute to the column component to allow configuring where to get the value to check the group change 2) change to use a list of objects instead

[jira] Resolved: (TOMAHAWK-1004) some groupBy enhancements for datatable

2007-05-21 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1004. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT some groupBy

Re: [PROPOSAL] Create a notifications mailing list

2007-05-15 Thread Mario Ivankovits
Hi! People who want to see commits and notifications right next to each other should absolutely have that option. And you will, just filter both lists into the same folder (or give them the same tag.) And active developers should certainly be watching both commits and notifications. You can

Re: [PROPOSAL] Create a notifications mailing list

2007-05-14 Thread Mario Ivankovits
Hi! I am -0 on placing Continuum messages on a different mailing list because I like seeing the commit message(s) followed by a Continuum success/failure message. The Continuum message is a nice confirmation that the commit(s) did or did not break the build. Email clients can be configured

Re: MyFaces community BOF at J1

2007-04-28 Thread Mario Ivankovits
Hi! Great idea! I'll try to send something by Monday. Ciao, Mario Hi *, we (Manfred and me, but get in contact with us if you are at J1, we'll share the stage!) have been accepted for a MyFaces community BOF at J1, and as the community is the most important asset in this project, we'd

Re: ppr and javascript response

2007-04-27 Thread Mario Ivankovits
Hi Ernst! that is exactly the solution we had in mind for that problem. Ah - great! :-) Unfortunately I didn't have time to implement that so far because there have always been more pressing issues. No hurry! I hope I'll be able to do so next week during ApacheCon. Have fun there. Ciao,

ppr and javascript response

2007-04-26 Thread Mario Ivankovits
Hi! As far as I know its not yet possible to process the javascript within the response, is it? Hmm ... a naive question, would it be really that easy if we just get all script tags and eval() their content? This would not work with referenced javascript files, but with embedded script code, no?

Re: MyFaces and HTML 4.01

2007-04-20 Thread Mario Ivankovits
Hi! Belen, Marco wrote: In order 'choose' an unique prefix, why not re-use a common way to create unique names in Java: Use a package-structure. There for until it can be configured in the web.xml how about using org_apache_myfaces_ as the clientID-prefix. My first reaction on this was:

Re: [Vote] accepting Trinidad as a subproject

2007-04-16 Thread Mario Ivankovits
%40incubator.apache.org/msg02417.html -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED] Skype: mario_ivankovits

latest AjaxChildComboBox and IE

2007-04-16 Thread Mario Ivankovits
Hi! Could someone please confirm that the AjaxChildComboBox component (latest sandbox) is broken on Internet Explorer. If so, we should open a jira ticket ... OR ... deprecate this component and propose pprPanelGroup for this use case which makes handling a little bit easer (once setup) as you

[jira] Created: (TOMAHAWK-951) ModalDialogRenderer renders a trailing , at createWidged

2007-03-30 Thread Mario Ivankovits (JIRA)
Reporter: Mario Ivankovits Assigned To: Mario Ivankovits The ModalDialogRenderer renders a trailing , if no dialogAttrs will be used, this makes the component not working in IE. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi Manfred! group addition requested. please stay tuned... Ok - thanks. If you don't mind I'll tune to Slay Radio in the meanwhile only interesting if you owned a C64 ;-) Ciao, Mario

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi! group addition requested. please stay tuned... Thanks! It works now Ciao, Mario

FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Hi! I create my own FacesContext in an ServletFilter (in the end around the FacesServlet). The FacesServlet itself too creates a FacesContext. In the end I have some problems with this setup as the Faces Messages added to my FacesContext are never shown as the JSF system will use the

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Matthias! any news? I still do not know how to build the whole MyFaces Web-Site ... Without anyone volunteering - or at least give some pointers/logins/scripts I have no chance to move on. :-( Ciao, Mario

Re: FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Hi! perhaps the FacesCtxFactory should check that ? Ok, It turned out to be a little bit a complicated problem. First my use case: * A custom filter which creates a custom facesContext * A custom servlet which forwards to the FacesServlet

Re: FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Just for the records: http://wiki.apache.org/myfaces/NestedFacesContext wiki sounds fine!

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Wendy! Thanks for your infos, I'll try to move on ... This page has a section for publishing the MyFaces site, but it's old. Cn you please update it? http://wiki.apache.org/myfaces/Building_With_Maven Hehe ... sure ... once I know what to do :-) For example, the directory stated to change

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi! If you got the Orchestra site to build (with mvn site?) Works ... for what I can say locally. Looks not that bad. then try mvn site-deploy to publish it. I do not have enough permissions to create a directory in /www/myfaces.apache.org at minotaur. What to do next? Could someone please

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Manfred! Try a id -Gn on the command line. Does it print the group myfaces? No, it doesn't. Ciao, Mario

Ochestra Site

2007-03-25 Thread Mario Ivankovits
Hi! I saw some xdocs files are included in Ochestra; anyone volunteering to get it added to the site build? I managed to make orchestra/core build a site, though, I had to apply the following patch to the master-pom: Index: master-pom/pom.xml

Re: [Vote] Sponsoring Entity of RCF (was Re: [Proposal] RCF, a rich component library for JSF)

2007-03-19 Thread Mario Ivankovits
Matthias Wessendorf schrieb: +1 for MyFaces being the sponsoring entity for RCF +1 Ciao, Mario

[RESULT][VOTE] New Apache MyFaces Fusion Name

2007-03-19 Thread Mario Ivankovits
Hi! The vote for the new name for the Apache MyFaces Fusion name is finished now. The result: Apache MyFaces Orchestra 10 votes Apache MyFaces Aurora 2 votes Apache MyFaces Connections nothing Please find the voting thread here [1] From now on the new name is Apache MyFaces Orchestra.

Re: [Proposal] RCF, a rich component library for JSF

2007-03-15 Thread Mario Ivankovits
Hi Martin! I've already mentioned that with this addition, I see Trinidad as a Top Level project rather than a sub-level project of MyFaces. What do you think about that? What about combining our efforts providing a modern component library? Creating a myfaces commons and a cleaned-up

Re: Client Side Validation i18n aware?

2007-03-12 Thread Mario Ivankovits
Hi Cagatay! Good catch, I was thinking about localization before but I left it for later for now. Because it seems like the server side converters like javax.faces.FloatConverter or javax.faces.DoubleConverter do not handle i18n too. I'm trying to make the client side validation be %100

Client Side Validation i18n aware?

2007-03-11 Thread Mario Ivankovits
Hi Cagatay! + var doubleRegExp = /^(\+|-)?\d*\.?\d*([eE]\d+)?[dD]?$/; I haven't had a look at all your validation code, though, do it deal with i18n? Means, the regexp above allows to have a . - I guess as fraction delimiter. But then, this depends on language

Re: [POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi Manfred! Cool application! Thanks! Sad that there are so few votes yet... :-( Yeah, anyway, I'll close the vote today and will come up (as it looks like now) with the top three names. Ciao, Mario

Re: [POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi Jesse! will you provide the source for these apps? It is part of the examples module for Fusion (how I'll miss this name :-( ). So yes, everyone will have access to it :-) grats on a cool new way to vote... Thanks! Ciao, Mario

[RESULT][POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi! The result for this poll is We had 12 voters and they voted (where the number is the number of +1 votes for this name): Apache MyFaces Orchestra7 Apache MyFaces Aurora 6 Apache MyFaces Connections 4 Apache MyFaces Edge 3 Apache MyFaces Kleber 3

[VOTE] New Apache MyFaces Fusion Name

2007-03-08 Thread Mario Ivankovits
Hi! Based on the previous poll it should be possible now to vote on a new name. Please choose one of the three names (adding new ones can't be honored from now on). The one with the most votes should make it then. [ ] Apache MyFaces Orchestra [ ] Apache MyFaces Aurora [ ] Apache MyFaces

Re: [VOTE] New Apache MyFaces Fusion Name

2007-03-08 Thread Mario Ivankovits
[X] Apache MyFaces Orchestra [ ] Apache MyFaces Aurora [ ] Apache MyFaces Connections

Re: Tomahawk 1.1.5 branch created to eartly?

2007-03-07 Thread Mario Ivankovits
Hi! Depends whether we want the Tomahawk code to be pre-Fusion or not. Of course Fusion is a separate subproject, so it really only affects the (deleted) Sandbox components, right? Yes, Fusion affects the sandbox only (if at all). I think Fusion should not be the reason to hold back a Tomahawk

[jira] Commented: (TOMAHAWK-915) Base default event used by submitOnEvent on enclosing component type

2007-03-06 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478299 ] Mario Ivankovits commented on TOMAHAWK-915: --- Thanks for fixing it! Base default event used

[POLL] Fusion Naming

2007-03-04 Thread Mario Ivankovits
Hi! Ok, I've setup a little application which should help finding a name out of the tons we have. For the next few days you can reach it at [1]. First you have to register, this works by simply clicking on Register and enter your e-mail address and name. You'll receive a URL which you have to

Re: [POLL] Fusion Naming

2007-03-04 Thread Mario Ivankovits
btw you have to choose exactly 5 names for a valid vote. You'll receive a email if everything vent fine. Else a message will be shown, though at the end of the page if you voted too much/less names. The UI can be enhanced ;-) Mario -Original Message- From: Mario Ivankovits [EMAIL

MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make what I call dynamic votes. BTW: Even if there would have such a tool already there, I wanted to create another example for fusion. It is not meant to replace the voting on the ML, its just to distill those

Re: MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Btw, this poll will not be anonymous, so that everyone can be sure that I don't manipulate the data. A (to be create) page will allow you to have a look at the vote of each voter. If you don't mind Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make

Re: MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Another question is, if I should allow you to vote for each name, or if I should force you to cast your vote for e.g. 5 names only. Then changing the available vote selections should be 0 1 2 3 4 5, no? Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make

Re: MyFaces Fusion Naming

2007-03-02 Thread Mario Ivankovits
Hi Craig! One thing I've wondered as I've watched the fusion stuff go by ... in an architecture that is so heavily based on Spring 2 already, why wasn't Spring Web Flow used? Don't know much about SWF, but we had a meeting with Jürgen Höller from interface21 where he helped designing the

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id. If 'id=choiceInput' is removed from the example code below, no submit occurs. Strange thing, I tested it now with the following thing h:selectOneMenu

Re: MyFaces Fusion Naming

2007-03-02 Thread Mario Ivankovits
Hi Craig! That's where I don't understand Fusion enough to comment ... it originally appeared to me that the key value add was allocating the entity manager on the way in (when you created the conversation), and cleaning up afterwards when the conversation ended. Yes, this is one of the things

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! Yes, it looked reasonable to me as well. I'm using firefox 1.5.0.10. Let me see if I get any errors. Nope. no javascript errors. Trying in IE 6. Yep. works here. So it's a firefox compatiblity issue. Does that help?:-) Unhappily no, as I use firefox 95% the day, so I

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi! Ok, its getting hot now, there is a difference between your two html snippets: not working select size=1 name=masterForm:connectPageForm:chooseMemberForm:_id48 working select size=1 name=masterForm:connectPageForm:chooseMemberForm:memberInput

[jira] Commented: (TOMAHAWK-915) Base default event used by submitOnEvent on enclosing component type

2007-03-02 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477449 ] Mario Ivankovits commented on TOMAHAWK-915: --- Mike, I've committed something which should do the trick

Re: variable default for event used by submitOnEvent?

2007-03-02 Thread Mario Ivankovits
Hi Mike! Is there any chance we can have intelligent default event values? Yea, this is a great idea, should work. Could you please open a jira for it. Ciao, Mario

Re: MyFaces Fusion Naming

2007-03-01 Thread Mario Ivankovits
Hi ! Just out of curiosity, why is this part of MyFaces as opposed to Shale. It sounds more like something that belongs there... We developed it under the MyFaces umbrella during the last months, we started with a tag base way until we reached the spring based solution we have now. So, thats

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Hey, I wonder how Kleber sounds for English native speakers? I bet it sounds horrible . I hope so :-) Ciao, Mario

[jira] Commented: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-28 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476577 ] Mario Ivankovits commented on MYFACES-1546: --- direct access Apache MyFaces Pure Apache MyFaces Direct

[POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
Hi! Ok, here we go. This is a poll where I hope that we can sort out the most of the names below (shouldn't be that hard ;-), afterwards I hope we are stripped down to max 4 names where we can start a vote then. Thanks for your time! Just remove the names you don't like, I'll try to sum up

Re: [POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
My favorites. * Apache MyFaces Connections * Apache MyFaces Mergence * Apache MyFaces Aurora * Apache MyFaces Concerto * Apache MyFaces ease * Apache MyFaces Snug * Apache MyFaces Custos * Apache MyFaces Simplex * Apache MyFaces Memento * Apache MyFaces Alta * Apache MyFaces

Re: [POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
Hi Paul! Please include a description of Fusion on the wiki page [1]. With out a good understanding on what the product is, it is hard to name it. Done, I hope I managed to express things sufficient. Ciao, Mario [1] http://wiki.apache.org/myfaces/ApacheMyFacesFusion

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Mike Kienenberger schrieb: It probably sounds like Clever. Hmmm I start to like it :-)

Re: [BUG] javascript error on mozilla when click()

2007-02-28 Thread Mario Ivankovits
Hi! Hello I use javascript to simulate button click and send a postback to the server. Here is the java script: document.getElementById('myId').click(); If possible have a look at our sandbox component s:submitOnEvent [1] It solves many of the problems you might have when you try to do it

Re: [BUG] javascript error on mozilla when click()

2007-02-28 Thread Mario Ivankovits
Hi! document.getElementById('myId').click(); the button defenition in JSF id classic : h:commandButton id=myId actionListener=#{myListener} Are you really using just the same id for getElementById and the id defined for the commandButton? Its very unlikely that this works, though, should

MyFaces Fusion Documentation

2007-02-28 Thread Mario Ivankovits
Hi! I've started the documentation by creating two xdoc files in myfaces/fusion/core/src/site, now when I run mvn site from within myfaces/fusion it creates a site, but only a handful of pages in core/target/site and they do not use our stylesheet. Now: *) Shall I put the documentation into the

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Hi Jeff! Apache Myfaces Spider I like it, though the first hit in google with software spider results in http://www.spider-software.de/ Ciao, Mario

Re: [VOTE] Remove Static loggers from 1.2

2007-02-27 Thread Mario Ivankovits
Hi Matthias! this was discussed near to death in the past. search for simon kitching and logging here in the myfaces list Anyway, just that we really know what we are talking about: We have to remove the static keyword from the logger and add a method getLog() which will lazily get the logger

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! how can I see the result of this work? I don't know if Werner is able to put his work into public, though, I am working on an example showing the same patterns. It took some time to setup the examples framework, though, yesterday I managed to bring it up and can start now to implement

MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi! Ok, I'll start the naming question now. My personal favorit for the new library still is MyFaces Fusion, for what I have seen on the Internet and the United States Patent and Trademark Office there is already a oracle product called Oracle Fusion, though, they trademarked the whole phrase.

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi Matthias! So from MY legal point of view MyFaces Fusion is safe as long as we assure that the official name of the library contains the name MyFaces too. quick note, that is should be Apache MyFaces Fusion instead of just MyFaces Fusion Right, thanks for the pointer! Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Now a serious one Apache MyFaces Salida I like the spanish style - one more: Apache MyFaces Defender In Spanish its something like to hold/to know etc Even in English we can argue we defend against detached objects ;-) Ciao, Mario

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
I thought you were simply playing around with the fusion framework, not trying to use it for real work :-) He is really enthusiastic and an adventurer ;-) Kudos to Werner! Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi Manfred! What about Apache MyFaces Seamless ?! I don't think its a good idea to use anything which sounds like Seam. Seam aims to be much more than I have in mind for Fusion now. See, they integrated stuff to create PDFs lately. I don't wont to suggest - by using nearly the same name - that

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
What about something completely different: Apache MyFaces Aurora Positive thing, no? Seriously. Ciao, Mario

[jira] Created: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-27 Thread Mario Ivankovits (JIRA)
Reporter: Mario Ivankovits This jira is to collect new names for Apache MyFaces Fusion so far: Apache MyFaces Connections Apache MyFaces Vista Apache MyFaces Salida Apache MyFaces Defender Apache MyFaces Seamless Apache MyFaces Mergence Apache MyFaces Accretion Apache MyFaces Collective Apache

[jira] Commented: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-27 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476388 ] Mario Ivankovits commented on MYFACES-1546: --- some more MyFaces ease MyFaces Snug MyFaces Rush Find

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! nice demo, hehe, dont lie ;-) dose any documentation exist any where to start? (other than this example) Unfortunately no, not yet. But I'll start one soon. Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Mike, It's up to you, but I'd think using a wiki page would be far easier to manage. You can propose names, and then group them as they're added: I thought that too, and I'll do so tomorrow, for now letz use the jira just to collect the names without any bias. I'll close the jira (maybe

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hey, let's collect these names in a jira task. here we go: https://issues.apache.org/jira/browse/MYFACES-1546 Ciao, Mario

[jira] Commented: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-27 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476389 ] Mario Ivankovits commented on MYFACES-1546: --- Including Apache on the above for sure Find a new name

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! just give me some hints if possible I have two more days to finish this part of the book I am writing and I am interested to replace the seam framework I used in my example with fusion (or what ever it will be called in future) I have used only seam for integration with JPA, and it

[jira] Commented: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-27 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476537 ] Mario Ivankovits commented on MYFACES-1546: --- Apache MyFaces Sepia form the ml: Apache MyFaces Chasb

[jira] Commented: (MYFACES-1546) Find a new name for Apache MyFaces Fusion

2007-02-27 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476544 ] Mario Ivankovits commented on MYFACES-1546: --- Apache MyFaces Rapid Some Latin ones (used http

Re: MyFaces Fusion

2007-02-23 Thread Mario Ivankovits
Hi Cagatay! I'd really really like to help if you need:) There is plenty of room to help :-) Thanks! Short term todos are: * Demo App * Documentation Regarding the DemoApp, maybe Werner is able to donate one, if not we have to build one. Would be great if you could help there if we have to

Re: MyFaces Fusion

2007-02-23 Thread Mario Ivankovits
Hi Arash! It looks like this fusion lead a more pure MyFaces application. and I am ready to use it, if you provide some minimum guidelines for rest of us. Yep, I am working on it ... should be available soonish. Ciao, Mario

MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi! MyFaces Fusion is just a collection of already existing myfaces sandbox components. The main goal of this project is to ease the development of JSF applications especially if they have to deal with an ORM backend. I tried to do so a while back by developing a ConversationTag, which worked

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi Mike! In the future, please remember that such reviews and conclusions *must* be made on the mailing list. Ok, sorry for this. As to the actual merits of the subproject, I don't understand what value it adds to have this in both the sandbox and in fusion.How do the two subprojects

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi Matthias! I like the idea, but perhaps in future, please send out an email. I bet that won't hurt. No, wouldn't have hurt, you are right. However, now everyone is able to review real facts. If we do not agree about having it that way in MyFaces land I'll svn rm/svn mv/whatever it. Nothing

Re: What is Fusion? Re: svn commit: r510598 [1/6] - in /myfaces/fusion/trunk: ./ core/ core/src/ core/src/main/ core/src/main/java/ core/src/main/java/org/ core/src/main/java/org/apache/ core/src/main

2007-02-22 Thread Mario Ivankovits
Hi Mike! I did a search of my mailing archives for fusion and I didn't find anything relevent. I'd expect a new subproject to at least be preceded by an email I would have done, but my *!§$!§$%* thunderbird crashed just before I managed to hit send. Just hold on a minute please, I'll

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Mike Kienenberger schrieb: Well, the thread started with this statement, so you'll have to forgive me if I thought it was true :-) MyFaces Fusion is just a collection of already existing myfaces sandbox components. Instead of components I should have written code. There are two or three

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi! There needs to be some kind of discussion before a commit of this type, even if it's a single message. Ok, sorry for being too enthusiastic. I didn't realize that it would be such a mistake. What can I do now? Would it be of any help if I rollback the check-in and we start discussion about

<    1   2   3   4   5   6   7   8   9   10   >