Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSON Editor contribution

Just a quick answer to the why json and not xml, this is for config files and as we build IoT apps that have both web and embedded components, the technologies cross. Yaml would be good too. But only crazy people and Apple use XML files for config :)

Sent from my BlackBerry 10 smartphone on the Rogers network.
  Original Message
From: Max Rydahl Andersen
Sent: Tuesday, July 7, 2015 7:27 AM
To: General discussion of project-wide or architectural issues.
Reply To: General discussion of project-wide or architectural issues.
Subject: Re: [wtp-dev] JSON Editor contribution


On 6 Jul 2015, at 19:54, Doug Schaefer wrote:

> I don’t think the C++ IDE package has it and we’re seeing json as
> a popular config format for embedded too.

You haven't had any need for xml/xsd/dtd but now need json ? (actually a
serious question since it would surprise me if true :)

> And if it is that generic, I’d have to ask why it’s in WTP and not
> in the Eclipse platform, or in some layer like the IDE common project
> we keep talking about and really should get off the ground.

Because we find that for now the see in WTP is the closest thing we get
to have a "multi-lang" tooling that we can use today and
get out with minimal dependencies.

> At any rate, I need to get my multi-lang project off the ground before
> I can have a convincing argument otherwise. Eclipse really needs a
> good json editor and I’m glad for this contribution.

Thanks - we think so too and this seemed to be the fastest way we could
get it in.

I think if we do it right there will be minimal exposed SSE dependencies
so if a better option shows up in future things can move over there
quite easily.

/max

> Thanks!
> Doug.
>
> From:
> <wtp-dev-bounces@xxxxxxxxxxx<mailto:wtp-dev-bounces@xxxxxxxxxxx>> on
> behalf of Mickael Istria
> <mistria@xxxxxxxxxx<mailto:mistria@xxxxxxxxxx>>
> Reply-To: "General discussion of project-wide or architectural
> issues." <wtp-dev@xxxxxxxxxxx<mailto:wtp-dev@xxxxxxxxxxx>>
> Date: Monday, July 6, 2015 at 12:39 AM
> To: "wtp-dev@xxxxxxxxxxx<mailto:wtp-dev@xxxxxxxxxxx>"
> <wtp-dev@xxxxxxxxxxx<mailto:wtp-dev@xxxxxxxxxxx>>
> Subject: Re: [wtp-dev] JSON Editor contribution
>
> On 07/06/2015 01:39 AM, Doug Schaefer wrote:
>
> The dependency on SSE is an issue.
>
>
> Why? SSE is shipped in all Eclipse packages, and is already required
> and used by most structured document editors. If this is not an issue
> for XML and HTML, why would it be for JSON?
> --
> Mickael Istria
> Eclipse developer at JBoss, by Red Hat<http://www.jboss.org/tools>
> My blog<http://mickaelistria.wordpress.com> - My
> Tweets<http://twitter.com/mickaelistria>
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wtp-dev


/max
http://about.me/maxandersen
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top