Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-mtj-dev] Support for Java Platform Micro Edition Software Development Kit 3.0 for MacOS EA

This is an interesting situation.  The implementation of the device importer does not have anything to do with the way that the user is prompted and as Dan has shown it does work correctly.  The problem is that the dialog we use for prompting probably should not allow selection of *all* files since as mentioned that could result in some weird situations for the user.  What are the other options from the UI perspective?

On 10/28/09 8:34 AM, Dan Murphy wrote:
OK, so it was me :Z

I just tried again over lunch. Created and ran a "hello world" using the java-fx phone profile... I hadn't realised that UEI was an external specification, my bad.

Although it wasn't lightning fast, the UEI importer did find many profiles and it took only a couple of minutes. Whilst it might be worth changing the filtering to enable users to select the .app file, it's not a big deal to cut and paste. I think the simplest fix of allowing the importer to select .app files on mac os platforms would be sufficient for most needs.

Anyhow, I'm a happier man now - thanks for the speedy responses

Dan

2009/10/28 David Marques <dpsmarques@xxxxxxxxx>
Hello All,

    I think it worths implementing a separate strategy to handle MAC OS since it has e very specific behavior. Handling files during the discovery process would make it very time consuming. Any thoughts ??

Best Regards,
 
David Marques
Mobile Software Platforms Researcher
=============================================================

Eclipse Mobile Industry Working Group - http://www.eclipse.org/pulsar/
Eclipse Mobile Tools for the Java Platform - http://www.eclipse.org/dsdp/mtj/
=============================================================



From: Diego Madruga Sandin <diegosandin@xxxxxxxxx>
To: Mobile Tools for The Java Platform mailing list <dsdp-mtj-dev@xxxxxxxxxxx>
Sent: Wed, October 28, 2009 10:07:29 AM
Subject: Re: [dsdp-mtj-dev] Support for Java Platform Micro Edition Software Development Kit 3.0 for MacOS EA

Actually it shows, but you can't select it. The problem to enable the selection of files on the browse dialog is that our importers are implemented to search inside folders, not files. Even though the app is a folder in the end, I'm not sure how the importers will behave properly. This will also enable the user, for example to select an .txt file and will have to waste time trying to import nothing in the end.


On Wed, Oct 28, 2009 at 9:56 AM, Craig Setera <craigjunk@xxxxxxxxxx> wrote:
ahh... so it doesn't show in the dialog... Hmm... That is more of a UI issue than an importer issue, no?


On 10/28/09 7:52 AM, Diego Madruga Sandin wrote:
Hi Craig,

as you know, to the mac user an .app file is not an folder, its similar to an .exe so i guess the proper behavior on the folder browser is to consider it as a file. Since we are filtering for folders only, we cant select the app;

--
Diego

On Wed, Oct 28, 2009 at 9:38 AM, Craig Setera <craigjunk@xxxxxxxxxx> wrote:
Thinking about it, I think it should work fine to point to the app.... It is just a file system folder and the import logic will recursively search from the specified folder.


On 10/28/09 7:02 AM, Dan Murphy wrote:
I'll have another try tonight on my way home, I tried this morning but run into some problems.... may have just been issues with my mac. I cut and paste'd the file system link, as I didn't think the browse option would work...

Thanks
Dan

2009/10/28 Diego Madruga Sandin <diegosandin@xxxxxxxxx>
The wtk3.0 was released as an .app and the file browser cannot select it for importing on our wizard.  Although, if you explore the package contents, you can find inside Contents/Resources/bin the emulator binary. 

Unfortunately, we will need to create a new importer. 


On Wed, Oct 28, 2009 at 8:17 AM, Craig Setera <craigjunk@xxxxxxxxxx> wrote:
I'm downloading it right now as well.  Agreed it should "just work", but who knows?


On 10/28/09 6:16 AM, Diego Madruga Sandin wrote:
Hi Dan,

If the  "Java Platform Micro Edition Software Development Kit 3.0 for MacOS EA"  is UEI compliant it should be automatically supported :)

I'll give it a try and send the results.

Cheers,
Diego

On Wed, Oct 28, 2009 at 8:02 AM, Dan Murphy <dgemurphy@xxxxxxxxx> wrote:
Hi All,

Does MTJ support the recently released Java Platform Micro Edition Software Development Kit 3.0 for MacOS EA ?

I'm guessing the answer is no, since I've not seen any discussion on the mailing list. So, anyone planning on writing an importer ?

If not I might be up for giving it a bash, might find some time next week, or the following... was thinking I could probably morph the MPowerPlayer importer. But if anyone else is working on it, I'm up for helping / testing etc.

WDYT ? Shall I raise a ticket ?

Cheers,
Dan

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


_______________________________________________ dsdp-mtj-dev mailing list dsdp-mtj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev



_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


_______________________________________________ dsdp-mtj-dev mailing list dsdp-mtj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


_______________________________________________ dsdp-mtj-dev mailing list dsdp-mtj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev




_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


_______________________________________________ dsdp-mtj-dev mailing list dsdp-mtj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

Back to the top