posted 11 years ago
Hello,
I am a Java-developer, my Achilles heal is the front-end.
I have been looking around for a JavaScript framework that has a ‘widget’ that can
help me facilitate drag-and-drop and I have been looking for a good book on JavaFX that can provide me
with that feature.
My thought is to create an application that could be deployed to multiple platforms - browser based.
I want to make the classic application : One Project has one or many ‘Consultants’.
It is a one-to-many relationship , for now, and ofcourse one ‘consultant’ could be involved in multiple projects.
All consultants have the ‘vacant’ status at first, all projects are empty
So I drag one consultant to project-1 and the consultant vanishes from the consultant-list, and it kicks down
to my database ?
Could this be easily done with JavaFX ?
I have some experience with Java Swing and framworks as JSF and Struts
regards, Inkimar