JSONForms Tag

JSON Forms is a framework for efficiently developing form-based UIs based on JSON Schema.  It provides a simple declarative JSON-based language to describe UIs independently of any UI technology. Please see here for a jump start on JSON Forms.  In this article, we’ll demonstrate how you can get started with JSON Forms even faster by using the new Yeoman tooling. If you don’t know Yeoman, head over to...

Read More

JSON Forms is a framework for efficiently developing form-based UIs based on JSON Schema. It provides a simple declarative JSON-based language to describe UIs independently of any UI technology. Please see here for a jump start on JSON Forms. In this article, we highlight one the core benefits of JSON forms, which is being UI technology agnostic. JSON Forms’ core is has no dependencies to any...

Read More

JSON Forms is a framework for efficiently developing form-based UIs based on JSON Schema. It provides a simple declarative JSON based language to describe UIs independently of any UI technology. Please see here for a jump start on JSON Forms. With the latest release, JSON Forms now also supports rendering on mobile by providing a renderer set based on Ionic. This means that JSON Forms now...

Read More

The last couple of weeks we've been busy with completing an Ionic 3 based renderer set to JSON Forms. If you don't know what Ionic is: Ionic is a cross-platform framework for building mobile apps. A new version, 4.x, currently in its beta and  built on web components via Stencil, is available, while 3.x is considered stable and is built on Angular. As we've added support bindings for...

Read More

EclipseCon France is only a couple of weeks away. I’m looking forward to this great conference with a carefully selected program in a beautiful city. And, I’m definitely looking forward to presenting three topics! On Tuesday the conference starts with the tutorials and we start with our tutorial on AngularJS - What every Java developer should know about AngularJS. This tutorial specifically addresses Java/Eclipse developers...

Read More

Traditionally, modeling is a very active and well represented topic at Eclipse and consequently at EclipseCons. EclipseCon North America 2016 is a good place to find out about the latest and greatest in Eclipse modeling, as usually there is a dedicated modeling track at ECNA with some very interesting highlights: User-centric diagram editors: Jan will provide us with some insights on how diagram edits can and...

Read More

JSONForms is an AngularJS-based framework to simplify the creation of forms for data entry and edit in web applications. It allows to declaratively define the content and layout of a form and to embed the form into your HTML with one simple <jsonforms> tag. If you would like to know more about JSONForms here is an introduction and here is an explanation of its core...

Read More

JSONForms is an AngularJS-based framework to simplify the creation of forms for data entry and edit in web applications. It allows to declaratively define the content and layout of a form and to embed the form into your HTML with one simple <jsonforms> tag. If you would like to know more about JSONForms here is an introduction. Also the JSONForms homepage is a good starting...

Read More

Over two years ago, we started working on EMF Forms to ease the development of form-based UIs. During this time, it has become one of the most active and well-received projects in the Eclipse community. Instead of manually coding UIs, the framework allows to describe forms via a simple view model, which is interpreted by a rendering components. This approach worked particularly well, besides saving a...

Read More