Download enterpriseGL Free Java Code

Description

The project use WebGL library to visualize in 3D graphics enterprise data.

Icons

enterpriseGL

Source Files

The download file enterpriseGL-master.zip has the following entries.


.gitignore//from   w  ww.  jav a 2s  . co m
README.md
enterpriseGL-client/nbactions.xml
enterpriseGL-client/pom.xml
enterpriseGL-client/src/main/html/ball.png
enterpriseGL-client/src/main/html/index.html
enterpriseGL-client/src/main/html/indexWithPanels.html
enterpriseGL-client/src/main/html/star.gif
enterpriseGL-client/src/main/javascript/EntGL.js
enterpriseGL-client/src/main/javascript/core/Controller.js
enterpriseGL-client/src/main/javascript/core/graphics/GraphicalSettings.js
enterpriseGL-client/src/main/javascript/core/graphics/Graphics.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/Region.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/RegionBH.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/RegionLeaf.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/SectorRegion.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/alg/DistributionAlg.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/alg/DistributionBHSectors.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/alg/DistributionConeTree.js
enterpriseGL-client/src/main/javascript/core/graphics/distribution/alg/DistributionGraph.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/EntGraphicalEvent.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/EntSetting.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/ParticleStar.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/primitives/ParticleBase.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/primitives/ParticleGeomPrimitives.js
enterpriseGL-client/src/main/javascript/core/graphics/objects/primitives/RelationBase.js
enterpriseGL-client/src/main/javascript/core/graphics/phisics/BarnesHut.js
enterpriseGL-client/src/main/javascript/core/graphics/phisics/Force.js
enterpriseGL-client/src/main/javascript/core/graphics/phisics/System.js
enterpriseGL-client/src/main/javascript/core/model/EntElement.js
enterpriseGL-client/src/main/javascript/core/model/EntEvent.js
enterpriseGL-client/src/main/javascript/core/model/EntObjects.js
enterpriseGL-client/src/main/javascript/core/model/EntParticle.js
enterpriseGL-client/src/main/javascript/core/model/EntRelation.js
enterpriseGL-client/src/main/javascript/core/model/Model.js
enterpriseGL-client/src/main/javascript/core/ui/ContainerMng.js
enterpriseGL-client/src/main/javascript/core/ui/Interaction.js
enterpriseGL-client/src/main/javascript/core/ui/MouseSelector.js
enterpriseGL-client/src/main/javascript/core/ui/panels/Fields.js
enterpriseGL-client/src/main/javascript/core/ui/panels/Panel.js
enterpriseGL-client/src/main/javascript/core/ui/panels/PanelsDistribution.js
enterpriseGL-client/src/main/javascript/core/ui/panels/PanelsForces.js
enterpriseGL-client/src/main/javascript/core/ui/panels/PanelsSimulations.js
enterpriseGL-client/src/main/javascript/simulation/SimulationConeTree.js
enterpriseGL-client/src/main/javascript/simulation/SimulationLittleSystems.js
enterpriseGL-client/src/main/javascript/simulation/SimulationRandomGraph.js
enterpriseGL-client/src/main/javascript/simulation/SimulationTwoParticles.js
enterpriseGL-client/src/main/javascript/simulation/fixedParticles.js
enterpriseGL-client/src/main/javascript/simulation/randomParticles.js
enterpriseGL-client/src/main/lib/Three.js
enterpriseGL-client/src/main/lib/jquery-1.4.4.min.js
enterpriseGL-client/src/main/resources/fragmentShBase
enterpriseGL-client/src/main/resources/style/entGL.css
enterpriseGL-client/src/main/resources/vertexShBase
enterpriseGL-client/src/main/resources/vertexShParticles
enterpriseGL-client/src/test/javascript/EntGLTest.js
enterpriseGL-client/src/test/javascript/core/EntModelTest.js
enterpriseGL-client/src/test/javascript/core/graphics/GraphicalSystemTest.js
enterpriseGL-client/src/test/javascript/core/graphics/RelationBuilderTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/DistributionAlgTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/DistributionGraphTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/RegionBHTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/RegionLeafTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/RegionTest.js
enterpriseGL-client/src/test/javascript/core/graphics/distribution/TestSuiteDistribution.js
enterpriseGL-client/src/test/javascript/core/graphics/phisics/Barnes-HutTest.js
enterpriseGL-client/src/test/javascript/core/graphics/phisics/ForceTest.js
enterpriseGL-client/src/test/javascript/phisics/ForceTest.js
enterpriseGL-client/src/test/javascript/simulation/randomParticlesTest.js
enterpriseGL-server/pom.xml
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/EntModel.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/ModelTableInstance.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/Particle.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/Relation.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/client/EntChange.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/client/EntEvent.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/client/EntItem.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/client/EntParticle.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/models/EntModelConfigurations.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/models/EntModelPack.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/models/ModelTable.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/beans/models/ModelType.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/FileUploadController.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/GraphicsController.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/LoaderController.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/ModelBean.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/SearchController.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/controllers/Welcome.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/EtlBaseContext.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/EtlContext.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/EtlLoadBean.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/EtlStrategy.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/excel/Excel.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/excel/HSSFExcel.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/excel/XSSFExcel.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/loader/Field.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/loader/ParticleLoader.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/etl/loader/RelationLoader.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/model/ModelParser.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/model/ModelsBuilder.java
enterpriseGL-server/src/main/java/unisalento/fcorvino/model/ModelsFactory.java
enterpriseGL-server/src/main/resources/log4j.properties
enterpriseGL-server/src/main/webapp/META-INF/context.xml
enterpriseGL-server/src/main/webapp/WEB-INF/applicationContext.xml
enterpriseGL-server/src/main/webapp/WEB-INF/dwr.xml
enterpriseGL-server/src/main/webapp/WEB-INF/views/create.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/edit.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/formupload.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/graphic.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/home.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/list.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/message.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/search.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/views/view.jsp
enterpriseGL-server/src/main/webapp/WEB-INF/web.xml
enterpriseGL-server/src/main/webapp/index.jsp
enterpriseGL-server/src/main/webapp/resources/enterpriseGL/Three.js
enterpriseGL-server/src/main/webapp/resources/enterpriseGL/enterpriseGL-client-1.0-SNAPSHOT.js
enterpriseGL-server/src/main/webapp/resources/form.css
enterpriseGL-server/src/main/webapp/resources/images/bar.png
enterpriseGL-server/src/main/webapp/resources/images/buttonbg.png
enterpriseGL-server/src/main/webapp/resources/images/buttonbgHover.png
enterpriseGL-server/src/main/webapp/resources/images/loginArrow.png
enterpriseGL-server/src/main/webapp/resources/images/loginbuttonbg.png
enterpriseGL-server/src/main/webapp/resources/jquery/1.6/jquery.js
enterpriseGL-server/src/main/webapp/resources/jqueryform/2.8/jquery.form.js
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/jquery.ui.core.js
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/jquery.ui.tabs.js
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/jquery.ui.widget.js
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_glass_75_dadada_1x400.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-icons_2e83ff_256x240.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-icons_454545_256x240.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-icons_888888_256x240.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/images/ui-icons_cd0a0a_256x240.png
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.all.css
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.base.css
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.core.css
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.tabs.css
enterpriseGL-server/src/main/webapp/resources/jqueryui/1.8/themes/base/jquery.ui.theme.css
enterpriseGL-server/src/main/webapp/resources/json2.js
enterpriseGL-server/src/main/webapp/resources/menucss/menuController.js
enterpriseGL-server/src/main/webapp/resources/menucss/style.css
enterpriseGL-server/src/main/webapp/resources/messages/error.png
enterpriseGL-server/src/main/webapp/resources/messages/info.png
enterpriseGL-server/src/main/webapp/resources/messages/messages.css
enterpriseGL-server/src/main/webapp/resources/messages/success.png
enterpriseGL-server/src/main/webapp/resources/messages/warning.png
enterpriseGL-server/src/test/java/unisalento/fcorvino/etl/excel/100part.xls
enterpriseGL-server/src/test/java/unisalento/fcorvino/etl/excel/HSSFExcelTest.java
enterpriseGL-server/src/test/java/unisalento/fcorvino/model/ModelsBuilderTest.java
pom.xml

Download

Click the following link to download enterpriseGL-master.zip.

enterpriseGL-master.zip




















Home »
  Javascript Free Code Download »
    Graphics »




2D
3D
Graph
SVG
Visualization
WebGL