All Projects → Thomas-S-B → Visualee

Thomas-S-B / Visualee

Licence: apache-2.0
A maven plugin to visualize java ee projects

Programming Languages

java
68154 projects - #9 most used programming language
java8
65 projects

Projects that are alternatives of or similar to Visualee

Defterp
deftERP - Jakarta EE (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Stars: ✭ 207 (+22.49%)
Mutual labels:  jpa, javaee
Jeddict
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
Stars: ✭ 358 (+111.83%)
Mutual labels:  jpa, javaee
SQLServerTools
This repo is the home of various SQL-Server-Tools
Stars: ✭ 28 (-83.43%)
Mutual labels:  visual, visualizer
Javaee7 Petclinic
Java EE 7 Petclinic
Stars: ✭ 31 (-81.66%)
Mutual labels:  jpa, javaee
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (+62.72%)
Mutual labels:  jpa, javaee
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (+792.9%)
Mutual labels:  visual, visualizer
Orbit
C/C++ Performance Profiler
Stars: ✭ 2,291 (+1255.62%)
Mutual labels:  visualizer
Ramiko
nextjs + nest.js 构建页面可视化编辑器 -- Ramiko
Stars: ✭ 150 (-11.24%)
Mutual labels:  visual
Tomcat Maven Plugin
Mirror of Apache Tomcat Maven plugin
Stars: ✭ 127 (-24.85%)
Mutual labels:  javaee
Online Learning Cloud Platform
👀在线学习平台,前端主要技术:Angular,后端主要技术:springboot (项目包含前台,后台上传失误,可能丢失代码......分为前台展示系统及后台管理系统。前台系统包含首页门户、多级菜单、问题页面、免费课程、练习页面等模块。 后台管理系统包含课程管理、用户管理、管理员管理、评论管理等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 117 (-30.77%)
Mutual labels:  jpa
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+1088.17%)
Mutual labels:  jpa
Rxfiddle
Visualize your Observables
Stars: ✭ 157 (-7.1%)
Mutual labels:  visualizer
Bot Evolution
An interesting display of evolution through neural networks and a genetic algorithm
Stars: ✭ 135 (-20.12%)
Mutual labels:  visual
Deltaspike
Mirror of Apache Deltaspike
Stars: ✭ 129 (-23.67%)
Mutual labels:  javaee
Zookeeper Visualizer
zookeeper的可视化管理工具
Stars: ✭ 150 (-11.24%)
Mutual labels:  visualizer
Giraffeql
🦒 Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-24.26%)
Mutual labels:  visualizer
Object Visualizer
Vue JSON inspector with Chrome-like theme.
Stars: ✭ 159 (-5.92%)
Mutual labels:  visualizer
X Admin
致力于快速开发中小型后台管理系统项目模板(更新中......)
Stars: ✭ 123 (-27.22%)
Mutual labels:  jpa
Ahorn
Visual Map Maker and Level Editor for the game Celeste
Stars: ✭ 132 (-21.89%)
Mutual labels:  visual
Graphql Jpa
JPA Implementation of GraphQL (builds on graphql-java)
Stars: ✭ 156 (-7.69%)
Mutual labels:  jpa

visualee

A maven plugin to visualize a java ee project.

Please look into the wiki.

Some notes to the implementation: Visualee scans the java-source-files for relevant dependencies. The dependencies are generated as JSON-Files. This JSON-Files are the input for the d3.js-visualisation. The GUI uses jquery and jquery-ui.

Why not using java-reflection?

Early versions used java reflection to examine the java-classes, but i decided against it and prefer a simple scan of the source-files, because:

  • it's possible to visualize even not compilable code (useful at the beginning of developing or in emergency cases)
  • it's easier to implement visualee to other languages
  • much less trouble with plugin-configuration, because the classes must be loadable (cue: „absent code...“, implemenation of the EE-Stack must be included).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].