Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Sapphire » Interview with JAXenter
Interview with JAXenter [message #545426] Wed, 07 July 2010 17:45 Go to next message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
I am not thrilled with author's choice to pick a quote out of context to create such a confrontational title, but the interview does provide useful answers about Sapphire, so I will post a link here:

http://jaxenter.com/sapphire-the-first-attempt-was-emf-based -27685.html

- Konstantin
Re: Interview with JAXenter [message #545620 is a reply to message #545426] Thu, 08 July 2010 12:50 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Konstantin,

I started reading your blog and the most important question that crossed my
mind, is why you create another binding mechanism when Oracle has just taken
over Sun and Beans Binding ?!
(https://beansbinding.dev.java.net/)

Knowing, there are controversies and even a spin-off at project Kenai.com
(which itself has an uncertain future) does your initiative mean, JSR-195 is
dead?

There are many issues I see, and one not clearly explained is i18n. Myself
and the Eclipse Babel team are happy to assist on that, or even more happy
should Sapphire or a similar project contribute practical i18n and
Globalization support for e.g. XML UI definitions. XWT and E4 claim to do
this by simply building on top of old, but known mechanisms, mainly
PropertyMessageBundles. I
know, Android is among few (Apple and Microsoft follow similar principles,
when it comes to multilingual XML) who use a system similar to
ResourceBundles, but based on XML only (with relevant XML files localized)

The developer community would be happy to hear from Oracle what you have in
mind for Sapphire on that...

Thanks,
Werner
Re: Interview with JAXenter [message #545721 is a reply to message #545426] Thu, 08 July 2010 18:16 Go to previous messageGo to next message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
> I started reading your blog and the most important question that
> crossed my mind, is why you create another binding mechanism
> when Oracle has just taken over Sun and Beans Binding ?!
> (https://beansbinding.dev.java.net/)

Sapphire hides data binding concepts from the developer. The developer places a property editor on the screen and the framework figures out what controls to render and configures data binding internally. Java Beans Binding is useful when the developer is wiring up data binding manually. It is similar to JFace Data Bindings, except it looks to be limited to the case where source and target are Java Beans, which seems to limit its applicability. For instance, I don't think you could use Java Beans Binding in place of JFace Data Binding to bind to SWT controls.

> Knowing, there are controversies and even a spin-off at project
> Kenai.com (which itself has an uncertain future) does your initiative
> mean, JSR-195 is dead?

I have not followed this project closely (I think you meant JSR-295) and I have no insight on its prospects.

> There are many issues I see, and one not clearly explained is i18n.
> Myself and the Eclipse Babel team are happy to assist on that, or
> even more happy should Sapphire or a similar project contribute
> practical i18n and Globalization support for e.g. XML UI definitions.
> XWT and E4 claim to do this by simply building on top of old, but
> known mechanisms, mainly PropertyMessageBundles. I
> know, Android is among few (Apple and Microsoft follow similar
> principles, when it comes to multilingual XML) who use a system
> similar to ResourceBundles, but based on XML only (with relevant
> XML files localized)

Thanks for the offer of help. I am planning on writing a blog post soon that explains i18n in Sapphire. Stay tuned.

- Konstantin
Re: Interview with JAXenter [message #545968 is a reply to message #545721] Fri, 09 July 2010 18:01 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Yes, 295, sorry I get confused by some JSRs sitting around for ages with no
visible progress ;-)

It was said, both it and Swing Application Framework (JSR-296, its direct
"sibling") were at least excluded from Java 7.

Similar to EclipseLink driving parts of Java EE 6 the community may
appreciate Oracle's role towards a binding solution not just limited to
Eclipse and SWT, but let's say at least portable across:
- SWT/XWT
- JSF or RAP
- Swing (assuming it is still a vital part of future Java versions ?;-)
- JavaFX (dito, some say it's doomed, others seem to bet on it)
- some Mobile UI like eRCP

Take MigLayout as an example. It supports Swing, SWT and JavaFX so far,
maybe more which I don't know.

Werner
Re: Interview with JAXenter [message #545988 is a reply to message #545968] Fri, 09 July 2010 19:36 Go to previous messageGo to next message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
Indeed. One of the goals of Sapphire project is to have renderers for different UI technologies. The initial contribution will only support SWT, but I expect more to be developed over time.

- Konstantin

[Updated on: Fri, 09 July 2010 19:42]

Report message to a moderator

Re: Interview with JAXenter [message #546920 is a reply to message #545988] Wed, 14 July 2010 15:24 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Is that backed by Oracle on a larger scale (now that it owns Sun and aims to
look over Java standards ;-) or are you alone on that in the Sapphire team?

Werner
Re: Interview with JAXenter [message #547212 is a reply to message #546920] Fri, 16 July 2010 00:03 Go to previous messageGo to next message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
> Is that backed by Oracle on a larger scale (now that it owns Sun and
> aims to look over Java standards Wink or are you alone on that in the
> Sapphire team?

Sapphire is backed by Oracle's Eclipse tooling team. It is one of the key frameworks for delivering our tooling. It makes architectural sense to engineer the framework in a way that allows other scenarios to be supported, but there is no intention of making this part of any Java standard. The place for defining the shape of Sapphire will be through standard channels at the Eclipse Foundation.

- Konstantin
Re: Interview with JAXenter [message #563218 is a reply to message #545968] Fri, 09 July 2010 19:36 Go to previous messageGo to next message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
Indeed. One of the goals of Sapphire project is to have renderers for different UI technologies. The initial contribution will only support SWT support, but I expect more to be developed over time.

- Konstantin
Re: Interview with JAXenter [message #563243 is a reply to message #545988] Wed, 14 July 2010 15:24 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Is that backed by Oracle on a larger scale (now that it owns Sun and aims to
look over Java standards ;-) or are you alone on that in the Sapphire team?

Werner
Re: Interview with JAXenter [message #563268 is a reply to message #546920] Fri, 16 July 2010 00:03 Go to previous message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
> Is that backed by Oracle on a larger scale (now that it owns Sun and
> aims to look over Java standards ;) or are you alone on that in the
> Sapphire team?

Sapphire is backed by Oracle's Eclipse tooling team. It is one of the key frameworks for delivering our tooling. It makes architectural sense to engineer the framework in a way that allows other scenarios to be supported, but there is no intention of making this part of any Java standard. The place for defining the shape of Sapphire will be through standard channels at the Eclipse Foundation.

- Konstantin
Previous Topic:Project Mentors
Next Topic:Sapphire at Eclipse Summit Europe 2010
Goto Forum:
  


Current Time: Fri Apr 19 21:42:23 GMT 2024

Powered by FUDForum. Page generated in 0.03753 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top