gembin

          OSGi, Eclipse Equinox, ECF, Virgo, Gemini, Apache Felix, Karaf, Aires, Camel, Eclipse RCP

          HBase, Hadoop, ZooKeeper, Cassandra

          Flex4, AS3, Swiz framework, GraniteDS, BlazeDS etc.

          There is nothing that software can't fix. Unfortunately, there is also nothing that software can't completely fuck up. That gap is called talent.

          About Me

           

          我的評論

          共2頁: 上一頁 1 2 
          re: Infragistics的JSF組件 gembin 2008-03-12 13:43  
          有IBM JSF extension的源碼嗎?
          re: Strategy(策略)模式 gembin 2008-03-12 10:43  
          請問這個(gè)UML圖用什么畫的
          不是原創(chuàng)吧
          照上面的代碼我運(yùn)行之后,為什么有如下錯(cuò)誤
          SEVERE: Exception in PhaseListener RESTORE_VIEW(1) afterPhase
          java.lang.NullPointerException: No component found under specified client id: j_id_jsp_1270516925_2
          at com.sterning.jsf.ajax.AjaxListener.handleAjaxRequest(AjaxListener.java:60)
          at com.sterning.jsf.ajax.AjaxListener.afterPhase(AjaxListener.java:42)
          我暈,怎么貼的都是書的目錄和一些....信息
          給人感覺像賣書的
          re: Eclipse精粹學(xué)習(xí)筆記 gembin 2008-03-05 16:47  
          Eclipse精粹學(xué)習(xí)筆記 ?

          題目和內(nèi)容不太吻合把
          把書的目錄貼出來干嘛
          re: 學(xué)習(xí)Eclipse NLS gembin 2008-03-05 11:57  
          是可以的。請看如下例子:
          message.properties
          ------------------
          key_1=Say {0} hello to {1} !!
          key_2=Say {0} hello to {1} !!
          key3=Say {0} hello to {1} !!
          key4=Say {0} hello to {1} !!

          TobeBindedMsg.java
          ---------------------
          public class TobeBindedMsg {
          public static String key3;

          static class InnerMsg{
          public static String key4;
          }
          }

          TestNLS.java
          ------------------
          import org.eclipse.osgi.util.NLS;
          public class TestNLS {
          private static final String BUNDLE_NAME = "com.meccala.blog.util.message"; //$NON-NLS-1$
          public static String key_2;
          static {
          NLS.initializeMessages(BUNDLE_NAME, TestNLS.class);
          NLS.initializeMessages(BUNDLE_NAME, Inner.class);
          NLS.initializeMessages(BUNDLE_NAME, TobeBindedMsg.class);
          NLS.initializeMessages(BUNDLE_NAME, TobeBindedMsg.InnerMsg.class);
          }

          static class Inner {
          public static String key_1;
          }

          public static void main(String ggg[]) {
          String s = NLS.bind(Inner.key_1, "1", "gembin");
          System.out.println(s);
          String s1 = NLS.bind(TestNLS.key_2, "2", "gembin");
          System.out.println(s1);
          String s2 = NLS.bind(TobeBindedMsg.key3, "3", "gembin");
          System.out.println(s2);
          String s3 = NLS.bind(TobeBindedMsg.InnerMsg.key4, "4", "gembin");
          System.out.println(s3);
          }
          }



          最后的輸出:
          Say 1 hello to gembin !!
          Say 2 hello to gembin !!
          Say 3 hello to gembin !!
          Say 4 hello to gembin !!
          NOTE:因?yàn)镵ey要求是public static 的所以Inner Class必需是static
          re: JAVA網(wǎng)頁瀏覽器 gembin 2008-02-29 16:12  
          Eclipse RCP 不錯(cuò)!
          re: FCKeditor與JSF的整合 gembin 2008-02-26 16:06  
          gembin@gmail.com
          強(qiáng)烈需要源碼阿,謝謝!!!!!!!!!!!!!!!!!!!!!
          re: AjaxFaces 1.0 released gembin 2008-02-24 21:40  
          網(wǎng)頁打不開阿,博主能發(fā)給我嗎,謝謝
          re: 學(xué)習(xí)Eclipse NLS gembin 2008-01-26 15:31  
          Eclipse SRC里的: No need Localized String 1
          可代替ResourceBundle,用來處理資源文件*.properties,效率更好,更方便,很好的擴(kuò)展性。
          當(dāng)有Key沒定義,會get a compile error.
          缺點(diǎn)是:必須維護(hù)2個(gè)文件1個(gè)Properties和1個(gè)Java文件,他們必須同步
          如何動(dòng)態(tài)生成JS并在客戶端加載?

          似乎第一次加載時(shí)往往有些JS不能被加載
          re: Java Annotation手冊 gembin 2007-12-29 17:45  
          good
          什么是微內(nèi)核概念??
          GGGGGGGGGGG
          請點(diǎn)擊這里下載本文的Eclipse工程]

          無法下載+!

          如何下載?

          Gembin@gmail.com
          就這么點(diǎn)。。。。。。早就知道了
          WorkbenchWindow ww = (WorkbenchWindow) Activator.getDefault().getWorkbench().getActiveWorkbenchWindow();


          不行,沒有這個(gè)方法getWorkbench().
          re: google Logo gembin 2007-10-23 17:36  
          草!NIUB A
          re: 產(chǎn)生隨機(jī)密碼 gembin 2007-10-23 17:34  
          good
          re: Ioc吵架 gembin 2007-09-30 15:08  
          Yes
          共2頁: 上一頁 1 2 

          導(dǎo)航

          統(tǒng)計(jì)

          常用鏈接

          留言簿(6)

          隨筆分類(440)

          隨筆檔案(378)

          文章檔案(6)

          新聞檔案(1)

          相冊

          收藏夾(9)

          Adobe

          Android

          AS3

          Blog-Links

          Build

          Design Pattern

          Eclipse

          Favorite Links

          Flickr

          Game Dev

          HBase

          Identity Management

          IT resources

          JEE

          Language

          OpenID

          OSGi

          SOA

          Version Control

          最新隨筆

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          free counters
          主站蜘蛛池模板: 郑州市| 黔东| 三穗县| 莆田市| 获嘉县| 盘锦市| 独山县| 栖霞市| 江达县| 金溪县| 洛浦县| 余姚市| 安多县| 探索| 视频| 库伦旗| 鄂尔多斯市| 玛多县| 微博| 集安市| 包头市| 伊宁市| 嘉黎县| 咸丰县| 海安县| 本溪市| 吴忠市| 含山县| 阿城市| 共和县| 绥江县| 望奎县| 璧山县| 海城市| 偃师市| 台江县| 梅河口市| 永顺县| 合阳县| 荃湾区| 黎城县|