Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] (My) Working areas for 4.3

Well once more e(fx)clipse comes to rescue for the JNLP, ... where it
uses the ant-tasks provided by JavaFX to package your application for
Webstart and native deployment (e.g. for submission to AppStores).

I can not quote on the 2 cross compilation tools you mention but I
really doubt that they can deal with OSGi but as I said I don't know them.

Tom

Am 06.08.12 04:36, schrieb Ivan Ooi:
> And also, if Eclipse can support on CodeNameOne or ParticleCode and make
> our code available on Android and iOS.
> 
> How bout JNLP ? Now Eclipse do not "natively" support JNLP...like
> compilation, sign jar, create JNLP file and that....
> 
> THanks
> 
> On Mon, Aug 6, 2012 at 10:33 AM, Ivan Ooi <olibralo@xxxxxxxxx
> <mailto:olibralo@xxxxxxxxx>> wrote:
> 
>     Nice! May I share some ideas ?
> 
>     Since SWT do not have any plans on multi touch, gesture, animation
>     and all that. Why not utilize JavaFX ? 
>     Since JavaFX support SWT quite well ( I guess )
> 
>     Best Regards,
>     Ivan
> 
> 
>     On Thu, Jul 12, 2012 at 6:25 PM, Tom Schindl
>     <tom.schindl@xxxxxxxxxxxxxxx <mailto:tom.schindl@xxxxxxxxxxxxxxx>>
>     wrote:
> 
>         Hi,
> 
>         Now that we got 4.2 out I'd like to share what I plan to work on
>         in the
>         4.3 timeframe.
> 
>         Prio 1:
>         -------
>         * Native Editor Support in EAP
>         * JavaFX2 rendering engine (not part of e4 project but my own
>           e(fx)clipse project)
> 
> 
>         Prior 2:
>         --------
>         * Dynamic language switching for EAP
>           => no static translation resolving via NLS (also important for
>              multi-user envs like RAP)
>         * Allowing to nest an MSashContainer in an MPartStack (378298)
>           => Not sure though if an MSashContainer is a good idea because
>         then
>              one can there once more nest a stack, do we want that?
>           => this will most likely fix 8009
>         * XPath for contributing and querying
> 
> 
>         Things I'd consider important too but I don't plan to work on:
>         * Improving the e4 bridge
>         * enable e4 programming model for IDE dev (maybe needs e4 bridge)
>         * refactor code to natively run on e4
>           * common navigator?
>           * preferences?
>           * ui.dialogs?
>         * e4xmi-Tooling
> 
>         Do we have a call today?
> 
>         Tom
> 
>         --
>         B e s t S o l u t i o n . a t                        EDV
>         Systemhaus GmbH
>         ------------------------------------------------------------------------
>         tom schindl                 geschäftsführer/CEO
>         ------------------------------------------------------------------------
>         eduard-bodem-gasse 5-7/1   A-6020 innsbruck     fax      ++43
>         512 935833 <tel:%2B%2B43%20512%20935833>
>         http://www.BestSolution.at                      phone    ++43
>         512 935834 <tel:%2B%2B43%20512%20935834>
> 
>         _______________________________________________
>         e4-dev mailing list
>         e4-dev@xxxxxxxxxxx <mailto:e4-dev@xxxxxxxxxxx>
>         https://dev.eclipse.org/mailman/listinfo/e4-dev
> 
> 
> 
> 
> 
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev
> 


-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                 geschäftsführer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5-7/1   A-6020 innsbruck     fax      ++43 512 935833
http://www.BestSolution.at                      phone    ++43 512 935834


Back to the top