﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>语源科技BlogJava-newxy新坐标 java web快速开发框架</title><link>http://www.blogjava.net/newxy/</link><description /><language>zh-cn</language><lastBuildDate>Thu, 30 Apr 2026 09:56:54 GMT</lastBuildDate><pubDate>Thu, 30 Apr 2026 09:56:54 GMT</pubDate><ttl>60</ttl><item><title> 根据某条记录的关键字值，如何从newxy动态formBean的记录集中获得这条记录</title><link>http://www.blogjava.net/newxy/archive/2007/04/23/113046.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Mon, 23 Apr 2007 14:04:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/04/23/113046.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/113046.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/04/23/113046.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/113046.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/113046.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:  newxy的标签<nbean:lookupValue />可以根据某条记录的关键字值，从动态formBean的记录集中获得这条记录&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/04/23/113046.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/113046.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-04-23 22:04 <a href="http://www.blogjava.net/newxy/archive/2007/04/23/113046.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>newxy的简单之美</title><link>http://www.blogjava.net/newxy/archive/2007/04/17/111402.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Tue, 17 Apr 2007 13:52:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/04/17/111402.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/111402.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/04/17/111402.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/111402.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/111402.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     很多技术或框架之类一上来就叫你做很烦人的配置，而有的号称零配置实际不得不写几十几百行配置代码。框架太多，但没有哪个框架让程序员不写代码实现数据的增、删、改、查等最常用的功能。 newxy将绝大部分常见的、繁杂的、又不得不做的工作用最简单的、通用的方法来解决，减轻程序员的负担和痛苦。在用newxy开发过程中，一种美感油然而升。&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/04/17/111402.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/111402.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-04-17 21:52 <a href="http://www.blogjava.net/newxy/archive/2007/04/17/111402.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>从运用角度来理解newxy的DAO类update方法</title><link>http://www.blogjava.net/newxy/archive/2007/04/13/110551.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Fri, 13 Apr 2007 15:53:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/04/13/110551.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/110551.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/04/13/110551.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/110551.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/110551.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 关于newxy的DAO类update是更新还是插入，文档中有说明。在此谈运用中的一些情况：<br><br>    1、jsp面表上有表单<nhtml:form ...>...</nhtml:form>或<html:form ...>...</html:form>，但之前没有经查询或其它方法得到formBean。这时标签会实例化一个formBean。由于没有数据，用户看到的是空白页，填入数据后，update作插入操作，这是因为主关键字值为空，除非用户显式地赋给主关键字值存在于表中。<br><br>    2、用户点击了“新建”铵钮，<logic:action1/>会将formBean的HashMap类型的values清空(除保留属性)，表单值均来源于此values，随后的表单显示的也是空白页。update后作插入操作，除非用户显式地赋给主关键字值存在于表中。<br><br>    3、用户点击了“编辑”(文字可设)铵钮，<logic:action1/>会将formBean中选定的那条记录put入formBean的values中，用户看到的表单中是这条记录数据，其中包含了主关键&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/04/13/110551.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/110551.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-04-13 23:53 <a href="http://www.blogjava.net/newxy/archive/2007/04/13/110551.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Struts的静态数据验证方法</title><link>http://www.blogjava.net/newxy/archive/2007/04/12/110158.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Thu, 12 Apr 2007 05:42:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/04/12/110158.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/110158.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/04/12/110158.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/110158.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/110158.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Struts的静态数据验证方法可以对用户在表单上输入的数据进行验证，包括数据类型是否正确、是否可空等&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/04/12/110158.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/110158.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-04-12 13:42 <a href="http://www.blogjava.net/newxy/archive/2007/04/12/110158.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何实现表单一次上传多表数据并更新到数据库</title><link>http://www.blogjava.net/newxy/archive/2007/04/09/109513.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Mon, 09 Apr 2007 15:39:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/04/09/109513.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/109513.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/04/09/109513.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/109513.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/109513.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何实现表单一次上传多表数据并更新到数据库，newxy新坐标提供两种方法来实现。&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/04/09/109513.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/109513.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-04-09 23:39 <a href="http://www.blogjava.net/newxy/archive/2007/04/09/109513.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>newxy新坐标1.08版发布</title><link>http://www.blogjava.net/newxy/archive/2007/03/28/106931.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Wed, 28 Mar 2007 05:23:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/03/28/106931.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/106931.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/03/28/106931.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/106931.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/106931.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     用标签nlogic:iterate 或struts的标签logic:iterate 分页时，如果最后一页少于设定的行数，会影响介面的完整性，有时我们希望它象某些桌面运用的DBGrid，如果不能填满，下面留有空白行。newxy1.08解决了这个问题。&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/03/28/106931.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/106931.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-03-28 13:23 <a href="http://www.blogjava.net/newxy/archive/2007/03/28/106931.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>newxy的Delphi开发风格二（主细表）</title><link>http://www.blogjava.net/newxy/archive/2007/03/25/106152.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Sat, 24 Mar 2007 16:28:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/03/25/106152.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/106152.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/03/25/106152.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/106152.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/106152.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: newxy新坐标开发主细表结构的页面极其简单，如同Delphi。本文讨论如何利用newxy新坐标的标签创建主细表结构。&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/03/25/106152.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/106152.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-03-25 00:28 <a href="http://www.blogjava.net/newxy/archive/2007/03/25/106152.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>newxy的Delphi开发风格一</title><link>http://www.blogjava.net/newxy/archive/2007/03/23/105684.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Thu, 22 Mar 2007 17:47:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/03/23/105684.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/105684.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/03/23/105684.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/105684.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/105684.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: newxy开发以数据为中心的运用比delphi开发桌面运用更快，能力更强。不看不相信，看了不由你不信。&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/03/23/105684.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/105684.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-03-23 01:47 <a href="http://www.blogjava.net/newxy/archive/2007/03/23/105684.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何在jsp上输出数据库中保存的文本</title><link>http://www.blogjava.net/newxy/archive/2007/03/20/105062.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Tue, 20 Mar 2007 10:05:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/03/20/105062.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/105062.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/03/20/105062.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/105062.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/105062.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何在jsp上输出数据库中保存的文本&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/03/20/105062.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/105062.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-03-20 18:05 <a href="http://www.blogjava.net/newxy/archive/2007/03/20/105062.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何在用户注册或登录时使用验证码图片</title><link>http://www.blogjava.net/newxy/archive/2007/03/20/104848.html</link><dc:creator>newxy新坐标</dc:creator><author>newxy新坐标</author><pubDate>Mon, 19 Mar 2007 16:14:00 GMT</pubDate><guid>http://www.blogjava.net/newxy/archive/2007/03/20/104848.html</guid><wfw:comment>http://www.blogjava.net/newxy/comments/104848.html</wfw:comment><comments>http://www.blogjava.net/newxy/archive/2007/03/20/104848.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/newxy/comments/commentRss/104848.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/newxy/services/trackbacks/104848.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何在用户注册或登录时使用验证码图片&nbsp;&nbsp;<a href='http://www.blogjava.net/newxy/archive/2007/03/20/104848.html'>阅读全文</a><img src ="http://www.blogjava.net/newxy/aggbug/104848.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/newxy/" target="_blank">newxy新坐标</a> 2007-03-20 00:14 <a href="http://www.blogjava.net/newxy/archive/2007/03/20/104848.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>