Re: Yet another calendar (also works in Java Studio Creator)

2006-03-18 Thread Edwin Goei
On 3/17/06, Legolas Woodland [EMAIL PROTECTED] wrote:
Thank you for the post.
where i can get this calendar , could you please provide a link ?
is there any Tabset like component that does not depend on Creator
theme ?
for example in myfaces , is there any Tabset component ?Please note that this is a prototype sample component and I was looking for a place to continue development on it. My original post had a link which is repeated here: 
http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator. As for using other myfaces components in Creator, I spent some time working on this but found it wasn't simple. See my other blog entries for details. Currently, I've been working on other tasks not directly related to porting myfaces components to Creator.
-Edwin
Thank you






Re: Yet another calendar (also works in Java Studio Creator)

2006-03-17 Thread Edwin Goei
On 3/17/06, Legolas Woodland [EMAIL PROTECTED] wrote:
Thank you for reading my post.
Does this component use Creator theming system ?
I mean what will happen if i disable the Them system of creator by
removing the them link , what will happen to your component?
Creator standard component will not function correctly if we remove the
theme link.




This is really a Creator question but the themes in Creator currently only apply to the components in the xmlns:ui=http://www.sun.com/web/ui namespace. So this sample calendar component is separate from that and has a hardwired skin.
-Edwin


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-17 Thread Legolas Woodland




Edwin Goei wrote:

  
  On 3/17/06, Legolas Woodland [EMAIL PROTECTED] wrote:
  
Thank you for reading my post.
Does this component use Creator theming system ?
I mean what will happen if i disable the Them system of creator by
removing the them link , what will happen to your component?
Creator standard component will not function correctly if we remove the
theme link.


  
  
This is really a Creator question but the themes in Creator currently
only apply to the components in the xmlns:ui="http://www.sun.com/web/ui"
namespace. So this sample calendar component is separate from that and
has a hardwired skin.
  
  
-Edwin

Thank you for the post.
where i can get this calendar , could you please provide a link ?
is there any Tabset like component that does not depend on Creator
theme ?
for example in myfaces , is there any Tabset component ?

Thank you




Re: Yet another calendar (also works in Java Studio Creator)

2006-03-16 Thread Legolas Woodland




Matthias Wessendorf wrote:

  Edwin has already an Apache account ;-)

http://www.edwingo.org/

-Matthias

On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
  
  
Great news Edwin !

You'll want to read this http://www.apache.org/licenses/ , fill out http://www.apache.org/licenses/icla.txt , and your employer will need to complete http://www.apache.org/licenses/cla-corporate.txt .  This can take many weeks to finish .

Make sure there are no third party dependencies that conflict w/ the apache license.

In the meantime you'll also want to refactor the component for the myFaces sandbox after you get a hold of the source http://myfaces.apache.org/source-repository.html and submit a patch in the issue tracker http://myfaces.apache.org/issue-tracking.html .  When the dev team feels the component has matured ( people use it, people ask for features/fixes, features/fixes are being taken care of ), it will be moved to tomahawk.

I'd suggest getting some real good documentation in order to generate interest in the component.  Start w/ the wiki.

Also, use dev@myfaces.apache.org for contribution related stuff.  Good luck and looking forward :)

Dennis Byrne



  -Original Message-
From: Edwin Goei [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 10, 2006 07:22 PM
To: 'MyFaces Discussion'
Subject: Yet another calendar (also works in Java Studio Creator)

I recently developed a prototype JSF popup calendar component to
accompany some documentation for third-party component developers for
the product I work on.  Surveying other calendars on the web and fixing
problems in the currently shipping calendar, I think I have chosen the
functionality that 80% of users would want.  One thing that is different
is that this calendar has design-time support for Java Studio Creator.
I'd like it to be the basis for a real product quality component.  If
there's interest, I might be able to convice my employer to donate the
code to apache.  For screenshots and links to docs, you can look at
http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.

BTW, I originally tried to adapt the myfaces inputDate component, but
found it would require runtime changes to the code.  It's still possible
to do this but when I started to write the sample, I decided to start
  

from a clean slate.


  -Edwin

  




  
  

--
Matthias Wessendorf
Zlpicher Wall 12, 239
50674 Kln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

  

Hi
Thank you for reading my post.
Does this component use Creator theming system ?
I mean what will happen if i disable the Them system of creator by
removing the them link , what will happen to your component?
Creator standard component will not function correctly if we remove the
theme link.





Re: Yet another calendar (also works in Java Studio Creator)

2006-03-15 Thread Craig McClanahan
On 3/15/06, Martin Marinschek [EMAIL PROTECTED] wrote:
Like it! The _javascript_ code is very clean, nicely done!Want to sign an ICLA and donate the codebase to MyFaces? Craig canhelp you out with how this works.As a current Apache committer, Edwin *should* have an ICLA already on file. I'm not in a position where I can check that today, but will look into it as soon as possible.
Craig regards,MartinOn 3/15/06, Edwin Goei 
[EMAIL PROTECTED] wrote: On 3/14/06, Martin Marinschek [EMAIL PROTECTED] wrote: If you can send me the code off- or onlist, that would be great.
 There's a source zip download at http://blogs.sun.com/roller/resources/edwingo/sample-simple-2.2.1-src.zip
 to go along with the component authoring article http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries.-Edwin
--http://www.irian.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and GermanProfessional Support for Apache MyFaces



Re: Yet another calendar (also works in Java Studio Creator)

2006-03-15 Thread Edwin Goei

Craig McClanahan wrote:



On 3/15/06, *Martin Marinschek* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Like it! The JavaScript code is very clean, nicely done!


Thanks, I tried to make the code understandable and use a namespace.



Want to sign an ICLA and donate the codebase to MyFaces? Craig can
help you out with how this works.


As a current Apache committer, Edwin *should* have an ICLA already on 
file.  I'm not in a position where I can check that today, but will 
look into it as soon as possible.
I should have an individual one on file, but I think I need to get this 
approved through my management.


-Edwin


Craig

regards,

Martin

On 3/15/06, Edwin Goei  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:



 On 3/14/06, Martin Marinschek [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:
 
  If you can send me the code off- or onlist, that would be great.

 There's a source zip download at

http://blogs.sun.com/roller/resources/edwingo/sample-simple-2.2.1-src.zip
 to go along with the component authoring article
 http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries.

  -Edwin





--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-15 Thread Laurie Harper
I should probably point out that now Dojo is in MyFaces (albeit in 
sandbox) there's YYAC (yet yet another calendar :-); Dojo has a 'date 
picker' widget. It's very pretty, but less functional than Edwin's looks 
to be - for example, I don't think it's internationalized at all.


Just thought I'd mention it, since that one is free of any IP concerns.

L.

Martin Marinschek wrote:

Like it! The JavaScript code is very clean, nicely done!

Want to sign an ICLA and donate the codebase to MyFaces? Craig can
help you out with how this works.

regards,

Martin

On 3/15/06, Edwin Goei [EMAIL PROTECTED] wrote:



On 3/14/06, Martin Marinschek [EMAIL PROTECTED] wrote:
 If you can send me the code off- or onlist, that would be great.

There's a source zip download at
http://blogs.sun.com/roller/resources/edwingo/sample-simple-2.2.1-src.zip
to go along with the component authoring article
http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries.

 -Edwin






--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces





Re: Yet another calendar (also works in Java Studio Creator)

2006-03-15 Thread Edwin Goei
On 3/15/06, Laurie Harper [EMAIL PROTECTED] wrote:
I should probably point out that now Dojo is in MyFaces (albeit insandbox) there's YYAC (yet yet another calendar :-); Dojo has a 'datepicker' widget. It's very pretty, but less functional than Edwin's looksto be - for example, I don't think it's internationalized at all.
Yes, I've seen the dojo date picker. I like some of its appearance but prefer left and right instead of up and down arrows. I'd like to get some better icons for the ones in the prototype popup calendar too. As you say, the dojo component currently is not internationalized and is a static calendar. I think what most users want is something similar to the sample prototype calendar which has a text field and a DHTML popup calendar. I sent some email to the dojo-interest list asking if anyone is developing a dojo widget that is similar, but didn't get much of a response.
Just thought I'd mention it, since that one is free of any IP concerns.
Thanks for mentioning it. IMO though, I think it's in the best interest of my employer to donate the source, but it requires some work on my part which I recently started to pursue. An alternative is to turn my sample prototype calendar into a dojo widget.
-EdwinL.Martin Marinschek wrote: Like it! The _javascript_ code is very clean, nicely done!
 Want to sign an ICLA and donate the codebase to MyFaces? Craig can help you out with how this works. regards, Martin On 3/15/06, Edwin Goei 
[EMAIL PROTECTED] wrote: On 3/14/06, Martin Marinschek [EMAIL PROTECTED] wrote:If you can send me the code off- or onlist, that would be great.
 There's a source zip download at http://blogs.sun.com/roller/resources/edwingo/sample-simple-2.2.1-src.zip
 to go along with the component authoring article http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries
.-Edwin -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and
 Courses in English and German Professional Support for Apache MyFaces


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-14 Thread Edwin Goei

Martin Marinschek wrote:

There definitely is interest.

I despise the current javascript codebase, so if you have a better
one, it would be great!
  
Well, I hope it's better.  I know it needs some work to make it a 
product quality calendar.  I was wondering how this compares with the 
ADF faces calendar or any other similar component.  I've seen an image 
of a similar component on an oracle web site, but I haven't looked at 
the one that was donated.  Also, I haven't heard from any users if they 
want another component.


-Edwin

regards,

Martin

On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
  

Great news Edwin !

You'll want to read this http://www.apache.org/licenses/ , fill out 
http://www.apache.org/licenses/icla.txt , and your employer will need to 
complete http://www.apache.org/licenses/cla-corporate.txt .  This can take many 
weeks to finish .

Make sure there are no third party dependencies that conflict w/ the apache 
license.

In the meantime you'll also want to refactor the component for the myFaces 
sandbox after you get a hold of the source 
http://myfaces.apache.org/source-repository.html and submit a patch in the 
issue tracker http://myfaces.apache.org/issue-tracking.html .  When the dev 
team feels the component has matured ( people use it, people ask for 
features/fixes, features/fixes are being taken care of ), it will be moved to 
tomahawk.

I'd suggest getting some real good documentation in order to generate interest 
in the component.  Start w/ the wiki.

Also, use dev@myfaces.apache.org for contribution related stuff.  Good luck and 
looking forward :)

Dennis Byrne



-Original Message-
From: Edwin Goei [mailto:[EMAIL PROTECTED]
Sent: Friday, March 10, 2006 07:22 PM
To: 'MyFaces Discussion'
Subject: Yet another calendar (also works in Java Studio Creator)

I recently developed a prototype JSF popup calendar component to
accompany some documentation for third-party component developers for
the product I work on.  Surveying other calendars on the web and fixing
problems in the currently shipping calendar, I think I have chosen the
functionality that 80% of users would want.  One thing that is different
is that this calendar has design-time support for Java Studio Creator.
I'd like it to be the basis for a real product quality component.  If
there's interest, I might be able to convice my employer to donate the
code to apache.  For screenshots and links to docs, you can look at
http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.

BTW, I originally tried to adapt the myfaces inputDate component, but
found it would require runtime changes to the code.  It's still possible
to do this but when I started to write the sample, I decided to start
  

from a clean slate.


-Edwin

  






--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

  




Re: Yet another calendar (also works in Java Studio Creator)

2006-03-14 Thread Martin Marinschek
If you can send me the code off- or onlist, that would be great.

regards,

Martin

On 3/14/06, Edwin Goei [EMAIL PROTECTED] wrote:
 Martin Marinschek wrote:
  There definitely is interest.
 
  I despise the current javascript codebase, so if you have a better
  one, it would be great!
 
 Well, I hope it's better.  I know it needs some work to make it a
 product quality calendar.  I was wondering how this compares with the
 ADF faces calendar or any other similar component.  I've seen an image
 of a similar component on an oracle web site, but I haven't looked at
 the one that was donated.  Also, I haven't heard from any users if they
 want another component.

 -Edwin
  regards,
 
  Martin
 
  On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 
  Great news Edwin !
 
  You'll want to read this http://www.apache.org/licenses/ , fill out 
  http://www.apache.org/licenses/icla.txt , and your employer will need to 
  complete http://www.apache.org/licenses/cla-corporate.txt .  This can take 
  many weeks to finish .
 
  Make sure there are no third party dependencies that conflict w/ the 
  apache license.
 
  In the meantime you'll also want to refactor the component for the myFaces 
  sandbox after you get a hold of the source 
  http://myfaces.apache.org/source-repository.html and submit a patch in the 
  issue tracker http://myfaces.apache.org/issue-tracking.html .  When the 
  dev team feels the component has matured ( people use it, people ask for 
  features/fixes, features/fixes are being taken care of ), it will be moved 
  to tomahawk.
 
  I'd suggest getting some real good documentation in order to generate 
  interest in the component.  Start w/ the wiki.
 
  Also, use dev@myfaces.apache.org for contribution related stuff.  Good 
  luck and looking forward :)
 
  Dennis Byrne
 
 
  -Original Message-
  From: Edwin Goei [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 10, 2006 07:22 PM
  To: 'MyFaces Discussion'
  Subject: Yet another calendar (also works in Java Studio Creator)
 
  I recently developed a prototype JSF popup calendar component to
  accompany some documentation for third-party component developers for
  the product I work on.  Surveying other calendars on the web and fixing
  problems in the currently shipping calendar, I think I have chosen the
  functionality that 80% of users would want.  One thing that is different
  is that this calendar has design-time support for Java Studio Creator.
  I'd like it to be the basis for a real product quality component.  If
  there's interest, I might be able to convice my employer to donate the
  code to apache.  For screenshots and links to docs, you can look at
  http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.
 
  BTW, I originally tried to adapt the myfaces inputDate component, but
  found it would require runtime changes to the code.  It's still possible
  to do this but when I started to write the sample, I decided to start
 
  from a clean slate.
 
  -Edwin
 
 
 
 
 
 
  --
 
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces
 
 




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


RE: Yet another calendar (also works in Java Studio Creator)

2006-03-14 Thread Santiago, Ray

You might want to look at usability issues surrounding the input
dropdowns and the fact that you can select invalid dates on the
client-side. (e.g. January 31, 2006)

You probably don't want to allow the end user to do that.

 -Original Message-
 From: Edwin Goei [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 14, 2006 11:44 AM
 To: MyFaces Discussion
 Subject: Re: Yet another calendar (also works in Java Studio Creator)

 Martin Marinschek wrote:
  There definitely is interest.
 
  I despise the current javascript codebase, so if you have a better
  one, it would be great!
 
 Well, I hope it's better.  I know it needs some work to make it a
 product quality calendar.  I was wondering how this compares with the
 ADF faces calendar or any other similar component.  I've seen an image
 of a similar component on an oracle web site, but I haven't looked at
 the one that was donated.  Also, I haven't heard from any users if
they
 want another component.

 -Edwin
  regards,
 
  Martin
 
  On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 
  Great news Edwin !
 
  You'll want to read this http://www.apache.org/licenses/ , fill out
 http://www.apache.org/licenses/icla.txt , and your employer will need
to
 complete http://www.apache.org/licenses/cla-corporate.txt .  This can
take
 many weeks to finish .
 
  Make sure there are no third party dependencies that conflict w/
the
 apache license.
 
  In the meantime you'll also want to refactor the component for the
 myFaces sandbox after you get a hold of the source
 http://myfaces.apache.org/source-repository.html and submit a patch in
the
 issue tracker http://myfaces.apache.org/issue-tracking.html .  When
the
 dev team feels the component has matured ( people use it, people ask
for
 features/fixes, features/fixes are being taken care of ), it will be
moved
 to tomahawk.
 
  I'd suggest getting some real good documentation in order to
generate
 interest in the component.  Start w/ the wiki.
 
  Also, use dev@myfaces.apache.org for contribution related stuff.
Good
 luck and looking forward :)
 
  Dennis Byrne
 
 
  -Original Message-
  From: Edwin Goei [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 10, 2006 07:22 PM
  To: 'MyFaces Discussion'
  Subject: Yet another calendar (also works in Java Studio Creator)
 
  I recently developed a prototype JSF popup calendar component to
  accompany some documentation for third-party component developers
for
  the product I work on.  Surveying other calendars on the web and
 fixing
  problems in the currently shipping calendar, I think I have chosen
the
  functionality that 80% of users would want.  One thing that is
 different
  is that this calendar has design-time support for Java Studio
Creator.
  I'd like it to be the basis for a real product quality component.
If
  there's interest, I might be able to convice my employer to donate
the
  code to apache.  For screenshots and links to docs, you can look
at
 

http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_c
re
 ator.
 
  BTW, I originally tried to adapt the myfaces inputDate component,
but
  found it would require runtime changes to the code.  It's still
 possible
  to do this but when I started to write the sample, I decided to
start
 
  from a clean slate.
 
  -Edwin
 
 
 
 
 
 
  --
 
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces
 
 

This electronic message transmission contains information from the Company that 
may be proprietary, confidential and/or privileged.
The information is intended only for the use of the individual(s) or entity 
named above.  If you are not the intended recipient, be
aware that any disclosure, copying or distribution or use of the contents of 
this information is prohibited.  If you have received
this electronic transmission in error, please notify the sender immediately by 
replying to the address listed in the From: field.



Re: Yet another calendar (also works in Java Studio Creator)

2006-03-14 Thread Edwin Goei
On 3/14/06, Martin Marinschek [EMAIL PROTECTED] wrote:
If you can send me the code off- or onlist, that would be great.There's a source zip download at http://blogs.sun.com/roller/resources/edwingo/sample-simple-2.2.1-src.zip
 to go along with the component authoring article http://wiki.java.net/bin/view/Javatools/CustomComponentLibraries.
-Edwin 


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-13 Thread Martin Marinschek
There definitely is interest.

I despise the current javascript codebase, so if you have a better
one, it would be great!

regards,

Martin

On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 Great news Edwin !

 You'll want to read this http://www.apache.org/licenses/ , fill out 
 http://www.apache.org/licenses/icla.txt , and your employer will need to 
 complete http://www.apache.org/licenses/cla-corporate.txt .  This can take 
 many weeks to finish .

 Make sure there are no third party dependencies that conflict w/ the apache 
 license.

 In the meantime you'll also want to refactor the component for the myFaces 
 sandbox after you get a hold of the source 
 http://myfaces.apache.org/source-repository.html and submit a patch in the 
 issue tracker http://myfaces.apache.org/issue-tracking.html .  When the dev 
 team feels the component has matured ( people use it, people ask for 
 features/fixes, features/fixes are being taken care of ), it will be moved to 
 tomahawk.

 I'd suggest getting some real good documentation in order to generate 
 interest in the component.  Start w/ the wiki.

 Also, use dev@myfaces.apache.org for contribution related stuff.  Good luck 
 and looking forward :)

 Dennis Byrne

 -Original Message-
 From: Edwin Goei [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 10, 2006 07:22 PM
 To: 'MyFaces Discussion'
 Subject: Yet another calendar (also works in Java Studio Creator)
 
 I recently developed a prototype JSF popup calendar component to
 accompany some documentation for third-party component developers for
 the product I work on.  Surveying other calendars on the web and fixing
 problems in the currently shipping calendar, I think I have chosen the
 functionality that 80% of users would want.  One thing that is different
 is that this calendar has design-time support for Java Studio Creator.
 I'd like it to be the basis for a real product quality component.  If
 there's interest, I might be able to convice my employer to donate the
 code to apache.  For screenshots and links to docs, you can look at
 http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.
 
 BTW, I originally tried to adapt the myfaces inputDate component, but
 found it would require runtime changes to the code.  It's still possible
 to do this but when I started to write the sample, I decided to start
 from a clean slate.
 
 -Edwin
 





--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-13 Thread Matthias Wessendorf
Edwin has already an Apache account ;-)

http://www.edwingo.org/

-Matthias

On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 Great news Edwin !

 You'll want to read this http://www.apache.org/licenses/ , fill out 
 http://www.apache.org/licenses/icla.txt , and your employer will need to 
 complete http://www.apache.org/licenses/cla-corporate.txt .  This can take 
 many weeks to finish .

 Make sure there are no third party dependencies that conflict w/ the apache 
 license.

 In the meantime you'll also want to refactor the component for the myFaces 
 sandbox after you get a hold of the source 
 http://myfaces.apache.org/source-repository.html and submit a patch in the 
 issue tracker http://myfaces.apache.org/issue-tracking.html .  When the dev 
 team feels the component has matured ( people use it, people ask for 
 features/fixes, features/fixes are being taken care of ), it will be moved to 
 tomahawk.

 I'd suggest getting some real good documentation in order to generate 
 interest in the component.  Start w/ the wiki.

 Also, use dev@myfaces.apache.org for contribution related stuff.  Good luck 
 and looking forward :)

 Dennis Byrne

 -Original Message-
 From: Edwin Goei [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 10, 2006 07:22 PM
 To: 'MyFaces Discussion'
 Subject: Yet another calendar (also works in Java Studio Creator)
 
 I recently developed a prototype JSF popup calendar component to
 accompany some documentation for third-party component developers for
 the product I work on.  Surveying other calendars on the web and fixing
 problems in the currently shipping calendar, I think I have chosen the
 functionality that 80% of users would want.  One thing that is different
 is that this calendar has design-time support for Java Studio Creator.
 I'd like it to be the basis for a real product quality component.  If
 there's interest, I might be able to convice my employer to donate the
 code to apache.  For screenshots and links to docs, you can look at
 http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.
 
 BTW, I originally tried to adapt the myfaces inputDate component, but
 found it would require runtime changes to the code.  It's still possible
 to do this but when I started to write the sample, I decided to start
 from a clean slate.
 
 -Edwin
 





--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com


Re: Yet another calendar (also works in Java Studio Creator)

2006-03-13 Thread Craig McClanahan
On 3/13/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:
Edwin has already an Apache account ;-)http://www.edwingo.org/Color me biased (Edwin works with me on Creator), but he's one of the good guys :-) 
-MatthiasCraig 
On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote: Great news Edwin ! You'll want to read this http://www.apache.org/licenses/
 , fill out http://www.apache.org/licenses/icla.txt , and your employer will need to complete http://www.apache.org/licenses/cla-corporate.txt
 .This can take many weeks to finish . Make sure there are no third party dependencies that conflict w/ the apache license. In the meantime you'll also want to refactor the component for the myFaces sandbox after you get a hold of the source 
http://myfaces.apache.org/source-repository.html and submit a patch in the issue tracker http://myfaces.apache.org/issue-tracking.html
 .When the dev team feels the component has matured ( people use it, people ask for features/fixes, features/fixes are being taken care of ), it will be moved to tomahawk. I'd suggest getting some real good documentation in order to generate interest in the component.Start w/ the wiki.
 Also, use dev@myfaces.apache.org for contribution related stuff.Good luck and looking forward :) Dennis Byrne -Original Message-
 From: Edwin Goei [mailto:[EMAIL PROTECTED]] Sent: Friday, March 10, 2006 07:22 PM To: 'MyFaces Discussion' Subject: Yet another calendar (also works in Java Studio Creator)
  I recently developed a prototype JSF popup calendar component to accompany some documentation for third-party component developers for the product I work on.Surveying other calendars on the web and fixing
 problems in the currently shipping calendar, I think I have chosen the functionality that 80% of users would want.One thing that is different is that this calendar has design-time support for Java Studio Creator.
 I'd like it to be the basis for a real product quality component.If there's interest, I might be able to convice my employer to donate the code to apache.For screenshots and links to docs, you can look at
 http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.  BTW, I originally tried to adapt the myfaces inputDate component, but
 found it would require runtime changes to the code.It's still possible to do this but when I started to write the sample, I decided to start from a clean slate.  -Edwin
 --Matthias WessendorfZülpicher Wall 12, 23950674 Kölnhttp://www.wessendorf.netmwessendorf-at-gmail-dot-com



Re: Yet another calendar (also works in Java Studio Creator)

2006-03-10 Thread Dennis Byrne
Great news Edwin !

You'll want to read this http://www.apache.org/licenses/ , fill out 
http://www.apache.org/licenses/icla.txt , and your employer will need to 
complete http://www.apache.org/licenses/cla-corporate.txt .  This can take many 
weeks to finish .

Make sure there are no third party dependencies that conflict w/ the apache 
license.

In the meantime you'll also want to refactor the component for the myFaces 
sandbox after you get a hold of the source 
http://myfaces.apache.org/source-repository.html and submit a patch in the 
issue tracker http://myfaces.apache.org/issue-tracking.html .  When the dev 
team feels the component has matured ( people use it, people ask for 
features/fixes, features/fixes are being taken care of ), it will be moved to 
tomahawk.

I'd suggest getting some real good documentation in order to generate interest 
in the component.  Start w/ the wiki.

Also, use dev@myfaces.apache.org for contribution related stuff.  Good luck and 
looking forward :)

Dennis Byrne

-Original Message-
From: Edwin Goei [mailto:[EMAIL PROTECTED]
Sent: Friday, March 10, 2006 07:22 PM
To: 'MyFaces Discussion'
Subject: Yet another calendar (also works in Java Studio Creator)

I recently developed a prototype JSF popup calendar component to
accompany some documentation for third-party component developers for
the product I work on.  Surveying other calendars on the web and fixing 
problems in the currently shipping calendar, I think I have chosen the
functionality that 80% of users would want.  One thing that is different
is that this calendar has design-time support for Java Studio Creator.  
I'd like it to be the basis for a real product quality component.  If
there's interest, I might be able to convice my employer to donate the
code to apache.  For screenshots and links to docs, you can look at
http://blogs.sun.com/roller/page/edwingo?entry=component_authoring_for_creator.

BTW, I originally tried to adapt the myfaces inputDate component, but
found it would require runtime changes to the code.  It's still possible
to do this but when I started to write the sample, I decided to start
from a clean slate.

-Edwin