- 浏览: 80239 次
最新评论
-
iloveflower:
呵呵。好好学习。。。。。。。。。。。。
java 读书 -
Eric.Yan:
看了一点,不过是电子版的……你这一说到提醒我了,还要继续学习哈 ...
java 读书
文章列表
ArrayList in Java is most frequently used collection class after HashMap in Java. Java ArrayList represents an automatic resizable array and used in place of array. Since we can not modify size of an array after creating it, we prefer to use ArrayList in Java which re-size itself automatically once i ...
- 2012-05-12 02:37
- 浏览 874
- 评论(0)
Read more: http://javarevisited.blogspot.com/2011/06/comparator-and-comparable-in-java.html#ixzz1uaFRiHo5
What is Difference between Comparator and Comparable in Java question was asked in a Test paper for one of big Investment bank first round of interview. It was not that straight forward but it w ...
- 2012-05-12 02:21
- 浏览 767
- 评论(0)
This question oftenly asked in interview to check whether candidate understand correct usage of collection classes and aware of alternative solutions available.
1. The HashMap class is roughly equivalent to Hashtable, except that it is non synchronized and permits nulls. (HashMap allows null values ...
- 2012-05-12 01:32
- 浏览 774
- 评论(0)
Read more: http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html#ixzz1uZl9vwEN
How HashMap works in Java or sometime how get method work in HashMap is common interview questions now days. Almost everybody who worked in Java knows what hashMap is, where to use hashMap or difference ...
- 2012-05-11 23:40
- 浏览 742
- 评论(0)
http://javarevisited.blogspot.ca/2011/07/string-vs-stringbuffer-vs-stringbuilder.html
String is one of the most important classes in Java and anyone who starts with java programming uses string to print something on console by using. No matter which kind of application you are working you will find ...
- 2012-05-11 23:14
- 浏览 781
- 评论(0)
http://www.oracle.com/technetwork/developer-tools/adf/overview/index-092391.html
- 2012-05-08 03:06
- 浏览 798
- 评论(0)
http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13946/ejb3_overview.html
Part 2. Java Persistence API
Table of Contents
1. Introduction
1.1. Intended Audience
1.2. Lightweight Persistence
2. Why JPA?
3. EJB Persistence Architecture
3.1. EJB Exceptions
4. Entity
4.1. Restrictions on Persistent Cla ...
- 2012-05-08 01:08
- 浏览 663
- 评论(0)
http://docs.oracle.com/cd/E23943_01/web.1111/e13720/annotations.htm#i1426084
A EJB 3.0 Metadata Annotations Reference
The following topics provide reference information about the EJB 3.0 metadata annotations:
•Overview of EJB 3.0 Annotations
•Annotations for Stateless, Stateful, and Message-Dri ...
- 2012-05-08 00:54
- 浏览 779
- 评论(0)
http://www.oraclefmw.com/2009/12/25/oracle-fusion-middleware%E7%9B%B8%E5%85%B3%E6%A6%82%E5%BF%B5%E6%98%8E%E6%99%B0/
Oracle Fusion Middleware相关概念明晰
Oracle Fusion Middleware定义
什么是Oracle Fusion Middleware
Oracle Fusion Middleware is a comprehensive family of products ranging f ...
- 2012-05-05 05:14
- 浏览 1032
- 评论(0)
Weblogic简介
- 博客分类:
- Weblogic
http://pengjianbo1.iteye.com/blog/494524
weblogic应用程序开发概述
http://netbeans.org/kb/docs/web/jsf-jpa-weblogic_zh_CN.html
为 Oracle WebLogic Server 开发企业应用程序
使用 Oracle Enterprise Pack for Eclipse (OEPE) 开发 Oracle ADF 应用程序
http://www.oracle.com/webfolder/technetwork/cn/tutorials/obe/jdev/obe11jdev/ps3/O ...
- 2012-05-05 05:00
- 浏览 861
- 评论(0)
http://docs.jboss.org/richfaces/latest_4_2_X/Component_Reference/en-US/html/part-Component_Reference-Ajax_control_components.html
- 2012-05-05 04:53
- 浏览 707
- 评论(0)
http://docs.jboss.org/seam/2.2.2.Final/reference/en-US/pdf/seam_reference.pdf
seam2开发教材 jboss center
http://docs.jboss.org/tools/movies/
JBOSS DEVELOPER STUDIO
Seam 2 is a powerful open source development platform for building rich Internet applications in Java. Seam integrates technologies such ...
- 2012-05-05 04:24
- 浏览 777
- 评论(0)
Richfaces vs facelets
- 博客分类:
- JSF
Facelets is a view management framework targeting HTML displays. RichFaces is a set of JSF tags that extends and enhances the core JSF tagset.
My primary use for Facelets is because it allows me to build tiled displays without going into screaming fits like I do when I try using the old Apache Tile ...
- 2012-05-04 09:37
- 浏览 1562
- 评论(0)
转自: http://www.4ucode.com/Study/Topic/265067
第一步: 下载安装 JDK 6 Update 3
http://java.sun.com/javase/downloads/index.jsp
JDK 6 Update 3
The Java SE Development Kit (JDK) includes the Java Runtime Environment (JRE) and command-line development tools that are useful for developing applets and a ...
- 2012-04-28 03:17
- 浏览 752
- 评论(0)
SOAPBind style区别
- 博客分类:
- web service
翻译自 The Difference Between RPC and Document Style WSDL
rpc和document到底是什么意思?他们如何同"encoded/literal"相关联?二者的冲突来自哪里?
binding的style和use
通常情况下,web服务是由一个wadl文件来描述的的。在这个文件中,抽象的描述所支持的web服务操作和消息,然后关联到一个具体的网
络歇息和消息格式。典型的wsdl文件由这个几个元素组成:tyoes,message.porttype用来描述抽象的定义;biding和service指定具体的实
现。所有的这些元素包 ...
- 2012-04-18 03:57
- 浏览 1165
- 评论(0)