欢迎光临
我们一直在努力

Java认证宝典v1.0之SCJD篇-JSP教程,Java技巧及代码

建站超值云服务器,限时71元/月

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 lowes 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

suns 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. coopers "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

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Java认证宝典v1.0之SCJD篇-JSP教程,Java技巧及代码
分享到: 更多 (0)

相关推荐

  • 暂无文章