- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
1.4 support and Java ME
Mon, 2009-03-16, 01:41
Doesn't ending support for Java 1.4 mean it will become impossible to
write apps for phones in Scala?
Mon, 2009-03-16, 02:47
#2
Re: 1.4 support and Java ME
Probably Retrotranslator is your friend.
http://retrotranslator.sourceforge.net/
BTW, are there any real phone applications in Scala? Hello world does not count.
S.
On Mon, Mar 16, 2009 at 03:41, Naftoli Gugenheim wrote:
> Doesn't ending support for Java 1.4 mean it will become impossible to
> write apps for phones in Scala?
Mon, 2009-03-16, 03:47
#3
Re: 1.4 support and Java ME
Thanks for the hint;
as to the app, I've just started working in a phone app company...
2009/3/15 Stepan Koltsov <stepan.koltsov@gmail.com>
--
Thanks,
-Vlad
as to the app, I've just started working in a phone app company...
2009/3/15 Stepan Koltsov <stepan.koltsov@gmail.com>
Probably Retrotranslator is your friend.
http://retrotranslator.sourceforge.net/
BTW, are there any real phone applications in Scala? Hello world does not count.
S.
On Mon, Mar 16, 2009 at 03:41, Naftoli Gugenheim <naftoligug@gmail.com> wrote:
> Doesn't ending support for Java 1.4 mean it will become impossible to
> write apps for phones in Scala?
--
Thanks,
-Vlad
Mon, 2009-03-16, 18:47
#4
Re: 1.4 support and Java ME
- So what's the difference between Retrotranslator, Retroweaver, and JBossRetro?
- How much more limited is Java ME than Java 1.4?
- Mainly, what's the best way to integrate into Eclipse?
Sorry if these questions are outside of the scope of the list. The important question addressed to the list is if there's anything unique to scala here, I guess...
On Sun, Mar 15, 2009 at 10:38 PM, Vlad Patryshev <vpatryshev@gmail.com> wrote:
> Thanks for the hint;
> as to the app, I've just started working in a phone app company...
>
> 2009/3/15 Stepan Koltsov <stepan.koltsov@gmail.com>
>>
>> Probably Retrotranslator is your friend.
>>
>> http://retrotranslator.sourceforge.net/
>>
>> BTW, are there any real phone applications in Scala? Hello world does not
>> count.
>>
>> S.
>>
>> On Mon, Mar 16, 2009 at 03:41, Naftoli Gugenheim <naftoligug@gmail.com>
>> wrote:
>> > Doesn't ending support for Java 1.4 mean it will become impossible to
>> > write apps for phones in Scala?
>
>
>
> --
> Thanks,
> -Vlad
>
Mon, 2009-03-16, 18:47
#5
Re: 1.4 support and Java ME
- So what's the difference between Retrotranslator, Retroweaver, and JBossRetro?
- How much more limited is Java ME than Java 1.4?
- Mainly, what's the best way to integrate into Eclipse?
Sorry if these questions are outside of the scope of the list. The important question addressed to the list is if there's anything unique to scala here, I guess...
On Sun, Mar 15, 2009 at 10:38 PM, Vlad Patryshev <vpatryshev@gmail.com> wrote:
> Thanks for the hint;
> as to the app, I've just started working in a phone app company...
>
> 2009/3/15 Stepan Koltsov <stepan.koltsov@gmail.com>
>>
>> Probably Retrotranslator is your friend.
>>
>> http://retrotranslator.sourceforge.net/
>>
>> BTW, are there any real phone applications in Scala? Hello world does not
>> count.
>>
>> S.
>>
>> On Mon, Mar 16, 2009 at 03:41, Naftoli Gugenheim <naftoligug@gmail.com>
>> wrote:
>> > Doesn't ending support for Java 1.4 mean it will become impossible to
>> > write apps for phones in Scala?
>
>
>
> --
> Thanks,
> -Vlad
>
Thu, 2009-03-19, 03:27
#6
Re: 1.4 support and Java ME
I would be really interested hear of anyone who has actually written and
deployed a significant J2ME app from Scala (and how you did it).
Basically because I would like to do the same thing myself, but had
assumed that its not feasible. Scala dropped the CDLC compile target
some time ago. Idiomatic Scala will likely generate too many classfiles
to fit on a phone anyway.
Naftoli Gugenheim wrote:
> - So what's the difference between Retrotranslator, Retroweaver, and
> JBossRetro?
>
I didnt know of retrotranslator til now. It looks good.
Retroweaver is older (IMO) abandonware that should not be trusted. I attempted to use it to support Java5 on J2ME, and found that it generated illegal exception tables in some bytecode.
> - How much more limited is Java ME than Java 1.4?
>
Heaps - its another world. No collections, reflection or serialization,
for starters.
> - Mainly, what's the best way to integrate into Eclipse?
>
I greatly enjoy using EclipseME. Retroguard obfuscator is another
excellent tool.
-Ben
Thu, 2009-03-19, 19:47
#7
Re: 1.4 support and Java ME
On Wed, Mar 18, 2009 at 10:18 PM, Ben Hutchison <benh@ibsglobalweb.com> wrote:
I assume that both points refer to CLDC. I should have been more clear that I'm fine with CDC. Thanks!
Basically because I would like to do the same thing myself, but had assumed that its not feasible. Scala dropped the CDLC compile target some time ago. Idiomatic Scala will likely generate too many classfiles to fit on a phone anyway.
- How much more limited is Java ME than Java 1.4?
Heaps - its another world. No collections, reflection or serialization, for starters.
I assume that both points refer to CLDC. I should have been more clear that I'm fine with CDC. Thanks!
Thu, 2009-03-19, 19:57
#8
Re: 1.4 support and Java ME
On Wed, Mar 18, 2009 at 10:18 PM, Ben Hutchison <benh@ibsglobalweb.com> wrote:
I assume that both points refer to CLDC. I should have been more clear that I'm fine with CDC. Thanks!
Basically because I would like to do the same thing myself, but had assumed that its not feasible. Scala dropped the CDLC compile target some time ago. Idiomatic Scala will likely generate too many classfiles to fit on a phone anyway.
- How much more limited is Java ME than Java 1.4?
Heaps - its another world. No collections, reflection or serialization, for starters.
I assume that both points refer to CLDC. I should have been more clear that I'm fine with CDC. Thanks!
2009/3/15 Naftoli Gugenheim <naftoligug@gmail.com>
--
Thanks,
-Vlad