2005/07/02

0B0-104(BEA 8.1 Certified Administrator)考試心得

0B0-104考試簡介
 
此項考試的全名是:BEA 8.1 Certified Administrator : System Administration,考試代號是0B0-104。考試題數共69題,時間120分鐘,通過比率66%,報名費5000元。考試的詳細資訊請參考此網址:http://www.bea.com.tw/07services/techdoc/07services_03_04.htm
 
 

0B0-104考試報名

如果你之前參加透過Prometric舉辦的考試,考試ID仍舊可以沿用,無須重新申請。報名的話,可以打電話去報名(08001611141),告訴對方你的考試ID、要報名的考試科目名稱、考試時間、考試地點即可。

 
0B0-104 Study Guide

http://certification.bea.com/certification/study_guide
/System_Administration_11_12_04.htm,此link有告訴你此考試的準備方向,參考書籍以及模擬考題。JavaRanch此論壇的此thread也有針對此考試有一些在準備上的討論:http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=61&t=001195
 

0B0-104考試心得

考試的題型只有兩種:單選題與拖拉題。就整個考試內容來說,著重於幾個部份:Cluster, Performance Tuning, JMS, LDAP與Security, Application Deployment, JMS, Node Manager及Network Channel。拖拉題只有三題:Sever Life-Cycle、Heuristic Transaction、JMS File Store Synchronization Write Policy解釋 : Disabled, Cache-Flush, Direct-Write

2005/03/18

java.util.MissingResourceException

Scenario:
I have a config.properties file. In this property file, it provides some information, such as jdbc driver url, user name, password, and so forth.
But as I wanna read this property file, it always throws this kind of exception message: java.util.MissingResourceException: Can't find bundle for base name config

How to resolve:
This root cause is not cannot find this property file. It does find this file, but the content in this file has something wrong.

This line is the snippet of the property file
ftp.type4.path=D:\batch\FTP_FILES\user_group
the problem is the slash direction, it should be
ftp.type4.path=D:/batch/FTP_FILES/user_group
or
ftp.type4.path=D:\\batch\\FTP_FILES\\user_group

Introduction to the Maverick Web Framework [by TSS]

TheServerSide.com - Introduction to Maverick

2005/03/15

Example for Struts+DisplayTag+Spring Framework

Example for Struts+DisplayTag+Spring Framework
Environment:Win XP Pro
App Server: Oracle 9i AS
DataBase: Oracle 9i
IDE Tool: JDeveloper 10g

Struts: http://jakarta.apache.org/struts
DisplayTag: http://displaytag.sourceforge.net
Spring Framework: http://www.springframework.org

Page Flow:

Sample Code: download

2005/01/24

An example to modify xml file by DOM

description: Assume we have a xml file, TaiwanTopTen20050121074140.xml, and we wanna do a little modification.

input file: TaiwanTopTen20050121074140.xml

source code:
1. ModifyXMLByDOM.htm
2. XMLUtil.htm

2005/01/23

An example to append a node to xml file by DOM

Description: Assume we have a xml file, TaiwanTopTen20050121073726.xml, and we would like to append a time elemnt at the end of the xml file.

Input:
1. TaiwanTopTen20050121073726.xml

Source Code:
1. AppendTimeToXMLByDom.htm
2. XMLUtil.htm

2005/01/21

An example to write xml file by JDOM

description: read an input file, TopTen.csv, from local machine, and write into a xml file which named TopTen.xml by JDOM

input file: TopTen.csv

source code:
1. WriteXMLByJDOM.htm
2. TimeUtil.htm
3. IOUtil.htm

2005/01/20

An example to write xml file by DOM

description: read an input file, TopTen.csv, from local machine, and write into a xml file which named TopTen.xml.

input file: TopTen.csv

source code:
1.WriteXMLByDOM.htm
2.IOUtil.htm

2005/01/09

IBM WebSphere and XML Certification Free Testing Promotion (January - June 2005)

The following criteria applies to this offer:

1. There are 2000 vouchers, each valued up to $175 USD, and applicable to the appended WebSphere and XML certification tests. Each voucher is valid worldwide and can be used as payment for an applicable test.

Each participating candidate can qualify up to 3 vouchers, each voucher applicable to a different test.


2. To qualify for a voucher, a candidate is required to be one of the first people to pass the aligning Pre-assessment/Sample Test between January 1, 2005 (12:00 a.m. Eastern Time) and April 30, 2005 (11:59 p.m. Eastern Time).

http://www-03.ibm.com/certify/news/20041220g.shtml

Spring+Hibernate培训ppt

http://www.gpowersoft.com/document/Framework.ppt