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 閱讀(187) | 評(píng)論 (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 閱讀(276) | 評(píng)論 (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 閱讀(210) | 評(píng)論 (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 閱讀(393) | 評(píng)論 (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 閱讀(535) | 評(píng)論 (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 閱讀(505) | 評(píng)論 (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 閱讀(241) | 評(píng)論 (0)  編輯 |

          posted @ 2006-07-27 15:59 Earth 閱讀(178) | 評(píng)論 (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 閱讀(244) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (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) | 評(píng)論 (0)  編輯 |

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

          posted @ 2006-07-21 07:23 Earth 閱讀(190) | 評(píng)論 (0)  編輯 |

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

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

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

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

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

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

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

          posted @ 2006-07-20 07:06 Earth 閱讀(520) | 評(píng)論 (0)  編輯 |

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

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

               摘要: 花了一段時(shí)間下載了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 閱讀(360) | 評(píng)論 (0)  編輯 |

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

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

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

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

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

          主站蜘蛛池模板: 西林县| 奉化市| 柘荣县| 泰和县| 融水| 奈曼旗| 沁源县| 沁水县| 景洪市| 云安县| 盖州市| 唐海县| 贺州市| 塔河县| 凤山市| 郓城县| 四子王旗| 阿瓦提县| 浪卡子县| 白山市| 安多县| 育儿| 五莲县| 宾阳县| 子洲县| 白沙| 白城市| 兰溪市| 高安市| 佛冈县| 渝北区| 会宁县| 正镶白旗| 海盐县| 福州市| 铁岭市| 沁源县| 加查县| 郁南县| 新巴尔虎左旗| 广宁县|