﻿<?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-JPractice-最新评论</title><link>http://www.blogjava.net/JPractice/CommentsRSS.aspx</link><description>JSF+Spring+Hibernate+MySQL
开发商务平台实践</description><language>zh-cn</language><pubDate>Thu, 09 Mar 2006 09:54:51 GMT</pubDate><lastBuildDate>Thu, 09 Mar 2006 09:54:51 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 将Tinymce的HTML编辑器成功整合到项目当中</title><link>http://www.blogjava.net/JPractice/archive/2006/08/13/30402.html#63348</link><dc:creator>takefree</dc:creator><author>takefree</author><pubDate>Sun, 13 Aug 2006 10:00:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/08/13/30402.html#63348</guid><description><![CDATA[ <br>您好，我在您的blog上看到有关tinymce的描述，所以问个问题。<br>我在使用tinymce的时候，提交由tinymce传来的数据插入表中，然后显示，除了出现正常显示的内容（如字体加粗，字体颜色）外，前后还会显示一些xml的信息，不知道怎么回事，就象下面这样：<br> <br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;html xmlns=&quot;<a target="_new" href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a> &quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt; &lt;head&gt; &lt;title&gt;Untitled document&lt;/title&gt; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt; &lt;/head&gt; &lt;body&gt; &lt;?xml version=&quot; 1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;html xmlns=&quot;<a target="_new" href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt; &lt;head&gt; &lt;title&gt;Untitled document&lt;/title&gt; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt; &lt;/head&gt; &lt;body&gt; <br> <br>【这里是正常提交的内容。。。。】<br> <br>&lt;/body&gt; &lt;/html&gt; &lt;/body&gt; &lt;/html&gt;<br><br>实在找不出原因，所以请教一下，看有没有办法解决，非常感谢！<br><img src ="http://www.blogjava.net/JPractice/aggbug/63348.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">takefree</a> 2006-08-13 18:00 <a href="http://www.blogjava.net/JPractice/archive/2006/08/13/30402.html#63348#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: SUN-RI和MyFaces的一点区别</title><link>http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58521</link><dc:creator>xuni</dc:creator><author>xuni</author><pubDate>Mon, 17 Jul 2006 02:47:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58521</guid><description><![CDATA[解决了，就是类似id=&quot;&quot; 和问题，标签<br>：）<img src ="http://www.blogjava.net/JPractice/aggbug/58521.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">xuni</a> 2006-07-17 10:47 <a href="http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58521#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: SUN-RI和MyFaces的一点区别</title><link>http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58511</link><dc:creator>xuni</dc:creator><author>xuni</author><pubDate>Mon, 17 Jul 2006 02:23:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58511</guid><description><![CDATA[你好，我也遇到了和你上面的情况一样的错误，还没有解决。我用的也是MYFACES，不过我的页面代码好像和你的有一点不一样：<br>   &lt;h:form id=&quot;searchform&quot;&gt;<br>    &lt;h:panelGrid columns=&quot;6&quot;&gt;<br>     &lt;h:outputLabel value=&quot;标题&quot; for=&quot;title&quot;&gt;&lt;/h:outputLabel&gt;<br>     &lt;h:inputText id=&quot;title&quot; value=&quot;#{logBean.spTitle}&quot;&gt;&lt;/h:inputText&gt;<br><br>     &lt;h:outputLabel value=&quot;开始时间&quot; for=&quot;beginTime&quot;&gt;&lt;/h:outputLabel&gt;<br>     &lt;h:inputText id=&quot;beginTime&quot; value=&quot;#{logBean.spBeginTime}&quot;&gt;&lt;/h:inputText&gt;<br><br>     &lt;h:outputLabel value=&quot;结束时间&quot; for=&quot;endTime&quot;&gt;&lt;/h:outputLabel&gt;<br>     &lt;h:inputText id=&quot;endTime&quot; value=&quot;#{logBean.spEndTime}&quot;&gt;&lt;/h:inputText&gt;<br>    &lt;/h:panelGrid&gt;<br>    &lt;h:commandButton value=&quot;查询&quot; action=&quot;#{logBean.findSelfWorkLog}&quot;&gt;&lt;/h:commandButton&gt;<br>   &lt;/h:form&gt;<br>如果你遇到了相同的问题，或是有解决和办法，告诉我一下好不好<br>xuni1411@163.com<img src ="http://www.blogjava.net/JPractice/aggbug/58511.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">xuni</a> 2006-07-17 10:23 <a href="http://www.blogjava.net/JPractice/archive/2006/07/17/31430.html#58511#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 今天增加了2个小模块</title><link>http://www.blogjava.net/JPractice/archive/2006/06/24/29653.html#54809</link><dc:creator>crazycy</dc:creator><author>crazycy</author><pubDate>Fri, 23 Jun 2006 17:24:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/06/24/29653.html#54809</guid><description><![CDATA[这个错误是因为在Hibernate在处理一对多双向关联时，必须两边同时进行关联关系的修改。<img src ="http://www.blogjava.net/JPractice/aggbug/54809.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">crazycy</a> 2006-06-24 01:24 <a href="http://www.blogjava.net/JPractice/archive/2006/06/24/29653.html#54809#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 终于弄出一个可以发布进行测试的版本v0.1</title><link>http://www.blogjava.net/JPractice/archive/2006/04/24/34286.html#42745</link><dc:creator>LALALLLLLLL</dc:creator><author>LALALLLLLLL</author><pubDate>Sun, 23 Apr 2006 16:14:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/04/24/34286.html#42745</guid><description><![CDATA[可以交流吗,QQ99598791<img src ="http://www.blogjava.net/JPractice/aggbug/42745.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">LALALLLLLLL</a> 2006-04-24 00:14 <a href="http://www.blogjava.net/JPractice/archive/2006/04/24/34286.html#42745#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Borland真的到了无路可走的地步了么？</title><link>http://www.blogjava.net/JPractice/archive/2006/02/10/30063.html#30073</link><dc:creator>JPractice</dc:creator><author>JPractice</author><pubDate>Thu, 09 Feb 2006 16:48:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/02/10/30063.html#30073</guid><description><![CDATA[市场决定生存，微软成功的地方就是紧紧抓住市场不放<img src ="http://www.blogjava.net/JPractice/aggbug/30073.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">JPractice</a> 2006-02-10 00:48 <a href="http://www.blogjava.net/JPractice/archive/2006/02/10/30063.html#30073#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Borland真的到了无路可走的地步了么？</title><link>http://www.blogjava.net/JPractice/archive/2006/02/09/30063.html#30065</link><dc:creator>Water Ye</dc:creator><author>Water Ye</author><pubDate>Thu, 09 Feb 2006 15:21:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/02/09/30063.html#30065</guid><description><![CDATA[强大的jbuilder 2006连个Ctrl+D(Duplicate Line)都没有,  不挂才怪...<img src ="http://www.blogjava.net/JPractice/aggbug/30065.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">Water Ye</a> 2006-02-09 23:21 <a href="http://www.blogjava.net/JPractice/archive/2006/02/09/30063.html#30065#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 给大家推荐一本关于小组开发的软件工程书</title><link>http://www.blogjava.net/JPractice/archive/2006/02/08/29867.html#29977</link><dc:creator>steady</dc:creator><author>steady</author><pubDate>Wed, 08 Feb 2006 15:16:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/02/08/29867.html#29977</guid><description><![CDATA[一直在看Introduction to the Personal Software Process，同一个人写的，我的JSF实践项目MyPSP就是从这个来的。加油了，做JSF一起努力了。<img src ="http://www.blogjava.net/JPractice/aggbug/29977.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">steady</a> 2006-02-08 23:16 <a href="http://www.blogjava.net/JPractice/archive/2006/02/08/29867.html#29977#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 初步完成一个用户登录小模块</title><link>http://www.blogjava.net/JPractice/archive/2006/02/07/29564.html#29862</link><dc:creator>JPractice</dc:creator><author>JPractice</author><pubDate>Tue, 07 Feb 2006 14:39:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/02/07/29564.html#29862</guid><description><![CDATA[JSF现在已经是一个标准，掌门人就是以前搞Struts的主要领头人，jsf的目标是使web开发能基于组件的形势，不过现在Struts的开发人员和资料都很多，技术发展这么多年也比较成熟了，现在的Web框架都各有特点，选择什么得根据开发团队的技术特点和具体项目的情况进行选择。<br>  jsf的书有core jsf（sun的教程）以及jsf in action等。 另外apache的myfaces是jsf一个当前比较流行的jsf实现<img src ="http://www.blogjava.net/JPractice/aggbug/29862.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">JPractice</a> 2006-02-07 22:39 <a href="http://www.blogjava.net/JPractice/archive/2006/02/07/29564.html#29862#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 今天增加了2个小模块</title><link>http://www.blogjava.net/JPractice/archive/2006/02/07/29653.html#29861</link><dc:creator>JPractice</dc:creator><author>JPractice</author><pubDate>Tue, 07 Feb 2006 14:33:00 GMT</pubDate><guid>http://www.blogjava.net/JPractice/archive/2006/02/07/29653.html#29861</guid><description><![CDATA[开发进度不快了，现在只是做一些很简单的模块，一方面是应付商业平台信息发布的需要（这个时间要求比较紧），另外也将前段时间学的东西整理、练习一下，将用到的一些框架、技术实际应用一下，将整个过程走通，真正的商业平台就不是我一个人能搞得过来的了，得组织几个人的一个团队才行。<img src ="http://www.blogjava.net/JPractice/aggbug/29861.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/JPractice/" target="_blank">JPractice</a> 2006-02-07 22:33 <a href="http://www.blogjava.net/JPractice/archive/2006/02/07/29653.html#29861#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>