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 閱讀(190) | 評論 (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 閱讀(282) | 評論 (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 閱讀(217) | 評論 (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 閱讀(398) | 評論 (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 閱讀(540) | 評論 (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 閱讀(511) | 評論 (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 閱讀(247) | 評論 (0)  編輯 |

          posted @ 2006-07-27 15:59 Earth 閱讀(179) | 評論 (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 閱讀(251) | 評論 (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 閱讀(223) | 評論 (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 閱讀(261) | 評論 (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 閱讀(175) | 評論 (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 閱讀(361) | 評論 (0)  編輯 |

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

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

               摘要: 內(nèi)容篇幅較長,請點擊標(biāo)題閱讀全文。  閱讀全文

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

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

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

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

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

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

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

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

          posted @ 2006-07-19 18:39 Earth 閱讀(357) | 評論 (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 閱讀(365) | 評論 (0)  編輯 |

               摘要: Eclipse, Ant, .....使用Digester,F(xiàn)Oo, Bar...........內(nèi)附源碼  閱讀全文

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

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

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

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

          主站蜘蛛池模板: 梓潼县| 华宁县| 台南县| 高邑县| 额济纳旗| 沧源| 苍南县| 邵东县| 门头沟区| 东辽县| 定襄县| 砀山县| 安溪县| 海阳市| 乐清市| 河津市| 和硕县| 青海省| 日喀则市| 新疆| 罗江县| 招远市| 玉田县| 前郭尔| 桐城市| 定西市| 临安市| 聂荣县| 屯留县| 甘肃省| 镇赉县| 茂名市| 吉木乃县| 慈利县| 札达县| 称多县| 星座| 板桥市| 丰宁| 昭苏县| 德格县|