Nice! Looks like a powerful library, thanks for that. Will leave any
AngularJS experts to comment further.
Could we combine that kind of drag-and-drop example with being able to
draw connections between the entities (i.e. trying to make it simple to
define the dependencies)?
Aled
On 22/07/2015 08:51, Adrián Nieto Pérez wrote:
Hello all,
I found an awesome drag & drop library for AngularJS [1]. It allows
the developer to define containers inside each drop zone dynamically
among with container types to avoid mixing incompatible components
with containers [2]. I think that this kind of implementation could
work with Brooklyn YAML philosophy. For example a Location container
can has virtual (SameServerEntity for example) and real entities
(JBoss7Server), but if you try the oposite it will not work. Also with
a confirmation toast the user will be able to input all required and
optionals configkeys.
What do you think?
[1] http://marceljuenemann.github.io/angular-drag-and-drop-lists/
[2]
http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/nested
[3]
http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types