Contribution sources for Java5

View: New views
10 Messages — Rating Filter:   Alert me  

Contribution sources for Java5

by Shinpei Ohtani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I would like to contribute Rome5, Rome for Java5.
I simply fixed annoyed warnings and made better with generics and enum
with Java 5 or later JDK, and passed all tests from CVS.

So, how do I contribute these sources?
The code can download sources from:

http://t-2.googlecode.com/files/rome5.zip
(It is an eclipse project.)

I think I will make more changes for latest Java environment later,
but before I go further I just want to know if I can contribute these sources.

Thanks in advance.
--
=============================
Shinpei Ohtani
mail    : shinpei.ohtani@...
blog    : http://d.hatena.ne.jp/shot6/
twitter : http://twitter.com/shot6
=============================

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by James Roper-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In my opinion, if we want to add generics to rome, we should branch
it, call the branch rome version 2, and then spend a while tweaking
the generics (there's probably a few more things that can be
genericised), before releasing rome version 2.

Shinpei, to contribute changes, I suggest you create a patch.

Cheers,

James

On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
<shinpei.ohtani@...> wrote:

> Hi,
>
> I would like to contribute Rome5, Rome for Java5.
> I simply fixed annoyed warnings and made better with generics and enum
> with Java 5 or later JDK, and passed all tests from CVS.
>
> So, how do I contribute these sources?
> The code can download sources from:
>
> http://t-2.googlecode.com/files/rome5.zip
> (It is an eclipse project.)
>
> I think I will make more changes for latest Java environment later,
> but before I go further I just want to know if I can contribute these sources.
>
> Thanks in advance.
> --
> =============================
> Shinpei Ohtani
> mail    : shinpei.ohtani@...
> blog    : http://d.hatena.ne.jp/shot6/
> twitter : http://twitter.com/shot6
> =============================
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by Mark Woodman-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sep 29, 2009, at 3:11 AM, James Roper <jroper2@...> wrote:

> In my opinion, if we want to add generics to rome, we should branch
> it, call the branch rome version 2, and then spend a while tweaking
> the generics (there's probably a few more things that can be
> genericised), before releasing rome
> version 2.

+1

There was some discussion of ROME 2 some time back (I think).

I suggest we start a wiki page on a feature list for ROME 2 and  
solicit input from the user community.

Thoughts?

- Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by Shinpei Ohtani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

James,

> In my opinion, if we want to add generics to rome, we should branch
> it, call the branch rome version 2, and then spend a while tweaking
> the generics (there's probably a few more things that can be
> genericised), before releasing rome version 2.

I agree rome 2 is better name to release.
And I also agree there are things more than genericised like using enum,
refactor some of duplicated codes, or some TODOs I found.


> Shinpei, to contribute changes, I suggest you create a patch.

Ok, I will.
BTW, are there any plan for rome java5 version before I mentioned?

Thanks.

2009/9/29 James Roper <jroper2@...>:

> In my opinion, if we want to add generics to rome, we should branch
> it, call the branch rome version 2, and then spend a while tweaking
> the generics (there's probably a few more things that can be
> genericised), before releasing rome version 2.
>
> Shinpei, to contribute changes, I suggest you create a patch.
>
> Cheers,
>
> James
>
> On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
> <shinpei.ohtani@...> wrote:
>> Hi,
>>
>> I would like to contribute Rome5, Rome for Java5.
>> I simply fixed annoyed warnings and made better with generics and enum
>> with Java 5 or later JDK, and passed all tests from CVS.
>>
>> So, how do I contribute these sources?
>> The code can download sources from:
>>
>> http://t-2.googlecode.com/files/rome5.zip
>> (It is an eclipse project.)
>>
>> I think I will make more changes for latest Java environment later,
>> but before I go further I just want to know if I can contribute these sources.
>>
>> Thanks in advance.
>> --
>> =============================
>> Shinpei Ohtani
>> mail    : shinpei.ohtani@...
>> blog    : http://d.hatena.ne.jp/shot6/
>> twitter : http://twitter.com/shot6
>> =============================
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
=============================
Shinpei Ohtani
mail    : shinpei.ohtani@...
blog    : http://d.hatena.ne.jp/shot6/
twitter : http://twitter.com/shot6
=============================

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


RE: Contribution sources for Java5

by Nick Lothian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I like this idea quite a lot, and have considered doing it myself.

I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.

Nick

> -----Original Message-----
> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
> Sent: Wednesday, 30 September 2009 3:18 AM
> To: dev@...
> Subject: Re: Contribution sources for Java5
>
> James,
>
> > In my opinion, if we want to add generics to rome, we should branch
> > it, call the branch rome version 2, and then spend a while tweaking
> > the generics (there's probably a few more things that can be
> > genericised), before releasing rome version 2.
>
> I agree rome 2 is better name to release.
> And I also agree there are things more than genericised like using
> enum,
> refactor some of duplicated codes, or some TODOs I found.
>
>
> > Shinpei, to contribute changes, I suggest you create a patch.
>
> Ok, I will.
> BTW, are there any plan for rome java5 version before I mentioned?
>
> Thanks.
>
> 2009/9/29 James Roper <jroper2@...>:
> > In my opinion, if we want to add generics to rome, we should branch
> > it, call the branch rome version 2, and then spend a while tweaking
> > the generics (there's probably a few more things that can be
> > genericised), before releasing rome version 2.
> >
> > Shinpei, to contribute changes, I suggest you create a patch.
> >
> > Cheers,
> >
> > James
> >
> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
> > <shinpei.ohtani@...> wrote:
> >> Hi,
> >>
> >> I would like to contribute Rome5, Rome for Java5.
> >> I simply fixed annoyed warnings and made better with generics and
> enum
> >> with Java 5 or later JDK, and passed all tests from CVS.
> >>
> >> So, how do I contribute these sources?
> >> The code can download sources from:
> >>
> >> http://t-2.googlecode.com/files/rome5.zip
> >> (It is an eclipse project.)
> >>
> >> I think I will make more changes for latest Java environment later,
> >> but before I go further I just want to know if I can contribute
> these sources.
> >>
> >> Thanks in advance.
> >> --
> >> =============================
> >> Shinpei Ohtani
> >> mail    : shinpei.ohtani@...
> >> blog    : http://d.hatena.ne.jp/shot6/
> >> twitter : http://twitter.com/shot6
> >> =============================
> >>
> >> --------------------------------------------------------------------
> -
> >> To unsubscribe, e-mail: dev-unsubscribe@...
> >> For additional commands, e-mail: dev-help@...
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >
>
>
>
> --
> =============================
> Shinpei Ohtani
> mail    : shinpei.ohtani@...
> blog    : http://d.hatena.ne.jp/shot6/
> twitter : http://twitter.com/shot6
> =============================
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...


IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by Shinpei Ohtani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,

I made a patch for java5 with rome CVS trunk.
Extract attached zip and try the patch.

Thanks!

Shinpei

2009/9/30 Nick Lothian <nlothian@...>:

> I like this idea quite a lot, and have considered doing it myself.
>
> I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.
>
> Nick
>
>> -----Original Message-----
>> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
>> Sent: Wednesday, 30 September 2009 3:18 AM
>> To: dev@...
>> Subject: Re: Contribution sources for Java5
>>
>> James,
>>
>> > In my opinion, if we want to add generics to rome, we should branch
>> > it, call the branch rome version 2, and then spend a while tweaking
>> > the generics (there's probably a few more things that can be
>> > genericised), before releasing rome version 2.
>>
>> I agree rome 2 is better name to release.
>> And I also agree there are things more than genericised like using
>> enum,
>> refactor some of duplicated codes, or some TODOs I found.
>>
>>
>> > Shinpei, to contribute changes, I suggest you create a patch.
>>
>> Ok, I will.
>> BTW, are there any plan for rome java5 version before I mentioned?
>>
>> Thanks.
>>
>> 2009/9/29 James Roper <jroper2@...>:
>> > In my opinion, if we want to add generics to rome, we should branch
>> > it, call the branch rome version 2, and then spend a while tweaking
>> > the generics (there's probably a few more things that can be
>> > genericised), before releasing rome version 2.
>> >
>> > Shinpei, to contribute changes, I suggest you create a patch.
>> >
>> > Cheers,
>> >
>> > James
>> >
>> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
>> > <shinpei.ohtani@...> wrote:
>> >> Hi,
>> >>
>> >> I would like to contribute Rome5, Rome for Java5.
>> >> I simply fixed annoyed warnings and made better with generics and
>> enum
>> >> with Java 5 or later JDK, and passed all tests from CVS.
>> >>
>> >> So, how do I contribute these sources?
>> >> The code can download sources from:
>> >>
>> >> http://t-2.googlecode.com/files/rome5.zip
>> >> (It is an eclipse project.)
>> >>
>> >> I think I will make more changes for latest Java environment later,
>> >> but before I go further I just want to know if I can contribute
>> these sources.
>> >>
>> >> Thanks in advance.
>> >> --
>> >> =============================
>> >> Shinpei Ohtani
>> >> mail    : shinpei.ohtani@...
>> >> blog    : http://d.hatena.ne.jp/shot6/
>> >> twitter : http://twitter.com/shot6
>> >> =============================
>> >>
>> >> --------------------------------------------------------------------
>> -
>> >> To unsubscribe, e-mail: dev-unsubscribe@...
>> >> For additional commands, e-mail: dev-help@...
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@...
>> > For additional commands, e-mail: dev-help@...
>> >
>> >
>>
>>
>>
>> --
>> =============================
>> Shinpei Ohtani
>> mail    : shinpei.ohtani@...
>> blog    : http://d.hatena.ne.jp/shot6/
>> twitter : http://twitter.com/shot6
>> =============================
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>
>
> IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>


--
=============================
Shinpei Ohtani
mail    : shinpei.ohtani@...
blog    : http://d.hatena.ne.jp/shot6/
twitter : http://twitter.com/shot6
=============================


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

rome-java5-patch.zip (215K) Download Attachment

Re: Contribution sources for Java5

by Robert (kebernet) Cooper :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was thinking a "Rome 1.5" release would be a ROME +Java5 + replacing
the current Rome.properties files with Jar service declarations
myself. I am still toying around with "second system syndrome" ideas
for "Rome 2" but haven't had much time to work on them lately. :/

On Wed, Sep 30, 2009 at 2:45 AM, Shinpei Ohtani
<shinpei.ohtani@...> wrote:

> Hello all,
>
> I made a patch for java5 with rome CVS trunk.
> Extract attached zip and try the patch.
>
> Thanks!
>
> Shinpei
>
> 2009/9/30 Nick Lothian <nlothian@...>:
>> I like this idea quite a lot, and have considered doing it myself.
>>
>> I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.
>>
>> Nick
>>
>>> -----Original Message-----
>>> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
>>> Sent: Wednesday, 30 September 2009 3:18 AM
>>> To: dev@...
>>> Subject: Re: Contribution sources for Java5
>>>
>>> James,
>>>
>>> > In my opinion, if we want to add generics to rome, we should branch
>>> > it, call the branch rome version 2, and then spend a while tweaking
>>> > the generics (there's probably a few more things that can be
>>> > genericised), before releasing rome version 2.
>>>
>>> I agree rome 2 is better name to release.
>>> And I also agree there are things more than genericised like using
>>> enum,
>>> refactor some of duplicated codes, or some TODOs I found.
>>>
>>>
>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>
>>> Ok, I will.
>>> BTW, are there any plan for rome java5 version before I mentioned?
>>>
>>> Thanks.
>>>
>>> 2009/9/29 James Roper <jroper2@...>:
>>> > In my opinion, if we want to add generics to rome, we should branch
>>> > it, call the branch rome version 2, and then spend a while tweaking
>>> > the generics (there's probably a few more things that can be
>>> > genericised), before releasing rome version 2.
>>> >
>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>> >
>>> > Cheers,
>>> >
>>> > James
>>> >
>>> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
>>> > <shinpei.ohtani@...> wrote:
>>> >> Hi,
>>> >>
>>> >> I would like to contribute Rome5, Rome for Java5.
>>> >> I simply fixed annoyed warnings and made better with generics and
>>> enum
>>> >> with Java 5 or later JDK, and passed all tests from CVS.
>>> >>
>>> >> So, how do I contribute these sources?
>>> >> The code can download sources from:
>>> >>
>>> >> http://t-2.googlecode.com/files/rome5.zip
>>> >> (It is an eclipse project.)
>>> >>
>>> >> I think I will make more changes for latest Java environment later,
>>> >> but before I go further I just want to know if I can contribute
>>> these sources.
>>> >>
>>> >> Thanks in advance.
>>> >> --
>>> >> =============================
>>> >> Shinpei Ohtani
>>> >> mail    : shinpei.ohtani@...
>>> >> blog    : http://d.hatena.ne.jp/shot6/
>>> >> twitter : http://twitter.com/shot6
>>> >> =============================
>>> >>
>>> >> --------------------------------------------------------------------
>>> -
>>> >> To unsubscribe, e-mail: dev-unsubscribe@...
>>> >> For additional commands, e-mail: dev-help@...
>>> >>
>>> >>
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: dev-unsubscribe@...
>>> > For additional commands, e-mail: dev-help@...
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> =============================
>>> Shinpei Ohtani
>>> mail    : shinpei.ohtani@...
>>> blog    : http://d.hatena.ne.jp/shot6/
>>> twitter : http://twitter.com/shot6
>>> =============================
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>
>>
>> IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
>
>
> --
> =============================
> Shinpei Ohtani
> mail    : shinpei.ohtani@...
> blog    : http://d.hatena.ne.jp/shot6/
> twitter : http://twitter.com/shot6
> =============================
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>



--
:Robert "kebernet" Cooper
::kebernet@...
Alice's cleartext
Charlie is the attacker
Bob signs and encrypts
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by James Roper-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't think JAR service declarations are a good way to go.  For a
start, they are completely broken in an OSGi environment, look at
JAXB, there are many forks of the the JAXB API out there that hack it
in order to make it work in OSGi.

On Fri, Oct 2, 2009 at 1:23 PM, Robert "kebernet" Cooper
<kebernet@...> wrote:

> I was thinking a "Rome 1.5" release would be a ROME +Java5 + replacing
> the current Rome.properties files with Jar service declarations
> myself. I am still toying around with "second system syndrome" ideas
> for "Rome 2" but haven't had much time to work on them lately. :/
>
> On Wed, Sep 30, 2009 at 2:45 AM, Shinpei Ohtani
> <shinpei.ohtani@...> wrote:
>> Hello all,
>>
>> I made a patch for java5 with rome CVS trunk.
>> Extract attached zip and try the patch.
>>
>> Thanks!
>>
>> Shinpei
>>
>> 2009/9/30 Nick Lothian <nlothian@...>:
>>> I like this idea quite a lot, and have considered doing it myself.
>>>
>>> I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.
>>>
>>> Nick
>>>
>>>> -----Original Message-----
>>>> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
>>>> Sent: Wednesday, 30 September 2009 3:18 AM
>>>> To: dev@...
>>>> Subject: Re: Contribution sources for Java5
>>>>
>>>> James,
>>>>
>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>> > the generics (there's probably a few more things that can be
>>>> > genericised), before releasing rome version 2.
>>>>
>>>> I agree rome 2 is better name to release.
>>>> And I also agree there are things more than genericised like using
>>>> enum,
>>>> refactor some of duplicated codes, or some TODOs I found.
>>>>
>>>>
>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>>
>>>> Ok, I will.
>>>> BTW, are there any plan for rome java5 version before I mentioned?
>>>>
>>>> Thanks.
>>>>
>>>> 2009/9/29 James Roper <jroper2@...>:
>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>> > the generics (there's probably a few more things that can be
>>>> > genericised), before releasing rome version 2.
>>>> >
>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>> >
>>>> > Cheers,
>>>> >
>>>> > James
>>>> >
>>>> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
>>>> > <shinpei.ohtani@...> wrote:
>>>> >> Hi,
>>>> >>
>>>> >> I would like to contribute Rome5, Rome for Java5.
>>>> >> I simply fixed annoyed warnings and made better with generics and
>>>> enum
>>>> >> with Java 5 or later JDK, and passed all tests from CVS.
>>>> >>
>>>> >> So, how do I contribute these sources?
>>>> >> The code can download sources from:
>>>> >>
>>>> >> http://t-2.googlecode.com/files/rome5.zip
>>>> >> (It is an eclipse project.)
>>>> >>
>>>> >> I think I will make more changes for latest Java environment later,
>>>> >> but before I go further I just want to know if I can contribute
>>>> these sources.
>>>> >>
>>>> >> Thanks in advance.
>>>> >> --
>>>> >> =============================
>>>> >> Shinpei Ohtani
>>>> >> mail    : shinpei.ohtani@...
>>>> >> blog    : http://d.hatena.ne.jp/shot6/
>>>> >> twitter : http://twitter.com/shot6
>>>> >> =============================
>>>> >>
>>>> >> --------------------------------------------------------------------
>>>> -
>>>> >> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> >> For additional commands, e-mail: dev-help@...
>>>> >>
>>>> >>
>>>> >
>>>> > ---------------------------------------------------------------------
>>>> > To unsubscribe, e-mail: dev-unsubscribe@...
>>>> > For additional commands, e-mail: dev-help@...
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> =============================
>>>> Shinpei Ohtani
>>>> mail    : shinpei.ohtani@...
>>>> blog    : http://d.hatena.ne.jp/shot6/
>>>> twitter : http://twitter.com/shot6
>>>> =============================
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>> IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>
>>
>>
>> --
>> =============================
>> Shinpei Ohtani
>> mail    : shinpei.ohtani@...
>> blog    : http://d.hatena.ne.jp/shot6/
>> twitter : http://twitter.com/shot6
>> =============================
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
>
>
> --
> :Robert "kebernet" Cooper
> ::kebernet@...
> Alice's cleartext
> Charlie is the attacker
> Bob signs and encrypts
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by Robert (kebernet) Cooper :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Of course, the rome.properties system is equally as broken in OSGi.

The rome 2 sketches right now treat this as a DI problem, rather than
a bootstrap problem, but the fact remains there is "a" implementation
discovery mechanism that is part of the Java spec, and that seems to
me like the way to go until something better comes along.

On Thu, Oct 1, 2009 at 11:37 PM, James Roper <jroper2@...> wrote:

> I don't think JAR service declarations are a good way to go.  For a
> start, they are completely broken in an OSGi environment, look at
> JAXB, there are many forks of the the JAXB API out there that hack it
> in order to make it work in OSGi.
>
> On Fri, Oct 2, 2009 at 1:23 PM, Robert "kebernet" Cooper
> <kebernet@...> wrote:
>> I was thinking a "Rome 1.5" release would be a ROME +Java5 + replacing
>> the current Rome.properties files with Jar service declarations
>> myself. I am still toying around with "second system syndrome" ideas
>> for "Rome 2" but haven't had much time to work on them lately. :/
>>
>> On Wed, Sep 30, 2009 at 2:45 AM, Shinpei Ohtani
>> <shinpei.ohtani@...> wrote:
>>> Hello all,
>>>
>>> I made a patch for java5 with rome CVS trunk.
>>> Extract attached zip and try the patch.
>>>
>>> Thanks!
>>>
>>> Shinpei
>>>
>>> 2009/9/30 Nick Lothian <nlothian@...>:
>>>> I like this idea quite a lot, and have considered doing it myself.
>>>>
>>>> I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.
>>>>
>>>> Nick
>>>>
>>>>> -----Original Message-----
>>>>> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
>>>>> Sent: Wednesday, 30 September 2009 3:18 AM
>>>>> To: dev@...
>>>>> Subject: Re: Contribution sources for Java5
>>>>>
>>>>> James,
>>>>>
>>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>>> > the generics (there's probably a few more things that can be
>>>>> > genericised), before releasing rome version 2.
>>>>>
>>>>> I agree rome 2 is better name to release.
>>>>> And I also agree there are things more than genericised like using
>>>>> enum,
>>>>> refactor some of duplicated codes, or some TODOs I found.
>>>>>
>>>>>
>>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>>>
>>>>> Ok, I will.
>>>>> BTW, are there any plan for rome java5 version before I mentioned?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> 2009/9/29 James Roper <jroper2@...>:
>>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>>> > the generics (there's probably a few more things that can be
>>>>> > genericised), before releasing rome version 2.
>>>>> >
>>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>>> >
>>>>> > Cheers,
>>>>> >
>>>>> > James
>>>>> >
>>>>> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
>>>>> > <shinpei.ohtani@...> wrote:
>>>>> >> Hi,
>>>>> >>
>>>>> >> I would like to contribute Rome5, Rome for Java5.
>>>>> >> I simply fixed annoyed warnings and made better with generics and
>>>>> enum
>>>>> >> with Java 5 or later JDK, and passed all tests from CVS.
>>>>> >>
>>>>> >> So, how do I contribute these sources?
>>>>> >> The code can download sources from:
>>>>> >>
>>>>> >> http://t-2.googlecode.com/files/rome5.zip
>>>>> >> (It is an eclipse project.)
>>>>> >>
>>>>> >> I think I will make more changes for latest Java environment later,
>>>>> >> but before I go further I just want to know if I can contribute
>>>>> these sources.
>>>>> >>
>>>>> >> Thanks in advance.
>>>>> >> --
>>>>> >> =============================
>>>>> >> Shinpei Ohtani
>>>>> >> mail    : shinpei.ohtani@...
>>>>> >> blog    : http://d.hatena.ne.jp/shot6/
>>>>> >> twitter : http://twitter.com/shot6
>>>>> >> =============================
>>>>> >>
>>>>> >> --------------------------------------------------------------------
>>>>> -
>>>>> >> To unsubscribe, e-mail: dev-unsubscribe@...
>>>>> >> For additional commands, e-mail: dev-help@...
>>>>> >>
>>>>> >>
>>>>> >
>>>>> > ---------------------------------------------------------------------
>>>>> > To unsubscribe, e-mail: dev-unsubscribe@...
>>>>> > For additional commands, e-mail: dev-help@...
>>>>> >
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> =============================
>>>>> Shinpei Ohtani
>>>>> mail    : shinpei.ohtani@...
>>>>> blog    : http://d.hatena.ne.jp/shot6/
>>>>> twitter : http://twitter.com/shot6
>>>>> =============================
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>>> For additional commands, e-mail: dev-help@...
>>>>
>>>>
>>>> IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> =============================
>>> Shinpei Ohtani
>>> mail    : shinpei.ohtani@...
>>> blog    : http://d.hatena.ne.jp/shot6/
>>> twitter : http://twitter.com/shot6
>>> =============================
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>
>>
>>
>> --
>> :Robert "kebernet" Cooper
>> ::kebernet@...
>> Alice's cleartext
>> Charlie is the attacker
>> Bob signs and encrypts
>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
:Robert "kebernet" Cooper
::kebernet@...
Alice's cleartext
Charlie is the attacker
Bob signs and encrypts
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Contribution sources for Java5

by Shinpei Ohtani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Robert,

> I was thinking a "Rome 1.5" release would be a ROME +Java5 + replacing
> the current Rome.properties files with Jar service declarations
> myself. I am still toying around with "second system syndrome" ideas
> for "Rome 2" but haven't had much time to work on them lately. :/

IMO, I prefer to use JDK6 ServiceLoader instead of rome.properties,
especially in the situation getting all classes for specific interface
like WireFeedParser.classes key.


2009/10/2 Robert "kebernet" Cooper <kebernet@...>:

> I was thinking a "Rome 1.5" release would be a ROME +Java5 + replacing
> the current Rome.properties files with Jar service declarations
> myself. I am still toying around with "second system syndrome" ideas
> for "Rome 2" but haven't had much time to work on them lately. :/
>
> On Wed, Sep 30, 2009 at 2:45 AM, Shinpei Ohtani
> <shinpei.ohtani@...> wrote:
>> Hello all,
>>
>> I made a patch for java5 with rome CVS trunk.
>> Extract attached zip and try the patch.
>>
>> Thanks!
>>
>> Shinpei
>>
>> 2009/9/30 Nick Lothian <nlothian@...>:
>>> I like this idea quite a lot, and have considered doing it myself.
>>>
>>> I'd suggest calling it ROME 1.1 because there have been some efforts to start a more radical ROME 2 project, which is changing quite a lot of stuff.
>>>
>>> Nick
>>>
>>>> -----Original Message-----
>>>> From: Shinpei Ohtani [mailto:shinpei.ohtani@...]
>>>> Sent: Wednesday, 30 September 2009 3:18 AM
>>>> To: dev@...
>>>> Subject: Re: Contribution sources for Java5
>>>>
>>>> James,
>>>>
>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>> > the generics (there's probably a few more things that can be
>>>> > genericised), before releasing rome version 2.
>>>>
>>>> I agree rome 2 is better name to release.
>>>> And I also agree there are things more than genericised like using
>>>> enum,
>>>> refactor some of duplicated codes, or some TODOs I found.
>>>>
>>>>
>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>>
>>>> Ok, I will.
>>>> BTW, are there any plan for rome java5 version before I mentioned?
>>>>
>>>> Thanks.
>>>>
>>>> 2009/9/29 James Roper <jroper2@...>:
>>>> > In my opinion, if we want to add generics to rome, we should branch
>>>> > it, call the branch rome version 2, and then spend a while tweaking
>>>> > the generics (there's probably a few more things that can be
>>>> > genericised), before releasing rome version 2.
>>>> >
>>>> > Shinpei, to contribute changes, I suggest you create a patch.
>>>> >
>>>> > Cheers,
>>>> >
>>>> > James
>>>> >
>>>> > On Tue, Sep 29, 2009 at 6:21 PM, Shinpei Ohtani
>>>> > <shinpei.ohtani@...> wrote:
>>>> >> Hi,
>>>> >>
>>>> >> I would like to contribute Rome5, Rome for Java5.
>>>> >> I simply fixed annoyed warnings and made better with generics and
>>>> enum
>>>> >> with Java 5 or later JDK, and passed all tests from CVS.
>>>> >>
>>>> >> So, how do I contribute these sources?
>>>> >> The code can download sources from:
>>>> >>
>>>> >> http://t-2.googlecode.com/files/rome5.zip
>>>> >> (It is an eclipse project.)
>>>> >>
>>>> >> I think I will make more changes for latest Java environment later,
>>>> >> but before I go further I just want to know if I can contribute
>>>> these sources.
>>>> >>
>>>> >> Thanks in advance.
>>>> >> --
>>>> >> =============================
>>>> >> Shinpei Ohtani
>>>> >> mail    : shinpei.ohtani@...
>>>> >> blog    : http://d.hatena.ne.jp/shot6/
>>>> >> twitter : http://twitter.com/shot6
>>>> >> =============================
>>>> >>
>>>> >> --------------------------------------------------------------------
>>>> -
>>>> >> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> >> For additional commands, e-mail: dev-help@...
>>>> >>
>>>> >>
>>>> >
>>>> > ---------------------------------------------------------------------
>>>> > To unsubscribe, e-mail: dev-unsubscribe@...
>>>> > For additional commands, e-mail: dev-help@...
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> =============================
>>>> Shinpei Ohtani
>>>> mail    : shinpei.ohtani@...
>>>> blog    : http://d.hatena.ne.jp/shot6/
>>>> twitter : http://twitter.com/shot6
>>>> =============================
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>> IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of Education.au except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>
>>
>>
>> --
>> =============================
>> Shinpei Ohtani
>> mail    : shinpei.ohtani@...
>> blog    : http://d.hatena.ne.jp/shot6/
>> twitter : http://twitter.com/shot6
>> =============================
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
>
>
> --
> :Robert "kebernet" Cooper
> ::kebernet@...
> Alice's cleartext
> Charlie is the attacker
> Bob signs and encrypts
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
=============================
Shinpei Ohtani
mail    : shinpei.ohtani@...
blog    : http://d.hatena.ne.jp/shot6/
twitter : http://twitter.com/shot6
=============================

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...