Getting started to contribute to MyFaces

2011-01-31 Thread Thiwanka Somasiri
Hi, I am a newbie to the MyFaces project and I need to know from which point I should start contributing to the project. Can anyone tell me what I should do first? thanks. -- Regards A.S.Thiwanka Somasiri Skype : executionerwild MSN : thi...@ymail.com thi...@ymail.com

Re: Getting started to contribute to MyFaces

2011-01-31 Thread Jan-Kees van Andel
Hi, There are several ways to contribute: - On the mailinglists, participating in discussions and answering questions. - By contributing bugfixes for issues in the Jira ( https://issues.apache.org/jira/browse/MYFACES), but this might be difficult, since most bugs have specification implications

Re: best way to contribute?

2009-01-06 Thread Matthias Wessendorf
Hi Jondean, best would be a JIRA ticket (+ patch). The discussion of the issue (and the patch) should be done here, on the DEV list. -Matthias On Sun, Jan 4, 2009 at 12:16 AM, Jondean Haley jondeanha...@gmail.com wrote: Hi, I just joined this d-list. What is the preferred way to raise bugs

best way to contribute?

2009-01-03 Thread Jondean Haley
Hi, I just joined this d-list. What is the preferred way to raise bugs discovered in reading the code? Do you wish to have a JIRA ticket opened or a note sent to this d-list? Issue in 1.2.5: LifeCycleFactoryImpl is not thread-safe. _lifecycles Map must be locked for all read and write

Contribute

2007-07-27 Thread Santiago Gil
Hello everyone, I’m (very) new to the list, … Just wanted to ask, How can I contribute to the myfaces project.. have looked around but haven’t found the right link.. thanks Santiago Gil Estudiante de Maestría Ingeniería de Sistemas y Computación Universidad de Los

Re: Contribute

2007-07-27 Thread Leonardo Uribe
Hello Santiago I'm from Colombia too!. Is good to see people from my country work in this. I'm doing a work as part of Google Summer of Code with myfaces, but that is another history. You can start seeing the wiki page http://wiki.apache.org/myfaces Specially this pages:

Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
I have worked ( as alpha-alpha-alpha .. ) set of custom components for create AJAX-like user interfaces for Java Server Faces Applications. Main idea - in faces lifecicle, ve have view tree on server side and DOM tree in client browser ( at present, saving tree on client side don't used ). For

Re: Can I contribute to project ?

2005-08-02 Thread Martin Marinschek
Do you have a demo of this technology up and running? Can you start a discussion with code snippets on the mailing list how you implemented that? How many changes would it take to get MyFaces to use your approach? regards, MartinOn 8/2/05, Alexandr J. Smirnov [EMAIL PROTECTED] wrote: I have

Re: Can I contribute to project ?

2005-08-02 Thread [EMAIL PROTECTED]
this all sounds very interesing, iwe're too working on an ajaxcomponent right now (datatable) and we were also thinking in making this a global attribute for all components. maybe have a look at the custom examples in the sandbox folder. we used a special javascript library (i think from ruby

RE: Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
Do you have a demo of this technology up and running? Yes. I need any time to allow access from internet to my test server. Can you start a discussion with code snippets on the mailing list how you implemented that? Yes , of cource. How many changes would it take to get MyFaces to use your

RE: Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 3:11 PM To: MyFaces Development Subject: Re: Can I contribute to project ? this all sounds very interesing, iwe're too working on an ajaxcomponent right now (datatable) and we

Contribute a columns component to create crosstables

2005-03-23 Thread Brökelmann, Mathias
DataModel.getRowData() from the rows datamodel and the columns datamodel to determine the current row and column. I would like to contribute this component to myfaces. Now to the tricky part which is the reason why I've not contributed the component yet. Currently the parent datatable component (which