
ejb3
小昌
坚强
展开
-
JndiTemplate bean配置笔记
EBJ beans.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xm原创 2012-05-05 20:39:27 · 1120 阅读 · 0 评论 -
EJB3 Persistence 对象
默认在src/META-INF下面 配置: [html] view plaincopy xml version="1.0" encoding="UTF-8"?> persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/200原创 2012-04-09 14:55:40 · 5178 阅读 · 0 评论 -
ejb3+jboss+ant
2012-03-19 21:27 12人阅读 评论(0) 收藏 编辑 删除 [java] view plaincopy try { InitialContext ctx = new InitialContext(); HelloWo原创 2012-04-09 14:54:23 · 5124 阅读 · 0 评论 -
Entity Bean
import org.hibernate.annotations.Type; @Entity public class Topic { private Category category ; private int id; private String msg; private String name; private String title; privat原创 2012-04-09 14:43:47 · 5064 阅读 · 0 评论