Re: [GSOC] About Proposal of HTML5 Renderkit

2010-03-17 Thread Matthias Wessendorf
On Wed, Mar 17, 2010 at 4:00 PM, Ali Ok al...@aliok.com.tr wrote: Hi, As you know, I will apply GSOC for Myfaces HTML5 renderkit project. Tomorrow, I think it will be announced that ASF is accepted as a GSOC organization (I have no doubt:) ). actually, same here! So, I should speed up

Re: [GSoC] HTML 5 RenderKit

2010-03-09 Thread Ali Ok
clear that this is only for prototyping? Not the real implementation ? Do others agree ? -Matthias [1] http://old.nabble.com/-GSoc--Google-Summer-of-Code-Idea-td27040478.html [2] http://code.google.com/p/myfaces-html5-starter/source/browse/#svn/trunk/src/test/resources/tag-interface [3] http

[GSoC] HTML 5 RenderKit

2010-03-09 Thread Matthias Wessendorf
([2]). Instead we have to go through the ASF process (dev@ mailing list, JIRA, patch, etc.) Ali: Can you update the project ([2]) to make clear that this is only for prototyping? Not the real implementation ? Do others agree ? -Matthias [1] http://old.nabble.com/-GSoc--Google-Summer-of-Code-Idea

Re: [GSOC] HTML5 Renderkit Start-up

2010-03-06 Thread Jakob Korherr
not 100% sure about my answers. The purpose of my current work is, to make my GSOC application better by getting your idea. On this mail threadhttp://old.nabble.com/-GSoc--Google-Summer-of-Code-Idea-td27040478.html, we have talked about a new HTML5 renderkit. But I have a doubt which I saved

Re: [GSOC] HTML5 Renderkit Start-up

2010-03-02 Thread Ali Ok
Hi Leonardo, First of all, I am not 100% sure about my answers. The purpose of my current work is, to make my GSOC application better by getting your idea. On this mail threadhttp://old.nabble.com/-GSoc--Google-Summer-of-Code-Idea-td27040478.html, we have talked about a new HTML5 renderkit

[GSOC] HTML5 Renderkit Start-up

2010-03-01 Thread Ali Ok
Hi, I've started working on HTML5 renderkit, which I will apply GSOC this year. I haven't done much, just created the project, configured the builder (modified Tomahawk's building procedure). Now I am trying to determine what to implement and how people will use it after we are done. So I am

Re: [GSoc] Google Summer of Code Idea

2010-01-28 Thread Ingo Hofmann
Hi there, I'm a student in my last semester and highly interested in going in for the GSOC this year. However, I'm able to afford only 15 hours a week (approx.). Would it be a good idea to apply for this project unter these time limitation? I really don't have a clue about the required effort. I

Re: [GSOC]HTML5 RenderKit Project Structure

2010-01-27 Thread Matthias Wessendorf
Hi ali, the Google Summer of code has been announced (see my other email). Regarding the strcuture, IMO this should be a separate project, that just targets to implement JSF widgets offered by HTML5. The implementation should be done with JSF 2.0+ tooling. So, not supporting older versions, e.g.

Re: [GSoc] Google Summer of Code Idea

2010-01-27 Thread Matthias Wessendorf
or a tutorial would be nice :-) -Matthias On Wed, Jan 20, 2010 at 8:34 PM, Ali Ok al...@aliok.com.tr wrote: Hi all, I sent a couple of mails about MyFaces on Google App Engine GSOC proposal. But after some progress and a conversation with Matthias, I realized that it is too small for GSOC. And I am

Re: [GSoc] Google Summer of Code Idea

2010-01-27 Thread Ali Ok
Hi Matthias, Thanks for your support. I think this GSOC will be cool:) Since this will be a seperate project, I will start modifiying my local Tomahawk code-base, and inspecting how it works, right away. About GAE, I've started preparing the document yesterday, but couldn't finished. I

[GSOC]HTML5 RenderKit Project Structure

2010-01-24 Thread Ali Ok
Hi all, We have talked about HTML5 components on MyFaces earlierhttp://old.nabble.com/-GSoc--Google-Summer-of-Code-Idea-td27040478.html . I tried some HTML5 components and I think this project will be interesting. Now I want to create the project structure and start playing with the components. I

Re: [GSoc] Google Summer of Code Idea

2010-01-21 Thread Kito Mann
of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now there is actually some (raw) support on it inside of some browsers... Why not introducing an hx:*** namespace

Re: [GSoc] Google Summer of Code Idea

2010-01-20 Thread Ali Ok
Hi all, I sent a couple of mails about MyFaces on Google App Engine GSOC proposal. But after some progress and a conversation with Matthias, I realized that it is too small for GSOC. And I am willing to implement HTML5 Renderkit. Meanwhile, I will work on GAE support in parallel. I will post my

Re: [GSoc] Google Summer of Code Idea

2010-01-20 Thread Bruno Aranda
+1 2010/1/20 Ali Ok al...@aliok.com.tr Hi all, I sent a couple of mails about MyFaces on Google App Engine GSOC proposal. But after some progress and a conversation with Matthias, I realized that it is too small for GSOC. And I am willing to implement HTML5 Renderkit. Meanwhile, I

Re: [GSoc] Google Summer of Code Idea

2010-01-20 Thread Matthias Wessendorf
On Wed, Jan 20, 2010 at 8:34 PM, Ali Ok al...@aliok.com.tr wrote: Hi all, I sent a couple of mails about MyFaces on Google App Engine GSOC proposal. But after some progress and a conversation with Matthias, I realized that it is too small for GSOC. And I am willing to implement HTML5

[GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, I am trying to detect the problems that I can face. I experienced several problems with MyFaces 1.2.8, and just overrode my solutions without considering the architecture in order to move along. Then I will make my proposal solving this problems within the architecture. However, I couldn't

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Jakob Korherr
Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. 2) JSF 1.2 uses the unified expression language, which also includes javax.el.ValueExpression, so maybe you have to

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Matthias Wessendorf
On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Werner Punz
Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, Thanks for replies. Then, since JSP support is not clear and seems problematic on GAE, I will use Facelets as view technology. On Fri, Jan 15, 2010 at 1:22 PM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Michael Kurz
wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now there is actually some (raw) support on it inside of some browsers

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
Wessendorf schrieb: Hi guys, running into this document: http://diveintohtml5.org/forms.html I started playing with some of the new widgets in my Chromium browser (I wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Cédric Durmont
/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now there is actually some (raw) support on it inside of some browsers... Why not introducing

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
, running into this document: http://diveintohtml5.org/forms.html I started playing with some of the new widgets in my Chromium browser (I wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jan-Kees van Andel
with some of the new widgets in my Chromium browser (I wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Gerhard Petracek
/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now there is actually some (raw) support on it inside of some browsers... Why

[GSoc] Google Summer of Code Idea

2010-01-05 Thread Matthias Wessendorf
Hi guys, running into this document: http://diveintohtml5.org/forms.html I started playing with some of the new widgets in my Chromium browser (I wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd

Re: [GSoc] Google Summer of Code Idea

2010-01-05 Thread Matthias Wessendorf
of the new widgets in my Chromium browser (I wasn't aware that spinbox/sliders are part of HTML5). What about trying to find someone for a GSoC project, to add a (raw) HTML 5 renderkit? Bernd and I talked about a potential renderkit last time we saw each other, but now there is actually some (raw

Fwd: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009

2009-03-19 Thread Matthias Wessendorf
FYI -- Forwarded message -- From: Luciano Resende lrese...@apache.org Date: Thu, Mar 19, 2009 at 10:52 PM Subject: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009 To: p...@apache.org Dear PMC, It's now official, Google has announced that The Apache

Fwd: GSoC projects

2008-03-01 Thread Martin Marinschek
Now there we go! SOC has started - anyone wanting to supply project proposals for MyFaces? regards, Martin -- Forwarded message -- From: Ross Gardler [EMAIL PROTECTED] Date: Fri, Feb 29, 2008 at 11:34 PM Subject: GSoC projects To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

<    1   2   3   4