J2EE 轻量级框架 YiJava

码农软件 · 软件分类 · J2EE框架 · 2019-03-26 16:13:57

软件介绍

YiJava 是基于 JAVA 和 JSP 的轻量级的框架系统。

特点

  • 整个框架部署war包只有1.8MB,但是功能并不逊色,适合于需要快速搭建WEB应用的场景而开发;

  • 框架直接将纯静态的 html 站点 (可能包含 images 、css、js 等资源),直接原封不动的复制进来,直接在 html 页面上进行简单的修改即可支持动态站点;

  • 整站无数据库,本身该框架也无需数据库的支持,所以足够的轻量级;

那么,在需要数据交互、数据存储的时候怎么办呢?

您可将目前网络上的任意网站的接口瞬间变成您的数据源,取数据超 easy !

示例 

接口配置:

{
name:"mobileSegment",
url:"https://api.it120.cc/common/mobile-segment/location",
returnType:"json"
}

直接在 html 静态页面上这样写:

${mobileSegment("mobile=13500000000").data.province}

本文地址:https://codercto.com/soft/d/2204.html

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具