- 浏览: 733039 次
文章分类
jfinal
看见Jfinal很火,就手痒痒了,想学一下,无奈入门较慢,没有找到比较全的文档。于是就经常看讨论区大家的提问与解答。后来就忽然萌生了整理下来的想法。其中的问题如果是 Jfinal 回答的,那我就标注了【jfinal答】。
<wbr><wbr>刚刚整理,先发了,一会儿处理格式。</wbr></wbr>
<wbr></wbr>
1.【问】:Jfina如何不区分数据库列名的大小写?
我这儿随时出现 The attribute name is not exists: regdate,改成regDate就OK.怎么设置不区分大小写呢??
【答】: ActiveRecordPlugin ar = new ActiveRecordPlugin();
// 配置大小写不敏感
arp.setContainerFactory(new CaseInsensitiveContainer<wbr>Factory(true));</wbr>
2.【问】:jfinal用maven构建项目的所依赖jar的groupId和artifactId等信息
你好~ 我想问下jfinal用maven构建项目的所依赖jar的groupId和artifactId 等信息在什么地方找的到啊~
【答】:你可以把JFinal的jar添加到本地的Maven库中,具体命令如下
mvn install:install-file -DgroupId=com.jfinal -DartifactId=jfinal -Dversion=1.2 -Dpackaging=jar -Dfile=你本地jfinal的jar包的路径
然后在pom.xml中就可以按照上面定义的groupId和artifactId还有version添加了
【jfinal答】:JFinal没有使用maven来构建,因为JFinal自身对第三方jar无依赖,弄上maven反而事更多了 :)
3.【问】:要是controller中一个方法 返回json数据的话应该加什么东东么~ 和SpringMVC的@ResponseBody这个功能相似么~ 还是要自己组拼啊 刚刚接触jfinal 请指教下...
【jfinal答】:Controller中返回Json数据主要有两种方法:一是先使用setAttr("blogList",blogList), setAttr("user", user)...将值都set好,然后调用一下 renderJson()方法。第二种方法是直接 renderJson("blogList", blogList)。第一种方法适合将多个对象转换成json并返回客户端;第二种方法适合仅转换指定的对象为josn并返回客户端。你还可以自行生成json数据再调用 renderHtml(jsonString)来返回,或者自定义JsonRender也可以,方法多多:)
<wbr></wbr>
4.【问】:关于jfinal的Record字段顺序
想跟你请教个问题:现在想要根据SQL直接查询出Record给前端页面使用,想字段能够具有顺序,比如:
SELECTid,username,password
from users;
希望record.getcolumNames()得到的列顺序也是按照id,username,password来的。
简单看了一下源码,在Record.columns中使用了HashMap的子类,而不是LinkedHashMap子类,所以我想现在是做不到的,请问一下是否有解决办法?
【jfinal答】:1:仿照 com.jfinal.plugin.activerecord.CaseInsensitiveContainer<wbr>Factory做个IContainerFactory实现类,例如叫:MyContainerFactory,注意将getColumnsMap()实现为返回LinkedHashMap。</wbr>
2:将这个MyContainerFactory对象在创建ActiveRecordPlugin时传入,如 arp.setContainerFactoryu(new MyContainerFactory())
5.【问】:jfinal 一个老生常谈的问题 乱码
遇到一个老生常谈的乱码问题,前台是get的方式提交请求 参数中有中文 中文也已经URLEncoder.encode编码,用jetty 能正常获取中文,用tomcat就乱码,tomcat的server.xml已经配置了URIEncoding="UTF8"
也重启了 还是乱码,这会是哪里没配置好?以前没用jfinal的时候是在web.xml里面添加一个过滤器来处理字符集 没出过这样的问题。会不会和apache有关系呢? 我的是apache+php+tomcat 请求是由apache转发给的tomcat。
【答】:找到问题了 果然是这个问题
Apache是使用AJP13模式代理到Tomcat的 所以需要把AJP13的编码也设置成 UTF8 这样就OK啦
6.【问】:有关jFinal的POST问题
想跟你请教个问题:在常见的CRUD操作中,如果我现在需要使用Ajax操作,应该如何结合jFinal实现。
我的代码是这样的:
前台页面:
<wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><span style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></span><wbr style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"><br style="font-family:simsun; font-size:14px; line-height:21px; background-color:rgb(130,198,46)"></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr>
${stu.id} | ${stu.Cno} | ${stu.Name} | ${stu.Age} | ${stu.Gender} | ${stu.Identity} |
<wbr><a target="_blank" style="text-decoration:underline">修改</a><br><wbr><a target="_blank" style="text-decoration:underline">删除</a><br></wbr></wbr> |
点击edit发出post操作:
$('.edit').on('click', function(){
$.post("/student/edit/", "id=" + id, function (data) {
<wbr><wbr>});<br>
});</wbr></wbr>
后台处理:
@Before(POST.class)
public void edit() {
<wbr><wbr><wbr>int idValue = getParaToInt();<wbr>....<br>
}</wbr></wbr></wbr></wbr>
这时候我发现无法取得id参数,也就是getParaToInt()方法返回值为null。
【答】:前端页面:
function do_ajaxSubmit(param,url,returl){
var params = $(param).serialize();
var eurl = encodeURI(url);
$.ajax({type:"POST",url:eurl, data:params, dataType:"json", error:function () {
alert("系统错误,请稍后重试");
}, success:function (data) {
if (data.type == 1) {
//art.dialog.alert(data.msg);
returl == null ? window.location.reload() : window.location.href=returl;
} else {
alert(data.msg);
}
}});
}
【jfinal答】:在Servler端与传统用法基本一样,只是响应数据通常是json格式,所以JFinal在Controller中一般使用renderJson(...)系列方法即可
<wbr><wbr>在Client端,就是js拿到json数据后更新一下html页面元素即可</wbr></wbr>
7.【问】:jfinal的action中获取参数获取是否可以进一步优化?
考虑到多个action方法可能会用到一些共用参数,jfinal是否可以类似于struts那样能给controller中的私有属性自动赋值而不用getPara或setAttr即可直接使用这些参数?这样子就会方便很多。
【jfinal答】:Struts给私有属性自动赋值的方式,要做以下的事情:
1:在Controller 中定义属性
2:创建setter、getter方法
3:修改xml添加para拦截器
4:重启web
server生效
<wbr><wbr>缺点有:</wbr></wbr>
1:增加了代码量
2:共用参数增加了各action耦合度
3:定义在Controller中的属性大多数情况对某些action是无用的
4:依赖反射注入属性影响性能
5:框架复杂度提升
<wbr><wbr>楼主试用对比后应该能知道 JFinal 这样设计的好处 :)</wbr></wbr>
<wbr></wbr>
8.【问】:jfinal url访问参数配置方式
想跟你请教个问题:jfinal 不能PHP一样配置参数方式吗?<wbr><wbr><a target="_blank" href="http://www.oschina.net/question/ask/project/JFinal/user/201137" style="text-decoration:none">http://www.oschina.net/question/ask/project/JFinal/user/201137</a>,像这样?或者可以完全自己定义,我看代码里强调了了不能用/方式,能说下具体原因吗?
还有个问题,就是在程序目录名有空格的情况自动扫描会失败,判断目录不存在。</wbr></wbr>
【jfinal答】:<wbr><wbr><wbr>JFinal 可以用 Handler 完全自定义路由规则,目前 JFinal 采用的路由规则兼顾了简单、高效、可用性方面的考虑。<br><wbr><wbr>楼主提到的OSChina的这个url JFinal在不使用Handler的情况下可以换种方式实现:<a target="_blank" href="http://www.oschina.net/question/ask/project/JFinal-user-201137" style="text-decoration:none">http://www.oschina.net/question/ask/project/JFinal-user-201137</a>,也即 url中传送的参数
JFinal是采用减号"-"分隔的,而OSC采用正斜杠进行分隔,JFinal采用的方式让url层次变浅,更有利于<span class="adtext" id="adtext_3" style="list-style:none; float:none; padding:0px; margin:0px; border-width:1px; border-style:solid; border-top-color:transparent; border-right-color:transparent; border-left-color:transparent; text-decoration:underline; word-wrap:normal; word-break:normal; display:inline!important">SEO</span>。<br>
分隔符可以自定义,减号“-”是默认分隔符。即便出现冲突,至少有三种解决办法:<br>
1:用别的字符转义,后端再转换回来<br>
2:问号挂参<br>
3:表单域传参</wbr></wbr></wbr></wbr></wbr>
<wbr></wbr>
9.【问】:Jfinal批量提交sql执行查询
【jfinal答】:建议使用 Db.batch(...)系列方法,里面很多重载,可以试试其它重载方法
<wbr></wbr>
10.【问】:jfinal的 @paginate分页中,怎么附加其他的参数传递?
想跟你请教个问题:
<@paginate totalRow=housePage.totalRow pageSize=housePage.pageSize currentPage=housePage.pageNumber totalPage=housePage.totalPage actionUrl="/news/news_list/" />
我想在actionUrl中添加其他的参数通过分页一起传递,不过在添加参数后,页码会自动加在最后的位置,而获取页码页面又默认获取第一个参数为页码,请问一下这里该如何来做?
【jfinal答】:JFinal demo 中提供的 _paginate.html文件,其中定义的宏paginate还具有urlParas这个参数,一般可以不去使用,楼主的需求,可以这样用:
<@paginate totalRow=housePage.totalRow
<wbr>pageSize=housePage.pageSize<br><wbr>currentPage=housePage.pageNumber<br><wbr>totalPage=housePage.totalPage<br><wbr>actionUrl="/news/news_list/"<br><wbr>urlParas="-${otherPara}" /><br>
urlParas 也可以是问号挂参的形式,如:<br>
urlParas="?var=${var}"</wbr></wbr></wbr></wbr></wbr>
<wbr></wbr>
11.【问】:JFinal 如何在保存方法里取得最后insert的主键ID
【jfinal答】:User user = new User().set(...).set(...);
user.save();
Integer id = user.getInt("id");
<wbr></wbr>
12:【问】:Jfinal 两个Controller跳转问题 ?
【Jfinal答】:setAttr 或者 forwardAction 的时候生成urlPara, 如 forwardAction("/abc/" + value);
<wbr></wbr>
13:【问】:Jfinal等框架选择(性能)
【jfinal答】:JFinal 核心特点是:开发效率高、代码量少、学习成本低、开发体验好。开源四个月以来,反馈一直非常好,充分体现了开发者对以上特点的关注度。你对开发框架提出的需求 JFinal 都可以满足:
1:性能问题
<wbr><wbr>JFinal 仅对<span class="adtext" id="adtext_6" style="list-style:none; float:none; padding:0px; margin:0px; border-width:1px; border-style:solid; border-top-color:transparent; border-right-color:transparent; border-left-color:transparent; text-decoration:underline; word-wrap:normal; word-break:normal; display:inline!important">servlet</span>进行了极薄封装,理论上来说性能接近纯
servlet,框架属于MVC + ORM 但整体代码仅一万多行,属于超轻量级开发框架。除此之外 JFinal 核心经过精心的优化,如路由匹配、Action缓存等。</wbr></wbr>
2:功能问题
<wbr><wbr>JFinal 拥有 struts2 绝大部分核心功能,文件上传下载等这些都是极常规的功能了,不仅支持而且几乎都是一行代码搞定。权限管理做一个全局拦截器就可以轻松搞定,公司目前的权限管理就是这么做的。Word、PDF、Excel这些貌似是前端的事了吧。</wbr></wbr>
<wbr><wbr>建议楼主先试用几天时间,由于学习成本低,一般来说两个小时即可上手开发 :)</wbr></wbr>
<wbr></wbr>
14.【问】:如何修改JFinal中默认的404和500的错误页面
【jfinal答】:在 YourJFinalConfig中的configConstant(Constants me)中进行配置:me.setError404View(...);me.setError500View(...)
<wbr></wbr>
15.【问】:JFinal访问路径问题
后台使用JFinal搭建,前端url怎么写访问路径?是绝对路径,还是相对路径?我有个小项目之前一直用jetty测试,今天部署到tomcat中后,发现所有的url路径都错了,之前(jetty)的写法是/user/login,部署到tomcat中需要改为user/login,把前面的斜线去掉,jetty调试时只需访问http://localhost:8089/,部署到tomcat后需要访问http://localhost:8089/JFProject请问这个问题怎么解决?谢谢~~
【答】:路径的问题用ContextPathHandler解决。我的经验是最好写绝对路径
<wbr></wbr>
16.【问】:关于JFinal自动获取页面提交参数映射到javabean的问题
前段时间给公司的小项目选web框架,发现了JFinal,感觉很不错,现在遇到一个问题,JFinal现在支不支持页面提交的参数自动映射到javabean啊?类似struts的form的概念,比较忙,也没时间翻论坛的帖子了,麻烦知道的朋友告诉我下,谢谢啊!
【答】:页面提交参数
user.name=xx
user.age=xx
后台获取
getModel(User.class);
可以参考官方的demo
<wbr></wbr>
17.【问】:JFinal如何接受多个model的参数。
比如我们有一个User的model。页面只要参数名字为user.age<wbr>user.name,后台可以用getModel得到 User的model然后进行保存更新工作。</wbr>
但是现在我是需要一次性添加多条数据,request参数如下
users[0].age=11
users[0].name=1
users[1].age=22
users[1].name=2
在传统的struts2中我们可以直接用一个list很方便的接受此类参数。
请问在jfinal的model中能否支持类似功能?
<wbr></wbr>
【jfinal答】:本想在Controller 中做个 getModels(...) 方法的,后来觉得这种需求可能太少,而且代码不太好看,所以留给开发者自己了。目前 JFinal 已有的功能也可以解决这个问提。只需要在表单中生成这样的input 域: user1.name<wbr>user2.name<wbr>user3.name,然后在 Controller 中这样:</wbr></wbr>
1
2
3
for (int i=0; i
<wbr>getModel(User.class, "user" + i).save();<br>
}</wbr>
针对于你在问答中的这类形式的参数:users[0].age<wbr>users[1].age,可以这样解决:</wbr>
1
2
3
for (int i=0; i
<wbr>getModel(User.class, "user[" + i + "]").save();<br>
}<br>
可以走得更远,在 YourController 方法中实现:</wbr>
1
2
3
public List getModels(Class
相关推荐
《JFinal CRUD 操作详解与实战演示》 JFinal 是一款基于 Java 语言的轻量级 Web 开发框架,它的核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级且高效。在Java Web 开发领域,JFinal 以其简洁的API...
JFinal 是一个基于Java语言的轻量级Web开发框架,它的设计目标是高效、简单、易用。在Java Web开发领域,JFinal以其轻巧、快速的特点受到许多开发者喜爱。这个压缩包文件“jfinal-3.3-all”显然包含了运行JFinal 3.3...
《JFinal 1.9 全面解析:构建高效Web应用的利器》 JFinal 是一个基于Java语言的轻量级Web开发框架,其核心设计理念是"约定优于配置",致力于打造快速、高效的开发体验。在JFinal 1.9 版本中,开发者可以感受到更为...
JFinal_Blog是基于JFinal1.5开源系统搭建的博客系统,以91zcm.com 网站作为模板和演示demo,目前已经加入了OSC开源项目和Github。 一、V2.0 版本新增功能点及bug修复情况: 1、添加百度Ping服务; 2、添加百度...
【JFinal实战项目-内部管理项目】是一个基于Java开发的企业级内部管理系统,它采用轻量级的JFinal框架作为核心,结合现代前端组件库Layui,为用户提供了一个高效、简洁且功能丰富的管理平台。本项目的目标是为企业的...
在IT行业中,Spring Boot和JFinal都是非常流行的Java开发框架,它们各自有着独特的优势和应用场景。Spring Boot以其“约定优于配置”的理念简化了Spring应用程序的搭建和开发过程,而JFinal则是一个轻量级的Java Web...
《深入剖析JFinal框架:基于jfinal-2.1-src.zip源码的探索》 JFinal,作为一款由中国开发者编写的轻量级Java Web框架,以其简洁高效的特性赢得了广大开发者的喜爱。它提供了丰富的功能,使得Web应用开发变得更加...
### JFinal 2.2 参考手册知识点详解 #### 一、极速体验:Model与Bean合体 **1.1 极速体验Generator** - **功能简介:** Generator是JFinal提供的一种代码生成工具,它能够根据数据库表自动生成对应的Java Model类...
**Jfinal 框架详解:增删改查操作实例** **一、Jfinal 框架介绍** Jfinal 是一款基于 Java 语言的轻量级 Web 开发框架,它以 MVC(Model-View-Controller)设计模式为核心,旨在简化 Java Web 开发,提高开发效率...
**Jfinal相关jar包及配置详情** Jfinal是一款基于Java语言的轻量级Web开发框架,它以"简单、高效"为设计宗旨,为开发者提供了一种快速开发Web应用的解决方案。本文将深入探讨Jfinal的核心特性、所需jar包以及详细的...
**JFinal 增删改查与分页查询详解** JFinal 是一款基于 Java 的轻量级 Web 开发框架,以其高效、简洁的特性深受开发者喜爱。本篇将深入讲解如何利用 JFinal 实现数据库的增删改查(CRUD)操作,并结合分页查询,...
JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!...
JFinal 是一个基于 Java 语言的轻量级 Web 开发框架,它以“简单、高效”为设计理念,致力于提供快速开发能力,降低学习成本。在本教程中,我们将重点探讨如何利用 JFinal 实现对 MySQL 数据库的增删改查操作,这...
JFinal是一个轻量级的Java Web框架,它提供了便捷的方式来处理这些需求。本示例着重于使用JFinal实现Excel、Word、PDF以及HTML文件的导出。以下是关于这个主题的详细知识点: 1. JFinal简介:JFinal是一个基于Java...
### JFinal 1.8 开发框架概览与关键技术知识点 #### 一、JFinal 框架介绍 **JFinal** 是一个基于 Java 的 WEB 和 ORM(对象关系映射)开发框架,它旨在提供一个高效、简洁的开发平台,以帮助开发者减少代码量、...
JFinal是基于Java语言的高性能Web框架,其最新版本为3.0。该框架以Java编程思想为核心,通过简洁的API和约定优于配置的设计理念,使得Java开发者能够快速、高效地完成Web开发任务。本手册详细介绍了JFinal 3.0的各项...
对于基于JFinal的Web应用,这个过程可能会遇到一些挑战,因为JFinal是轻量级的Java Web框架,其部署方式与传统的Maven或Gradle项目有所不同。本文将详细介绍一个非Maven项目的JFinal应用如何打包成JAR,并在控制台上...
JFinal 是一个基于Java的高效、轻量级的Web开发框架,它提供了简单易用的API,使得开发者可以快速地构建自己的Web应用。而Apache Shiro 是一款强大的安全框架,它提供了身份验证、授权、加密以及会话管理等功能,...
一个基于 JFinal 的国产微服务框架,SpringCloud 之外的另一个选择,已经使用在用户量过亿的商业产品上,目前有超过 1000 家公司在使用 Jboot 做极速开发。Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、...
Jfinal是一款高效的Java Web开发框架,它以其快速开发、代码量少、学习曲线平缓、功能强大和轻量级的特点深受开发者喜爱。在本文中,我们将深入探讨Jfinal的核心特性、设计理念以及如何使用它进行实际项目开发。 ##...