J2EE框架 Jxva

码农软件 · 软件分类 · J2EE框架 · 2019-03-27 08:44:30
  • 授权协议: 未知
  • 开发语言: Java
  • 操作系统: 跨平台
  • 软件首页: http://www.jxva.com/

软件介绍

Jxva Framework是一个开放源代码的、基于热插拨功能扩展的、超轻量级的、快速开发的、不依赖任何第三方框架的JEE框架及企业资源整合集成 平台。利用 Web方式极大的方便了用户对于系统功能的使用;通过合理的框架组织及泛型与注解的采用,降低了使用者在开发工作中对于快速开发的技术要求。 作为国内领先的JEE开源框架及资源整合集成平台,在研发阶段就瞄准了国际市场,集合众多的项目实施经验,使得产品既具有良好的国际通用性,又符合国内的业务特点。

主要的特点有:

1. 基于 Annotation 的 MVC 框架
2. 泛型和基于 Java Query Language 的 DAO
3. 智能的 JSP 标签库
4. 自动代码生成工具包
5. 基于 Pull 的XML解析
6. 高性能的缓存

一个简单的 Action 类代码:

package com.test.action;

import com.jxva.mvc.Action;
import com.jxva.mvc.Forward;
import com.jxva.mvc.Redirect;

public class TestAction extends Action{

public String execute() {
//do something
return "Hello world";
}

@Forward("/forward.jsp")
public void forward(){
//do something
request.setAttribute("info","Hello world");
}

@Redirect("/redirect.jsp")
public void redirect(){
//do something
}
}

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

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换