Open Source Java EE Presentation Environment

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.

+3
source share
4 answers

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.

+3
source

Java EE . , , , . Java EE - , , , HTML.

, JSF, , "".

, , , JavaScript/ Dojo Java EE , - , . , Java EE.

+2

Grails, , Ruby on Rails JVM.

, .., JavaScript, Dojo, Prototype + Scriptaculous, jQuery + jQueryUI + , YUI3 ..

0

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

0
source

Source: https://habr.com/ru/post/1757607/


All Articles