[MeeGo-dev] When we expected to see Meego on devices?

2010-03-02 Thread Anousak Souphavanh
Hi, I was wondering when will we going to see Meego on many devices, what is the time frame, e.g 5-6 months? It is for Nokia only? Thanks fellas! -- Regards, Anousak (Anthony) Souphavanh ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meeg

[MeeGo-dev] Java support in Meego

2010-03-02 Thread Jose Manrique Lopez de la Fuente
Hello, I would like to know if Java will be supported in Meego, like in Ubuntu or like in Maemo... Maybe this has been asked before, so if you could provide a link for more information, it would be right. Thanks and best regards, -- J. Manrique López de la Fuente http://www.jsmanrique.es _

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Vladimir Baus
On Tue, Mar 2, 2010 at 9:14 AM, Jose Manrique Lopez de la Fuente < jsmanri...@gmail.com> wrote: > Hello, > > I would like to know if Java will be supported in Meego, like in > Ubuntu or like in Maemo... > > Maybe this has been asked before, so if you could provide a link for > more information, it

Re: [MeeGo-dev] Finger and mouse/keyboard UI in same app

2010-03-02 Thread RISKÓ Gergely
On Tue, 02 Mar 2010 09:53:39 +0200, Marius Vollmer writes: > Heh, the internals might be more complicated than anticipated, but the > API is still very simple and friendly, IMO. I agree, that the API is cool. Gergely ___ MeeGo-dev mailing list MeeGo-

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Chinmay S
Gr8 Idea!! JAVA support would go a long way in promoting MeeGo and positioning it as the platform of choice for mobile developers and end-users too. On Tue, Mar 2, 2010 at 1:44 PM, Jose Manrique Lopez de la Fuente < jsmanri...@gmail.com> wrote: > Hello, > > I would like to know if Java will be su

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Vladimir Baus
On Tue, Mar 2, 2010 at 10:59 AM, Chinmay S wrote: > Gr8 Idea!! JAVA support would go a long way in promoting MeeGo and > positioning it as the platform of choice for mobile developers and end-users > too. > > > On Tue, Mar 2, 2010 at 1:44 PM, Jose Manrique Lopez de la Fuente < > jsmanri...@gmail.

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Chinmay S
On the development side, imho Qt is very much comparable to pgmming JAVA on Eclipse. The Qt Creator is a very good tool. The IDE is simply awesome!! I certainly wish more effort is put on designing such dev-tools. On Tue, Mar 2, 2010 at 3:36 PM, Vladimir Baus wrote: > On Tue, Mar 2, 2010 at 10

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Vladimir Baus
On Tue, Mar 2, 2010 at 11:10 AM, Chinmay S wrote: > On the development side, imho Qt is very much comparable to pgmming JAVA on > Eclipse. > > The Qt Creator is a very good tool. The IDE is simply awesome!! > > I certainly wish more effort is put on designing such dev-tools. > > > On Tue, Mar 2,

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Ville M. Vainio
On Tue, Mar 2, 2010 at 12:16 PM, Vladimir Baus wrote: > But still, two very different developing platforms, and IMHO Nokia made the > right choice by not choosing Java. Right. One of the trump cards for MeeGo against competition is that it's running apps on bare metal by default, and still has a

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Alan Goo
although AWT/Swing(Java's default GUI toolkit) can be sluggish QtJambi(official Java binding)seems more promising, bundling OpenJDK into MeeGo distro is great idea. OpenJDK works well on both x86 and ARM env. On Tue, M

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Jose Manrique Lopez de la Fuente
I know that openjdk already works in maemo[1], but my question is about how good will be java support from MeeGo. I prefer supported packages than tricky third repositories or binaries installation, specially for "production environments" and end users. For example, a project based in a java servi

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Robin Burchell
On Tue, Mar 2, 2010 at 10:34 AM, Alan Goo wrote: > although AWT/Swing(Java's default GUI toolkit) can be sluggish > QtJambi(official Java binding) seems more promising, bundling OpenJDK into > MeeGo distro is great idea. Worth noting that it is no longer official (note the version of your link) -

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Ville M. Vainio
On Tue, Mar 2, 2010 at 2:45 PM, Jose Manrique Lopez de la Fuente wrote: > I know that openjdk already works in maemo[1], but my question is > about how good will be java support from MeeGo. I prefer supported > packages than tricky third repositories or binaries installation, > specially for "pro

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Alan Goo
Oh! I didn't realized that. I hoped I can develop MeeGo QT app in java. [?] Thanks for your information. On Tue, Mar 2, 2010 at 9:53 PM, Robin Burchell wrote: > On Tue, Mar 2, 2010 at 10:34 AM, Alan Goo wrote: > > although AWT/Swing(Java's default GUI toolkit) can be sluggish > > QtJambi(offici

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Thiago Macieira
Em Terça-feira 02 Março 2010, às 13:45:43, Jose Manrique Lopez de la Fuente escreveu: > I know that openjdk already works in maemo[1], but my question is > about how good will be java support from MeeGo. I prefer supported > packages than tricky third repositories or binaries installation, > speci

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Jose Manrique Lopez de la Fuente
I promise that the android layer is really thin... It is used for the UI, and the service underneath has been already tested in java (from command line). 2010/3/2 Thiago Macieira : > Em Terça-feira 02 Março 2010, às 13:45:43, Jose Manrique Lopez de la Fuente > escreveu: >> I know that openjdk alre

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Ville M. Vainio
On Tue, Mar 2, 2010 at 3:47 PM, Jose Manrique Lopez de la Fuente wrote: > I promise that the android layer is really thin... It is used for the > UI, and the service underneath has been already tested in java (from > command line). You may want to explore just using the service as-such, and make

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread Thiago Macieira
Em Terça-feira 02 Março 2010, às 14:47:35, Jose Manrique Lopez de la Fuente escreveu: > I promise that the android layer is really thin... It is used for the > UI, and the service underneath has been already tested in java (from > command line). If you say so, I'll have to believe you, because I'

Re: [MeeGo-dev] Java support in Meego

2010-03-02 Thread ezjd
Qt Jambi (Qt java binding) is basically stopped by Nokia. And Qt guys are heading to QML. Although Android Java UI part is "thin", I am not sure if it is worth the effort to port it to use Qt. Another important thing is Android just employs JAVA programming language NOT java runtime, i.e., it has

[MeeGo-dev] Proposal: MeeGo User Experience Framework working group

2010-03-02 Thread Randall Arnold
Greetings all, As some of you know I've been working on a project that was called the "Maemo User Experience Framework".� The goal was to develop a means of getting user-friendly feedback tools and processes onto and wrapped around Maemo devices-- particularly for application testing and bug repor