快精灵印艺坊 您身边的文印专家
广州名片 深圳名片 会员卡 贵宾卡 印刷 设计教程
产品展示 在线订购 会员中心 产品模板 设计指南 在线编辑
 首页 名片设计   CorelDRAW   Illustrator   AuotoCAD   Painter   其他软件   Photoshop   Fireworks   Flash  

 » 彩色名片
 » PVC卡
 » 彩色磁性卡
 » 彩页/画册
 » 个性印务
 » 彩色不干胶
 » 明信片
   » 明信片
   » 彩色书签
   » 门挂
 » 其他产品与服务
   » 创业锦囊
   » 办公用品
     » 信封、信纸
     » 便签纸、斜面纸砖
     » 无碳复印纸
   » 海报
   » 大篇幅印刷
     » KT板
     » 海报
     » 横幅

Java认证宝典v1.0之SCJD篇

Java认证宝典v1.0之SCJD篇
Java认证宝典v1.0之SCJD篇
(本文为www.java365.com原创,版权所有,转载请注明出处)

在J2EE尚未得到规模应用以前,SCJD是java认证中的高级认证。即便现在有了SCWCD、SCJA等认证,SCJD依然有其独特的魅力。

一、考试目标
Programming Assignment Objectives
Write an application program using Java technology. The application requires the following:
- A graphical user interface demonstrating good principles of design
- A network connection, using a specified protocol, to connect to an information server
- A network server, which connects to a previously specified Java technology database
- A database, created by extending the functionality of a previously written piece of code, for which only limited documentation is available

Essay Exam Objectives
List some of the major choices you must make during the implementation of the above.
List some of the main advantages and disadvantages of each of your choices.
Briefly justify your choices in terms of the comparison of design and implementation objectives with the advantages and disadvantages of each.

二、考试资源
1.考试目标,sun的网站上有
2.Object-Oriented Analysis and Design (00-226)
3.Java Programming Language Workshop (SL-285)
4.<<Complete Java2 Certification Study Guide>>, by Simon Roberts
5.一些前人的笔记
6.some faq

三、推荐网站
javaranch


--------------------------------------------------------------------------------
Study Topics
General

http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
http://suned.sun.com/USA/certification/javamain.html

Security Links

Gibson Research Corp which has a utility you can access called ShieldsUp, which will let you check to see if you have any drives shares when you are on the internet. It also has some links to other port probing sites. It was a real eye opener, when you run it. The site also offers some information on the 911 virus, as well as a link to a site which has a free firewall for individual use.
http://www.grc.com/
Encryption and Security Practical Cryptosystems and their Strength
http://www.tcm.hut.fi/Opinnot/Tik-110.501/1995/practical-crypto.html

JDBC Objectives

http://www.javaworld.com/jw-05-1999/jw-05-cooltools.html
http://www.cloudscape.com for a free evaluation version of OODBMS to run Rick Lowe\\\'s stored procedure demonstration.
http://developer.java.sun.com/developer/technicalArticles/Database/dukesbakery/
JDBC Code Templates -Code snippets that show you the proper syntax for JDBC calls. You need a password to see it. However, it is free.

GUI Design /ng Objectives

Sun\\\'s Java Look and Feel Design Guide Lines
http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc_p.html
http://www.javaworld.com/javaworld/jw-04-2000/jw-0414-action_p.html
http://www.javaworld.com/javaworld/jw-04-1998/jw-04-howto_p.html
http://java.sun.com/products/jlf/dg/index.htm
http://java.sun.com/products/jfc/tsc/index.htmlJava 3D API free download
http://www.anfyteam.com/dev/

RMI

Running And Debugging An RMI Application Locally
http://www.javaworld.com/javaworld/javatips/jw-javatip56.html#RMI
http://www.javaskyline.com/learnrmi.html (Who are trying to implement the assignment using RMI, we can take a look at the examples.)
http://developer.java.sun.com/developer/onlineTraining/rmi/RMI.html
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
http://java.sun.com/j2se/1.3/docs/guide/rmi/getstart.doc.html
http://java.sun.com/products/jdk/1.2/docs/guide/rmi/Factory.html
http://www.javaskyline.com/learnrmi.html
http://www.javaworld.com/javaworld/jw-12-1998/jw-12-enterprise_p.html
http://www.javaworld.com/javaworld/jw-04-1999/jw-04-enterprise_p.html
http://www.javaworld.com/javaworld/jw-05-1999/jw-05-networked_p.html
Java Enterprise in a Nutshell by Flannagan, Farley, Crawford and Magnusson

Multi-threads and Synchronization

Concurrency: State Models & Java Programs
http://www-dse.doc.ic.ac.uk/concurrency
http://www-4.ibm.com/software/developer/library/multithreading.html
http://www.javaworld.com/javaworld/jw-07-2000/jw-0714-locks_p.html
http://www.javaworld.com/javaworld/jw-04-1999/jw-04-toolbox_p.html
http://gee.cs.oswego.edu/dl/

Design Patterns

James W. Cooper\\\'s "Java Design Patterns, A Tutorial"
http://www.patterndepot.com/put/8/JavaPatterns.htm
Bruce Eckel has a book in preliminary form about design patterns in Java...
http://204.212.137.22/TIPatterns/

Servlets and JSP
http://jakarta.apache.org/

Tomcat

XML

http://xml101.com
http://java.sun.com/xml/docs/tutorial/index.html
http://webreference.com/xml/column1/ (a nice quick introduction with code samples, slightly biased towards client-side XML and XSL)
Java Examples in a Nutshell, 2nd Edition Ch19
http://www.oreilly.com/catalog/jenut2/chapter/ch19.html

Networking

Data Conversion and File I/O

Beans Objectives

Additional Topics

Collections: List, Set, Map
Portability: Data and Character representation
Images
Internationalization
Applets vs Applications
JTable - AbstractTableModel
Refactoring
Networking - Sockets
Security
Protocol - HTML Packages/Extentions
CORBA, IIOP





返回类别: 教程
上一教程: JAVA:配置文件读取器
下一教程: 对身份证号码合法性的验证

您可以阅读与"Java认证宝典v1.0之SCJD篇"相关的教程:
· JAVAMAIL实现SMTP身份认证
· 一段带SMTP认证的JAVAMAIL代码
· java 密??
· JAVA相关基础知识(7)
· java常用的加密,解密,数字签名等API
    微笑服务 优质保证 索取样品