
spring
iteye_15701
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring 中RMI调用
原文:http://static.springframework.org/spring/docs/2.5.x/reference/remoting.html domain model : public class Account implements Serializable{ private static final long serialVersionUID = 90...原创 2009-04-15 21:33:33 · 144 阅读 · 0 评论 -
spirng中使用Http invoker 来远程调用
domain: public class Account implements Serializable{ private static final long serialVersionUID = 9020521114209538117L; private String name; public String getName() { return name; }...原创 2009-04-16 13:23:16 · 187 阅读 · 0 评论 -
spring 整合 jpa
导入jpa,spring需要的jar包 domain: package com.lmning.po;import java.io.Serializable;import javax.persistence.Column;import javax.persistence.Entity;import javax.persistence.GeneratedV...原创 2009-04-19 19:36:38 · 139 阅读 · 0 评论