Ninja介绍

简介: _______ .___ _______ ____. _____ \ \ | |\ \ | | / _ \ / | \| |/ | \ | ...


 _______  .___ _______        ____.  _____   
 \      \ |   |\      \      |    | /  _  \  
 /   |   \|   |/   |   \     |    |/  /_\  \ 
/    |    \   /    |    \/\__|    /    |    \
\____|__  /___\____|__  /\________\____|__  /
     web\/framework   \/                  \/ 

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.以上是Ninja的官网介绍,忍者的意思,个人还是比较喜欢这个风格。Ninja是基于java语言开源的项目,依赖maven管理,可以说是全栈式web框架了,当然相比较于spring的庞大体系可能不是很有优势,不过这也是喜欢轻量级框架开发人员不可错过的一个轮子。


  git上流行的框架前10大概有这些,前10名基于Java的Web框架进行了一个分析,值得你在今年年底或者明年(2015年)开始的下一个项目考虑使用的框架。数据分析基于以下来源:

  • Job openings (as of today) on a very popular website
  • Discussion threads (for this year) on a very popular Q&A based website, stackoverflow.com
  • Responses on a very popular social bookmarking website, reddit.com

以下是排名前10位的基于Java的,你想用Java开始你的下一个Web开发项目时需要考虑的评估Web框架。

  • Spring MVC/Spring Boot
  • Grails
  • Dropwizard
  • Vert.x
  • Play
  • Spark
  • Vaadin
  • Ninja
  • Jodd
  • jHipster

In order to infer the adoption of above frameworks for enterprise software (web) development, I decided to adopt following methodologies:

  • Perform analysis related with job openings: One could infer the adoption of certain framework across different companies based on current job openings trends. I performed the analysis by taking job openings data from
  • Perform analysis on count of discussion threads this year: In the same way as above, one could infer the adoption of certain framework across different companies based on discussions/questions posted by developers on website such as stackoverflow.com

 

Data Analysis – Java Web Frameworks vis-a-vis Job Openings

Based on count of jobs posted on indeed.com (as of today) which includes the mention of the above frameworks, following is listed the frameworks that represents the frameworks that are getting used for enterprise software development.

  1. Spring MVC
  2. Grails
  3. Play
  4. Vaadin
  5. Dropwizard
  6. Spring Boot
  7. Vert.x

Others such as spark, jodd, ninja, jHipster could not find any job opening. Following is the frequency distribution of above frameworks vis-a-vis job openings.


Java Web Frameworks vs Job Openings

Out of above, Spring MVC stands tall as a winner, and the next two frameworks used mostly are Grails and Play.

 

Data Analysis – Java Web Frameworks vis-a-vis Discussion Threads

Based on count of discussion threads around the web frameworks that happened on stackoverflow.com till this point of time this year, one could infer the adoption of these frameworks across the developer community in general.

  1. Spring MVC
  2. Grails
  3. Play
  4. Spring Boot
  5. Vaadin
  6. Dropwizard
  7. Vert.x

Following is the frequency distribution of above frameworks vis-a-vis discussion threads.

Java Web Frameworks vs Discussion Threads

Out of above, Spring MVC stands tall as a winner and the next two frameworks used mostly are Grails and Play.

 

Top 5 Java Web Frameworks to Consider

Based on above analysis, one could infer that following are top 5 Java-based web frameworks that could be considered for evaluation or adoption for your next project.

  1. Spring MVC
  2. Grails
  3. Play
  4. Spring Boot
  5. Vaadin

 

Following is listed high level details on the above mentioned frameworks:

Spring MVC

Spring MVC is the clear winner. The Spring Web MVC framework (often referred to as simply ‘Spring MVC’) is a rich ‘model view controller’ web framework. The Spring Web model-view-controller (MVC) framework is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mappings, view resolution, locale, time zone and theme resolution as well as support for uploading files.

 

Grails

Next to Spring MVC comes Grails. Grails is an Open Source, full stack, web application framework for the JVM. It takes advantage of the Groovy programming language and convention over configuration to provide a productive and stream-lined development experience. That said, one could Java as well for web development as desired.

 

Play

Play is found to be used more with Scala than Java. As per the website, Play framework makes it easy to build web applications with Java & Scala. Play is found to be used more with Scala than Java. As per the website, Play framework makes it easy to build web applications with Java & Scala.

 

Vaadin

As per Vaadin website, Vaadin is a Java framework for building modern web applications that look great and perform well. They claim that Vaadin applications look and feel snappy and you’re able to create an instant wow effect. Based on Google Web Toolkit (GWT), Vaadin helps you write both app and UI using Java. Learn more about Vaadin on this page. Following diagram represents the server-side code required to present that output. The image is taken from vaadin.com website.

 

Dropwizard

Dropwizard is a lightweight framework, light enough to get up and running quickly, however, still fall short of building a powerful backend. Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. It pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package. It could be used as a backend with frontend based on AngularJS/Bootstrap as AngularJS has a great REST support.

 

Spring Boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications. From web framework perspective, Spring Boot provides auto-configuration for Spring MVC that works well with most applications. Spring Boot comes with embedded Tomcat or Jetty and thus, do not require the deployment of WAR files. Spring Boot is for those who quickly want to get started with Web application.

 

Vert.x

Vert.x is a lightweight, high performance application platform for the JVM that’s designed for modern mobile, web, and enterprise applications. Following is a screenshot representing how you quickly you could create a server in Java.

 

Spark

As per Spark website, Spark is a simple and lightweight Java web framework built for rapid development. As per the website, the framework is most suitable for creating quick and smaller web applications. Spark has been popularly found to be used with AngularJS. Following represents the screenshot for code that would require you to get up and running with your hello world application.

 

Jodd

As per the Jodd website, Jodd is set of Java micro frameworks, tools and utilities, under 1.5 MB. This is quite an interesting one. A framework of size 1.5 MB. Thats sounds real light-weight.  The framework some of the following utilities:

  • BeanUtil: Bean library, type introspection and type conversion tools
  • JDateTime: Date & time processing
  • Props: Properties processing
  • DbOom: ORM framework
  • Madvoc: MVC framework
  • Petite: Dependency injection container
  • Proxetta: Facilitates in AOP
  • Lagarto: HTML parser and DOM builder
  • Jerry: JQuery friendly HTML parser
  • HTTP: Provides Http client
  • Email: Email processing (sending & receiving emails)
  • Decora: Decoration framework for web pages based on templates
  • Json: Used for parsing JSON to objects and serializing objects back to JSON.
  • HtmlStapler: Takes care of packaging of web resources included by HTML page.

 

Ninja

The details regarding this framework can be accessed on their github webpage. Honestly, after I reviewed the page, it is not looking impressive at the outset from the way it is maintained. Its website, http://www.ninjaframework.org is not accessible which is a put-off for me. If anyone has got any experience with this framework, please shout out loud.

 

jHipster

New kid on the block, jHipster is a yeoman generator using Spring Boot and AngularJS.

目录
相关文章
|
虚拟化 Windows
VMware虚拟机怎么安装win7系统【图文】
VMware虚拟机怎么安装win7系统【图文】
1162 0
|
JavaScript
vue实现base64格式转换为图片
vue实现base64格式转换为图片
788 2
|
SQL JavaScript 关系型数据库
MySQL Shell 使用指南
MySQL Shell 是一个强大且灵活的工具,它扩展了 MySQL 客户端的功能,使得数据库管理和运维工作更加便捷高效。
1684 0
|
Oracle 关系型数据库
Oracle官方文档下载与旧版本下载
非常著名的Oracle官方文档汇总的下载地址: http://tahiti.oracle.com/ 另外,对于10g以前的若干安装版本当前官网已经没有提供下载地址了,但可以通过提交一个SR来寻求帮助。
1977 0
|
存储 SQL 数据挖掘
虚拟化数据恢复—VMware虚拟机vmdk文件被误删除的数据恢复案例
虚拟化数据恢复环境: 某品牌服务器(部署VMware EXSI虚拟机)+同品牌存储(存放虚拟机文件)。 虚拟化故障: 意外断电导致服务器上某台虚拟机无法正常启动。查看虚拟机配置文件发现这台故障虚拟机除了磁盘文件以外其他配置文件全部丢失,xxx-flat.vmdk磁盘文件和xxx-000001-delta.vmdk快照文件还在。管理员联系VMware工程师寻求帮助。VMware工程师尝试新建一个虚拟机来解决故障,但发现ESXi存储空间不足。于是将故障虚拟机下的xxx-flat.vmdk磁盘文件删除,然后重建一个虚拟机并且分配固定大小的虚拟磁盘。
1130 9
|
Linux 计算机视觉 Windows
金三银四求职季,Obsidian/Typora 简历模版 LapisCV 助你一臂之力!
金三银四求职季,Obsidian/Typora 简历模版 LapisCV 助你一臂之力!
724 1
|
数据安全/隐私保护 iOS开发 芯片
将任意应用窗口置顶显示,这个工具太强了。
将任意应用窗口置顶显示,这个工具太强了。
|
存储 监控 安全
告别版本混乱!同步盘让团队协作不再成为噩梦
同步盘是一种支持多成员、跨设备实时文件同步的企业云存储产品。用户只需在电脑、手机等设备上安装同步盘客户端,所有指定资料便会自动上传至云端,且随时随地同步到任意终端,实现企业高效协同办公,减少了数据的传递和管理时间。
|
Java 关系型数据库 MySQL
JAVA毕设之高校学生请假管理系统的设计与实现
JAVA毕设之高校学生请假管理系统的设计与实现
586 0
|
数据采集 机器学习/深度学习 数据可视化
纵横小说网站数据采集与分析实现
本文介绍了一个基于Python的纵横中文网数据采集与分析项目,旨在通过技术手段深入分析网络小说市场,掌握读者需求,评估作品质量,并为网站运营提供策略支持。
1166 0
纵横小说网站数据采集与分析实现

热门文章

最新文章