首页

搜索结果

"tag:"javaee""


标题及摘要 日期/时间
1
如何使用EJB 3和JPA编程模型加速和简化多层Web应用程序开发
  简单性不只是新的EJB 3规范的重要驱动因素之一,对于整个Java EE 5平台来说也是如此。基于POJO的新EJB 3和对独有的Java Persistence API (JPA)接口的持久化服务委托,给bean开发人员简化和加速整个编码-测试-调试周期带来了极好的机会。
2007-1-25
15:31:08
2
BEA WebLogic平台下J2EE调优攻略
BEA WebLogic平台下J2EE调优攻略
2007-1-11
15:21:17
3
EJB fundamentals and session beans
In this article, you will learn the following: The benefits of using EJBs The three kinds of EJBs: session, entity, and message-driven beans The makeup of session beans How to develop session beans ...
2006-11-4
20:05:34
4
J2EE design decisions
In this article, an excerpt from POJOs in Action (Manning Publications, January 2006), Chris Richardson presents five questions developers must ask themselves when designing enterprise applications. By Chris Richardson
2006-11-4
19:46:55
5
What does the exception "java.net.SocketException: Connection reset by peer" mean? How can this be avoided?
It usually happens when the connection was reset by the peer -- that is, when the client unexpectedly closed the socket. This happens when the user clicks "stop", or "reload", or "back", or enters a new URL, or closes his Int...
2005-12-30
22:40:28