Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
Building Java Enterprise Applications Volume I: Architecture phần 7
Đang chuẩn bị liên kết để tải về tài liệu:
Building Java Enterprise Applications Volume I: Architecture phần 7
Thu Hiền
75
25
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Tham khảo tài liệu 'building java enterprise applications volume i: architecture phần 7', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Building Java Enterprise Applications Volume I Architecture public float getBalance int accountId throws RemoteException return getAccount accountId .getBalance private Account getAccount int id try Get an InitialContext Context context new InitialContext Look up the Account bean AccountHome accountHome AccountHome context.lookup java comp env ejb AccountHome Account account accountHome.findByPrimaryKey new Integer id return account catch Exception e Any problems - just return null return null This is all basic EJB material and shouldn t cause you any problems. You ll notice that this class also uses a new finder method on the Account bean public Collection findByUserId Integer userId throws FinderException RemoteException The accompanying query element in the Account bean s entry in the ejb-jar.xml descriptor would look like this query query-method method-name findByUserId method-name method-params method-param java.lang.Integer method-param method-params query-method ejb-ql CDATA WHERE userLocal.id 1 ejb-ql query To deploy the AccountManager bean you would use this additional XML entry in your ejb-jar.xml deployment descriptor session description This AccountManager bean allows administration of Forethought accounts. description ejb-name AccountManagerBean ejb-name home com.forethought.ejb.account.AccountManagerHome home remote com.forethought.ejb.account.AccountManager remote ejb-class com.forethought.ejb.account.AccountManagerBean ejb-class session-type Stateful session-type transaction-type Container transaction-type 157 Building Java Enterprise Applications Volume I Architecture ejb-ref ejb-ref-name ejb AccountHome ejb-ref-name ejb-ref-type Entity ejb-ref-type home com.forethought.ejb.account.AccountHome home remote com.forethought.ejb.account.Account remote ejb-link AccountBean ejb-link ejb-ref session Additions to your application server s vendor-specific descriptors should be equally simple. With this bean in stateful form ready for use it s time to see .
TÀI LIỆU LIÊN QUAN
Building Java™ Enterprise Applications Volume I: Architecture
Building Java Enterprise Applications Volume I: Architecture phần 1
Building Java Enterprise Applications Volume I: Architecture phần 2
Building Java Enterprise Applications Volume I: Architecture phần 3
Building Java Enterprise Applications Volume I: Architecture phần 4
Building Java Enterprise Applications Volume I: Architecture phần 5
Building Java Enterprise Applications Volume I: Architecture phần 6
Building Java Enterprise Applications Volume I: Architecture phần 7
Building Java Enterprise Applications Volume I: Architecture phần 8
Building Java Enterprise Applications Volume I: Architecture phần 9
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.