<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Let's go inside

    this blog is deprecated as a result of laziness.
    posts - 59, comments - 2, trackbacks - 0, articles - 0

    07 2006 檔案

         摘要: JJQ shanghai(3 pictures in)  閱讀全文

    posted @ 2006-07-31 02:36 Earth 閱讀(186) | 評論 (0)  編輯 |

         摘要: Using EJB 3.0 interceptors, you can write your own container services and apply them to any POJOs via simple annotations. In trail, we will use a familiar logging / tracing example to show how it is done.
      閱讀全文

    posted @ 2006-07-28 19:22 Earth 閱讀(275) | 評論 (0)  編輯 |

         摘要: This trail discusses how to setup role based security constraints to limit access to any POJO methods in an EJB 3.0 application.
      閱讀全文

    posted @ 2006-07-28 19:19 Earth 閱讀(209) | 評論 (0)  編輯 |

         摘要:
    Transactions
    This trail shows how to declare transactional properties for any POJO methods in an EJB 3.0 application and how transactions work for database operations.

    Application Transactions
    Application transaction is a long running transaction that spans across several method invocations in different threads. It especially useful in session-based web applications, where each transaction might involve a series of pages. In this trail, we will show how application tra  閱讀全文

    posted @ 2006-07-28 06:11 Earth 閱讀(392) | 評論 (0)  編輯 |

         摘要: This trail discusses how to use entity beans with databases other than the default embedded HSQLDB. We will also discuss the concepts of multiple persistence context and the persistence archive packaging.  閱讀全文

    posted @ 2006-07-28 04:03 Earth 閱讀(534) | 評論 (0)  編輯 |

         摘要: In this hike, we will go through trails that explore the key features of the EJB 3.0 entity bean programming model and the EntityManager API.  閱讀全文

    posted @ 2006-07-28 02:28 Earth 閱讀(504) | 評論 (0)  編輯 |

         摘要: Let's start with a discussion on how Object / Relational Mapping technology works in EJB 3.0.  閱讀全文

    posted @ 2006-07-28 02:21 Earth 閱讀(240) | 評論 (0)  編輯 |

    posted @ 2006-07-27 15:59 Earth 閱讀(178) | 評論 (0)  編輯 |

         摘要: In the previous trail, we covered how to implement a Message Driven Bean in EJB 3.0. The @MessageDriven annotation eliminated the need for complex configuration files. However, the message driven bean itself is still not a POJO -- it still need to implement the MessageListener interface. In JBoss AS, we provide another more elegant way to provide messaging services...  閱讀全文

    posted @ 2006-07-27 15:17 Earth 閱讀(243) | 評論 (0)  編輯 |

         摘要: This trail discusses the EJB 3.0 Message Driven Beans (MDBs), which serve as JMS endpoints in enterprise applications.  閱讀全文

    posted @ 2006-07-27 14:24 Earth 閱讀(218) | 評論 (0)  編輯 |

         摘要: Internally, the core of the JBoss Application Server is a JMX (Java Management eXtension) server. All JBoss services are configured as MBeans and registered with the JMX server. This trail covers how to use the JBoss EJB 3.0 extension to quickly develop MBean services.  閱讀全文

    posted @ 2006-07-27 13:10 Earth 閱讀(256) | 評論 (0)  編輯 |

         摘要: 第四天Stateful Session Beans
    disucsses how to build and use EJB 3.0 stateful session beans, which have field variables tied to a specific client session (e.g., an HTTP session). Those beans are very useful in session-based web applications (e.g., a shopping cart).

    第五天Session Bean Life Cycle
    discusses how the EJB 3.0 container creates, activates, destroyes session bean instances. We will cover callback methods you can use to automate the bean behavior in its life cycle.
      閱讀全文

    posted @ 2006-07-27 13:07 Earth 閱讀(170) | 評論 (0)  編輯 |

         摘要: Getting Started
    This hike provides an overview of the EJB 3.0 programming model, as well as how to install and use the JBoss EJB 3.0 application server.

    Stateless Session Beans
    This trail illustrates how to develop and use EJB 3.0 stateless session beans. Those beans can be used to build the programming interface between the middleware and the front-end servlets or rich UI clients.

      閱讀全文

    posted @ 2006-07-23 14:36 Earth 閱讀(357) | 評論 (0)  編輯 |

    posted @ 2006-07-22 10:53 Earth 閱讀(165) | 評論 (0)  編輯 |

    posted @ 2006-07-21 07:23 Earth 閱讀(189) | 評論 (0)  編輯 |

         摘要: 內容篇幅較長,請點擊標題閱讀全文。  閱讀全文

    posted @ 2006-07-21 07:12 Earth 閱讀(230) | 評論 (0)  編輯 |

    posted @ 2006-07-21 06:59 Earth 閱讀(1150) | 評論 (0)  編輯 |

    posted @ 2006-07-21 06:34 Earth 閱讀(307) | 評論 (0)  編輯 |

    posted @ 2006-07-20 19:16 Earth 閱讀(208) | 評論 (0)  編輯 |

    posted @ 2006-07-20 18:44 Earth 閱讀(366) | 評論 (0)  編輯 |

         摘要: Eclipse3.1.2 + WTP1.0.2, 終于有機會見到一個不用ant直接用Eclipse打包和發布ear的項目了,不過例子代碼好像不好,好歹讓我熟悉了一下單獨使用WTP。
    又發現一個Struts+EJB3+ progresql的示例,等我看完后發上來。  閱讀全文

    posted @ 2006-07-20 07:06 Earth 閱讀(519) | 評論 (0)  編輯 |

         摘要: 本來想把書上的Hibernate3的例子 升級到 EJB3的, 結果。。。有待。。研究  閱讀全文

    posted @ 2006-07-19 18:39 Earth 閱讀(351) | 評論 (0)  編輯 |

         摘要: 花了一段時間下載了jboss-4.0.4.GA, jboss-EJB-3.0_RC8-FD, JBossIDE-1.5.1.GA-Bundle-win32
    然后。。。  閱讀全文

    posted @ 2006-07-19 11:49 Earth 閱讀(359) | 評論 (0)  編輯 |

         摘要: Eclipse, Ant, .....使用Digester,FOo, Bar...........內附源碼  閱讀全文

    posted @ 2006-07-18 12:20 Earth 閱讀(342) | 評論 (0)  編輯 |

    posted @ 2006-07-17 13:29 Earth 閱讀(187) | 評論 (0)  編輯 |

         摘要: XMLBuddy,好東西~ 只是升級的太慢,模板太少~~  閱讀全文

    posted @ 2006-07-17 13:18 Earth 閱讀(1004) | 評論 (0)  編輯 |

    主站蜘蛛池模板: 7x7x7x免费在线观看| 免费看AV毛片一区二区三区| 亚洲经典在线中文字幕| 中文字幕av无码无卡免费| 亚洲av综合日韩| 久久九九亚洲精品| 国拍在线精品视频免费观看| 免费播放国产性色生活片| 亚洲Av无码专区国产乱码DVD| 国产成人免费网站| 一个人免费观看www视频| 91久久亚洲国产成人精品性色| 啦啦啦www免费视频| baoyu777永久免费视频| 中文字幕在线观看亚洲视频| 亚洲国产精品无码久久青草| 91成人在线免费观看| 老外毛片免费视频播放| 亚洲视频在线一区二区三区| 吃奶摸下高潮60分钟免费视频| 在线观看免费中文视频| 免费无码又爽又黄又刺激网站 | 国产啪亚洲国产精品无码| 5555在线播放免费播放| 男女啪啪免费体验区| 亚洲一级在线观看| 国产成人A人亚洲精品无码| 日韩免费无砖专区2020狼| 全免费a级毛片免费看| 成人久久久观看免费毛片| 亚洲人成www在线播放| 久久精品国产亚洲AV麻豆王友容| 国产婷婷高清在线观看免费| 免费看片在线观看| 国产一精品一AV一免费| 免费无码又爽又黄又刺激网站| 亚洲中文字幕AV每天更新| 4444亚洲国产成人精品| 国产亚洲3p无码一区二区| 亚洲高清无码在线观看| 免费看大美女大黄大色|