Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-08 Thread Geoff Callender
The more contributions the merrier.

Please note that while I'm pretty confident my code is handling timezones 
properly, I haven't had the chance to confirm its correctness by running it in 
a production multiple timezone environment.

Cheers,
Geoff

On 06/07/2012, at 10:15 PM, Dimitris Zenios wrote:

 I dont have them in a separate module since in order for tapestry to
 have jodatime support is just two bean block sources and 2 coercers so
 i never though there was a need for creating a module.I always copy
 the files over to the new project.I can provide the source though.Will
 post it here tonight.
 
 Cheers
 Dimitris Zeios
 
 On Fri, Jul 6, 2012 at 2:55 PM, Alex Kotchnev akoch...@gmail.com wrote:
 Dimitris,
   I was thinking of starting w/ Geoff's Jumpstart code; however, if you
 already have a separate module that you've used in an application , and you
 are willing to contribute the code under the terms that Kalle described
 (e.g. license and what not), that would be even a better start. Heck, if
 you want to just contribute the module to Tynamo, talk to Kalle about
 contributing it to Tynamo and becoming the maintainer for the module . I'd
 be glad to see the source and maybe write some tests.
 
   In either case, whatever can get us quicker to a tynamo-jodatime module
 is what I want to do.
 
 Cheers,
 
 Alex K
 
 On Fri, Jul 6, 2012 at 7:01 AM, Dimitris Zenios
 dimitris.zen...@gmail.comwrote:
 
 I can also be a part of tapestry-jodatime if needed.We have jodatime
 integration into our tapestry application.All we had to do is
 contribute beanblock source and some coercers.Let me know if you need
 the source code.
 
 Regards
 Dimitris Zenios
 
 On Fri, Jul 6, 2012 at 1:37 PM, Alex Kotchnev akoch...@gmail.com wrote:
 Geoff,
   thanks for allowing this. Jumpstart is such an invaluable resource for
 good examples, I would be very happy to add a small contribution that
 other
 people could use.
 
 Kalle,
   sounds like I have a project for the weekend. I'll probably commit the
 code over the weekend; however, I will probably need to talk again
 sometime
 next week when it's time to go through the release process.
 
 Cheers,
 
 Alex K
 
 On Thu, Jul 5, 2012 at 9:41 PM, Geoff Callender 
 geoff.callender.jumpst...@gmail.com wrote:
 
 On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com
 wrote:
 
 
 On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com
 wrote:
 I was looking at Geoff's examples in JumpStart on supporting
 JodaTime,
 e.g.
 
 
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
 and
 
 
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
 and
 
 
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
 It looks like a perfect candidate to break off as a separate module
 somewhere (e.g. on github or into an existing project like tynamo) -
 e.g.
 it has some interesting contributions, a component to explicitly
 display
 joda time - good stuff all around.
 Geoff - any objections if I break something off and pull some of
 your
 code
 into a separate module ?
 If jumpstart doesn't have a good way of publishing this as a
 separate
 module - would any of the existing projects (that have some
 infrastructure
 - e.g. tynamo, chenillekit) be interested in taking in an extra
 module
 like
 this (so that I don't have to deal w/ setting up new projects,
 websites,
 etc) ?
 
 Not that I want to necessarily accumulate any modules up for grabs but
 it would fit into Tynamo's mission as long as somebody takes an oath
 to become a maintainer of the new module. Alex, being the JDO module
 maintainer, it'd be pretty simple for you to bring it about. Geoff,
 how is your stuff licensed? Everything at Tynamo is Apache licensed.
 What Tynamo has to offer is a code structure to support multiple
 independent modules, a build system, a pretty well-tested release
 process ready to go for publishing all the way to Maven central, as
 well as the Confluence-backed website and a structure for documenting
 the modules (you knew this Alex, but just explaining for everybody
 else following the discussion).
 
 Kalle
 
 
 Alex, I have no objection whatsoever.
 
 Kalle, I haven't specified a license (perhaps I should). I say on the
 site
 it's available for people to use as they wish. If you copy what you want
 and apply an Apache license to it that's fine with me. Is that enough to
 cover you?
 
 Cheers,
 
 Geoff
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: 

Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-06 Thread Alex Kotchnev
Geoff,
   thanks for allowing this. Jumpstart is such an invaluable resource for
good examples, I would be very happy to add a small contribution that other
people could use.

Kalle,
   sounds like I have a project for the weekend. I'll probably commit the
code over the weekend; however, I will probably need to talk again sometime
next week when it's time to go through the release process.

Cheers,

Alex K

On Thu, Jul 5, 2012 at 9:41 PM, Geoff Callender 
geoff.callender.jumpst...@gmail.com wrote:

 On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com wrote:


  On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com
 wrote:
   I was looking at Geoff's examples in JumpStart on supporting JodaTime,
  e.g.
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
   and
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
   and
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
It looks like a perfect candidate to break off as a separate module
   somewhere (e.g. on github or into an existing project like tynamo) -
 e.g.
   it has some interesting contributions, a component to explicitly
 display
   joda time - good stuff all around.
   Geoff - any objections if I break something off and pull some of your
  code
   into a separate module ?
   If jumpstart doesn't have a good way of publishing this as a separate
   module - would any of the existing projects (that have some
  infrastructure
   - e.g. tynamo, chenillekit) be interested in taking in an extra module
  like
   this (so that I don't have to deal w/ setting up new projects,
 websites,
   etc) ?
 
  Not that I want to necessarily accumulate any modules up for grabs but
  it would fit into Tynamo's mission as long as somebody takes an oath
  to become a maintainer of the new module. Alex, being the JDO module
  maintainer, it'd be pretty simple for you to bring it about. Geoff,
  how is your stuff licensed? Everything at Tynamo is Apache licensed.
  What Tynamo has to offer is a code structure to support multiple
  independent modules, a build system, a pretty well-tested release
  process ready to go for publishing all the way to Maven central, as
  well as the Confluence-backed website and a structure for documenting
  the modules (you knew this Alex, but just explaining for everybody
  else following the discussion).
 
  Kalle
 

 Alex, I have no objection whatsoever.

 Kalle, I haven't specified a license (perhaps I should). I say on the site
 it's available for people to use as they wish. If you copy what you want
 and apply an Apache license to it that's fine with me. Is that enough to
 cover you?

 Cheers,

 Geoff



Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-06 Thread Dimitris Zenios
I can also be a part of tapestry-jodatime if needed.We have jodatime
integration into our tapestry application.All we had to do is
contribute beanblock source and some coercers.Let me know if you need
the source code.

Regards
Dimitris Zenios

On Fri, Jul 6, 2012 at 1:37 PM, Alex Kotchnev akoch...@gmail.com wrote:
 Geoff,
thanks for allowing this. Jumpstart is such an invaluable resource for
 good examples, I would be very happy to add a small contribution that other
 people could use.

 Kalle,
sounds like I have a project for the weekend. I'll probably commit the
 code over the weekend; however, I will probably need to talk again sometime
 next week when it's time to go through the release process.

 Cheers,

 Alex K

 On Thu, Jul 5, 2012 at 9:41 PM, Geoff Callender 
 geoff.callender.jumpst...@gmail.com wrote:

 On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com wrote:


  On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com
 wrote:
   I was looking at Geoff's examples in JumpStart on supporting JodaTime,
  e.g.
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
   and
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
   and
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
It looks like a perfect candidate to break off as a separate module
   somewhere (e.g. on github or into an existing project like tynamo) -
 e.g.
   it has some interesting contributions, a component to explicitly
 display
   joda time - good stuff all around.
   Geoff - any objections if I break something off and pull some of your
  code
   into a separate module ?
   If jumpstart doesn't have a good way of publishing this as a separate
   module - would any of the existing projects (that have some
  infrastructure
   - e.g. tynamo, chenillekit) be interested in taking in an extra module
  like
   this (so that I don't have to deal w/ setting up new projects,
 websites,
   etc) ?
 
  Not that I want to necessarily accumulate any modules up for grabs but
  it would fit into Tynamo's mission as long as somebody takes an oath
  to become a maintainer of the new module. Alex, being the JDO module
  maintainer, it'd be pretty simple for you to bring it about. Geoff,
  how is your stuff licensed? Everything at Tynamo is Apache licensed.
  What Tynamo has to offer is a code structure to support multiple
  independent modules, a build system, a pretty well-tested release
  process ready to go for publishing all the way to Maven central, as
  well as the Confluence-backed website and a structure for documenting
  the modules (you knew this Alex, but just explaining for everybody
  else following the discussion).
 
  Kalle
 

 Alex, I have no objection whatsoever.

 Kalle, I haven't specified a license (perhaps I should). I say on the site
 it's available for people to use as they wish. If you copy what you want
 and apply an Apache license to it that's fine with me. Is that enough to
 cover you?

 Cheers,

 Geoff


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-06 Thread Alex Kotchnev
Dimitris,
   I was thinking of starting w/ Geoff's Jumpstart code; however, if you
already have a separate module that you've used in an application , and you
are willing to contribute the code under the terms that Kalle described
(e.g. license and what not), that would be even a better start. Heck, if
you want to just contribute the module to Tynamo, talk to Kalle about
contributing it to Tynamo and becoming the maintainer for the module . I'd
be glad to see the source and maybe write some tests.

   In either case, whatever can get us quicker to a tynamo-jodatime module
is what I want to do.

Cheers,

Alex K

On Fri, Jul 6, 2012 at 7:01 AM, Dimitris Zenios
dimitris.zen...@gmail.comwrote:

 I can also be a part of tapestry-jodatime if needed.We have jodatime
 integration into our tapestry application.All we had to do is
 contribute beanblock source and some coercers.Let me know if you need
 the source code.

 Regards
 Dimitris Zenios

 On Fri, Jul 6, 2012 at 1:37 PM, Alex Kotchnev akoch...@gmail.com wrote:
  Geoff,
 thanks for allowing this. Jumpstart is such an invaluable resource for
  good examples, I would be very happy to add a small contribution that
 other
  people could use.
 
  Kalle,
 sounds like I have a project for the weekend. I'll probably commit the
  code over the weekend; however, I will probably need to talk again
 sometime
  next week when it's time to go through the release process.
 
  Cheers,
 
  Alex K
 
  On Thu, Jul 5, 2012 at 9:41 PM, Geoff Callender 
  geoff.callender.jumpst...@gmail.com wrote:
 
  On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com
 wrote:
 
 
   On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com
  wrote:
I was looking at Geoff's examples in JumpStart on supporting
 JodaTime,
   e.g.
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
and
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
and
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
 It looks like a perfect candidate to break off as a separate module
somewhere (e.g. on github or into an existing project like tynamo) -
  e.g.
it has some interesting contributions, a component to explicitly
  display
joda time - good stuff all around.
Geoff - any objections if I break something off and pull some of
 your
   code
into a separate module ?
If jumpstart doesn't have a good way of publishing this as a
 separate
module - would any of the existing projects (that have some
   infrastructure
- e.g. tynamo, chenillekit) be interested in taking in an extra
 module
   like
this (so that I don't have to deal w/ setting up new projects,
  websites,
etc) ?
  
   Not that I want to necessarily accumulate any modules up for grabs but
   it would fit into Tynamo's mission as long as somebody takes an oath
   to become a maintainer of the new module. Alex, being the JDO module
   maintainer, it'd be pretty simple for you to bring it about. Geoff,
   how is your stuff licensed? Everything at Tynamo is Apache licensed.
   What Tynamo has to offer is a code structure to support multiple
   independent modules, a build system, a pretty well-tested release
   process ready to go for publishing all the way to Maven central, as
   well as the Confluence-backed website and a structure for documenting
   the modules (you knew this Alex, but just explaining for everybody
   else following the discussion).
  
   Kalle
  
 
  Alex, I have no objection whatsoever.
 
  Kalle, I haven't specified a license (perhaps I should). I say on the
 site
  it's available for people to use as they wish. If you copy what you want
  and apply an Apache license to it that's fine with me. Is that enough to
  cover you?
 
  Cheers,
 
  Geoff
 

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-06 Thread Dimitris Zenios
I dont have them in a separate module since in order for tapestry to
have jodatime support is just two bean block sources and 2 coercers so
i never though there was a need for creating a module.I always copy
the files over to the new project.I can provide the source though.Will
post it here tonight.

Cheers
Dimitris Zeios

On Fri, Jul 6, 2012 at 2:55 PM, Alex Kotchnev akoch...@gmail.com wrote:
 Dimitris,
I was thinking of starting w/ Geoff's Jumpstart code; however, if you
 already have a separate module that you've used in an application , and you
 are willing to contribute the code under the terms that Kalle described
 (e.g. license and what not), that would be even a better start. Heck, if
 you want to just contribute the module to Tynamo, talk to Kalle about
 contributing it to Tynamo and becoming the maintainer for the module . I'd
 be glad to see the source and maybe write some tests.

In either case, whatever can get us quicker to a tynamo-jodatime module
 is what I want to do.

 Cheers,

 Alex K

 On Fri, Jul 6, 2012 at 7:01 AM, Dimitris Zenios
 dimitris.zen...@gmail.comwrote:

 I can also be a part of tapestry-jodatime if needed.We have jodatime
 integration into our tapestry application.All we had to do is
 contribute beanblock source and some coercers.Let me know if you need
 the source code.

 Regards
 Dimitris Zenios

 On Fri, Jul 6, 2012 at 1:37 PM, Alex Kotchnev akoch...@gmail.com wrote:
  Geoff,
 thanks for allowing this. Jumpstart is such an invaluable resource for
  good examples, I would be very happy to add a small contribution that
 other
  people could use.
 
  Kalle,
 sounds like I have a project for the weekend. I'll probably commit the
  code over the weekend; however, I will probably need to talk again
 sometime
  next week when it's time to go through the release process.
 
  Cheers,
 
  Alex K
 
  On Thu, Jul 5, 2012 at 9:41 PM, Geoff Callender 
  geoff.callender.jumpst...@gmail.com wrote:
 
  On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com
 wrote:
 
 
   On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com
  wrote:
I was looking at Geoff's examples in JumpStart on supporting
 JodaTime,
   e.g.
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
and
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
and
   
  
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
 It looks like a perfect candidate to break off as a separate module
somewhere (e.g. on github or into an existing project like tynamo) -
  e.g.
it has some interesting contributions, a component to explicitly
  display
joda time - good stuff all around.
Geoff - any objections if I break something off and pull some of
 your
   code
into a separate module ?
If jumpstart doesn't have a good way of publishing this as a
 separate
module - would any of the existing projects (that have some
   infrastructure
- e.g. tynamo, chenillekit) be interested in taking in an extra
 module
   like
this (so that I don't have to deal w/ setting up new projects,
  websites,
etc) ?
  
   Not that I want to necessarily accumulate any modules up for grabs but
   it would fit into Tynamo's mission as long as somebody takes an oath
   to become a maintainer of the new module. Alex, being the JDO module
   maintainer, it'd be pretty simple for you to bring it about. Geoff,
   how is your stuff licensed? Everything at Tynamo is Apache licensed.
   What Tynamo has to offer is a code structure to support multiple
   independent modules, a build system, a pretty well-tested release
   process ready to go for publishing all the way to Maven central, as
   well as the Confluence-backed website and a structure for documenting
   the modules (you knew this Alex, but just explaining for everybody
   else following the discussion).
  
   Kalle
  
 
  Alex, I have no objection whatsoever.
 
  Kalle, I haven't specified a license (perhaps I should). I say on the
 site
  it's available for people to use as they wish. If you copy what you want
  and apply an Apache license to it that's fine with me. Is that enough to
  cover you?
 
  Cheers,
 
  Geoff
 

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-05 Thread Kalle Korhonen
On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com wrote:
 I was looking at Geoff's examples in JumpStart on supporting JodaTime, e.g.
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
 and
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
 and
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
  It looks like a perfect candidate to break off as a separate module
 somewhere (e.g. on github or into an existing project like tynamo) - e.g.
 it has some interesting contributions, a component to explicitly display
 joda time - good stuff all around.
 Geoff - any objections if I break something off and pull some of your code
 into a separate module ?
 If jumpstart doesn't have a good way of publishing this as a separate
 module - would any of the existing projects (that have some infrastructure
 - e.g. tynamo, chenillekit) be interested in taking in an extra module like
 this (so that I don't have to deal w/ setting up new projects, websites,
 etc) ?

Not that I want to necessarily accumulate any modules up for grabs but
it would fit into Tynamo's mission as long as somebody takes an oath
to become a maintainer of the new module. Alex, being the JDO module
maintainer, it'd be pretty simple for you to bring it about. Geoff,
how is your stuff licensed? Everything at Tynamo is Apache licensed.
What Tynamo has to offer is a code structure to support multiple
independent modules, a build system, a pretty well-tested release
process ready to go for publishing all the way to Maven central, as
well as the Confluence-backed website and a structure for documenting
the modules (you knew this Alex, but just explaining for everybody
else following the discussion).

Kalle

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry jodatime module (based on jumpstart) ?

2012-07-05 Thread Geoff Callender
On 6 July 2012 10:59, Kalle Korhonen kalle.o.korho...@gmail.com wrote:


 On Thu, Jul 5, 2012 at 2:20 PM, Alex Kotchnev akoch...@gmail.com wrote:
  I was looking at Geoff's examples in JumpStart on supporting JodaTime,
 e.g.
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/typecoercers
  and
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/jodatime/jodatime
  and
 
 http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors
   It looks like a perfect candidate to break off as a separate module
  somewhere (e.g. on github or into an existing project like tynamo) - e.g.
  it has some interesting contributions, a component to explicitly display
  joda time - good stuff all around.
  Geoff - any objections if I break something off and pull some of your
 code
  into a separate module ?
  If jumpstart doesn't have a good way of publishing this as a separate
  module - would any of the existing projects (that have some
 infrastructure
  - e.g. tynamo, chenillekit) be interested in taking in an extra module
 like
  this (so that I don't have to deal w/ setting up new projects, websites,
  etc) ?

 Not that I want to necessarily accumulate any modules up for grabs but
 it would fit into Tynamo's mission as long as somebody takes an oath
 to become a maintainer of the new module. Alex, being the JDO module
 maintainer, it'd be pretty simple for you to bring it about. Geoff,
 how is your stuff licensed? Everything at Tynamo is Apache licensed.
 What Tynamo has to offer is a code structure to support multiple
 independent modules, a build system, a pretty well-tested release
 process ready to go for publishing all the way to Maven central, as
 well as the Confluence-backed website and a structure for documenting
 the modules (you knew this Alex, but just explaining for everybody
 else following the discussion).

 Kalle


Alex, I have no objection whatsoever.

Kalle, I haven't specified a license (perhaps I should). I say on the site
it's available for people to use as they wish. If you copy what you want
and apply an Apache license to it that's fine with me. Is that enough to
cover you?

Cheers,

Geoff