posts - 14,  comments - 8,  trackbacks - 0

          我的評論

          共2頁: 1 2 下一頁 
          re: 田七的智慧 虎嘯龍吟 2010-05-28 09:30  
          你的博文寫的很好。澄清了很多概念。
          很好,很受用。博主可以寫成書出版了
          re: 2010-03-08 傳智播客—WebService(一) 虎嘯龍吟 2010-03-15 11:56  
          很好。需要這樣的step by step文檔。
          到目前為止,只有你的jbpm3.x的例子最完整。快寫一個吧
          re: Websphere Commerce Member Data Model 虎嘯龍吟 2009-08-31 11:22  
          最近我也在研究這個。志同啊。好多問題要請教你啊
          re: SpringSide 1.0 M3-All in one 發布 虎嘯龍吟 2009-08-09 10:41  
          sprinside1的貢獻是巨大的,至今無法超越。
          re: 玩轉彈出窗口(轉) 虎嘯龍吟 2009-08-09 10:27  
          這是個好東西。
          re: SpringSide 3 中的多數據源配置的問題 虎嘯龍吟 2009-07-26 10:32  
          明白了
          博主:多數據源web運行正常。但DataAccessTest junit測試異常。錯誤代碼如下:
          2009-07-26 09:42:45,734 [main] ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1583882] to prepare test instance [personal.youxia.unit.DataAccessTest@e60a94]
          org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personal.youxia.unit.DataAccessTest': Autowiring of methods failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests.setDataSource(javax.sql.DataSource); nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [javax.sql.DataSource] is defined: expected single matching bean but found 2: [dataSourceContent, dataSourceIndex]

          博主:
          如果有三個或三個以上的數據源怎么辦?
          <bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager">
          <property name="transactionManager" ref="atomikosTransactionManager" />
          <property name="userTransaction" ref="atomikosUserTransaction"/>
          </bean>
          怎么寫?
          re: SpringSide 3 中的多數據源配置的問題 虎嘯龍吟 2009-07-24 22:40  
          到底tomcat能不能支持多數據源實現啊?
          什么工具畫的?很漂亮。

          很好,很強大。
          有不少亮點,如JTA多數據源的事務管理。
          把源碼提供給我,好?
          感覺這塊寫的不夠,比方說:prepare這塊。
          不錯的入門文章。只是現在已不用EntityManager<T t, Long id>了。

          re: SpringSide 3 中的多數據源配置 虎嘯龍吟 2009-07-13 22:03  
          能搞定?還沒看明白
          re: SpringSide 3 中的數據庫訪問層 虎嘯龍吟 2009-07-11 12:13  
          很不錯。受教了。
          希望在springSide上有更多的文章。
          re: 軟件開發雜談 001 虎嘯龍吟 2009-06-18 10:29  
          很好,好文。
          @van

          文件的狀態?什么狀態?
          很好的東西,收藏了。
          re: jBPM4的運行期環境 虎嘯龍吟 2009-06-17 21:08  
          有jbpm4這方面的例子?
          @YangL
          可以先去掉該用戶的角色,再刪除該角色啊
          這樣就是符合實際啊:當某個用戶擁有某個角色的時候,不應該刪除該角色吧!
          加了也不行啊
          re: ESB筆記2009 虎嘯龍吟 2009-06-02 20:55  
          白衣:
          論壇也打不開啊
          re: SSO中的Pattern(附安民告示一則) 虎嘯龍吟 2009-06-02 20:45  
          白衣:
          springside3 未完成的部分什么時候能完成啊?期待啊!
          re: Web 2.0時代,決戰效率之巔 虎嘯龍吟 2009-05-30 14:40  
          樓主強啊,什么都會啊
          re: 給ExtJS的Grid增加兩行tbar 虎嘯龍吟 2009-05-22 01:33  
          有源碼沒?
          怎么是spring中?hibernate中 吧?
          re: 我對BPM的認識 虎嘯龍吟 2009-04-12 09:20  
          比較精辟啊。
          放進xml文件中作為初始化配置參數在web啟動時讀入內存。
          有這么好的事?
          re: Spring事務配置的五種方式 虎嘯龍吟 2009-04-06 10:13  
          用什么畫的圖啊?
          re: 關于spingside 虎嘯龍吟 2009-03-19 10:20  
          博主 說的對啊。ss1中還有菜單樹的例子呢。ss3根本就看不到了
          re: 我,一個寫代碼的 虎嘯龍吟 2009-03-11 12:02  
          講的在理啊,搞技術的如此,弄行政的也可借鑒啊
          re: Struts2 + ExtJS做的小程序 虎嘯龍吟 2009-02-26 10:19  
          一般般吧
          也在關注效率問題啊
          re: 開始學習struts2 虎嘯龍吟 2008-12-29 23:59  
          寫的不錯,加油!
          re: SpringSide 3 中的安全框架 虎嘯龍吟 2008-12-24 15:44  
          講的比較清楚、透徹!但有幾個問題:
          IS_AUTHENTICATED_ANONYMOUSLY、ROLE_MODIFY_USER等 有什么作用?由誰定義啊?
          re: SpringSide 3 中的 Struts 2 虎嘯龍吟 2008-12-24 15:38  
          非常不錯!比看springSide的源碼清晰多了。節省了大量的時間。期待有更多的
          springSide的文章。
          糾正一下建表的幾個小錯誤,正確的如下:
          create table users(
          id int not null auto_increment primary key ,
          username varchar ( 20 ) not null ,
          password char ( 32 ) not null ,
          monicker varchar ( 30 ) not null ,
          question varchar ( 30 ) not null ,
          answer varchar ( 30 ) not null ,
          email varchar ( 40 ) not null ,
          qq varchar ( 12 ) not null ,
          roleid int not null ,
          score int not null default ' 0 ' ,
          regtime timestamp not null default CURRENT_TIMESTAMP ,
          logintime timestamp not null default ' 2007-01-01 00:00:00 ' ,
          isdeleted varchar ( 2 ) not null default ' 0' ,
          index (username),
          index (monicker)
          );

          create table roles(
          id int not null auto_increment primary key ,
          rolename varchar ( 20 ) not null ,
          privilegesFlag varchar ( 255 ),
          index (rolename)
          );

          create table groups(
          id int not null auto_increment primary key ,
          groupname varchar ( 40 ) not null ,
          creatorid int not null ,
          createtime timestamp not null default CURRENT_TIMESTAMP ,
          isdeleted varchar ( 2 ) not null default ' 0' ,
          index (groupname)
          );

          create table users_groups(
          id int not null auto_increment primary key ,
          userid int not null ,
          groupid int not null ,
          jointime timestamp ,
          status tinyint ,
          index (userid),
          index (groupid)
          );
          re: SpringSide 3 中的新特性 虎嘯龍吟 2008-12-05 18:37  
          請多寫寫springSide方面的好文
          re: 再談SpringSide 2.0 虎嘯龍吟 2008-12-04 11:44  
          看了你的文章后,啟發很大啊。
          期待您能出更多更好的springside方面的文章
          順便問一句:你的eclipse是什么版本啊?
          re: SpringSide 復活 虎嘯龍吟 2008-12-02 17:05  
          好東西啊,請繼續寫完啊
          re: 一個平庸程序員的想法。 虎嘯龍吟 2008-11-02 18:47  
          找到了共鳴。
          共2頁: 1 2 下一頁 
          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          文章檔案

          相冊

          友情鏈接

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 万载县| 福州市| 罗甸县| 庄河市| 孙吴县| 靖州| 许昌市| 开阳县| 佛学| 牙克石市| 黔南| 张掖市| 三原县| 涪陵区| 贵阳市| 贡嘎县| 台山市| 宣城市| 浦城县| 乌审旗| 呼和浩特市| 正定县| 肇州县| 宁武县| 搜索| 广东省| 财经| 福贡县| 溆浦县| 东乡族自治县| 石屏县| 常山县| 潼南县| 中卫市| 诸城市| 邛崃市| 丹棱县| 华亭县| 特克斯县| 图们市| 滦南县|