I am going to create a project based on Java EE, which involves many graphical interfaces, such as creating a tree and dragging objects (for example, routers and switches).
I would like to know if there is any open source code with which I can quickly develop a Java EE GUI.
The JBoss Seam framework allows you to create an entire application.
With JPA, EJB, and JSF for the presentation layer, you can choose between Icefaces and Richfaces as a JSF component library, both support trees and drag and drop.
Java EE . , , , . Java EE - , , , HTML.
, JSF, , "".
, , , JavaScript/ Dojo Java EE , - , . , Java EE.
Grails, , Ruby on Rails JVM.
, .., JavaScript, Dojo, Prototype + Scriptaculous, jQuery + jQueryUI + , YUI3 ..
I would suggest ICEfaces , which is a JSF implementation, but handles all requests through AJAX. It also supports drag and drop, and other components like desktop gui like treeview, datagrid, radio buttons, combobox, menu, richtext box, process panel ... check its components here: http: //component-showcase.icefaces .org / component-showcase / showcase.iface
Source: https://habr.com/ru/post/1757607/More articles:Is this valid C code? - c ++How to rotate an image using a client solution - javascriptHide keyboard in UIWebView - iphoneget id of draggable div when dragging if i have many draggable div.using jquery - jqueryErlang internal function recursion - erlangIn non-procedural languages, what determines how this should be done? - cPHP: how to scroll through the dynamic number of classes - variablesFree NHibernate or NHibernate for Linq? - c #how to find if any loop exists in the list of links using two pointers? - c ++PHP, MySQL and sleeping connections - phpAll Articles