您的位置:首页 > 其它

useful URL

2004-11-27 12:56 337 查看
1.http://www.scifish.com/~yuliya/doc/app/JBoss/JBoss-ch8.html JBoss 3.0.6 Step-by-Step Installation and Configuration Guide
There is something not clear about:7.5.4 Enable JBoss CMP with MySQL,My Attachement is here:
mysql-ds.xml:<local-tx-datasource>
<jndi-name>MySqlDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/productinformation</connection-url>
<driver-class>org.gjt.mm.mysql.Driver</driver-class>
<user-name>root</user-name>
<password></password>
</local-tx-datasource>
<defaults>

standardjbosscmp-jdbc.xml:
<datasource>java:/MySqlDS</datasource>
<datasource-mapping>mySQL</datasource-mapping>

standardjaws.xml
:
<datasource>java:/MySqlDS</datasource>
<type-mapping>mySQL</type-mapping>

setting up mssql as datasource is similar to above,except
<datasource-mapping>MS SQLSERVER2000</datasource-mapping>, You can find an article here:
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=next_topic&f=63&t=000256&go=older2.http://www.roseindia.net/jboss/index.shtml
Welcome to Jboss 3.0 Tutorial
useful for beginer of j2ee
Eclipse IDE for J2EE 1.3 Development
(Tomcat 4.x, JBoss 3.x, MySQL 3.x)
http://www.purposesolutions.com/Resources/EclipseJ2EE.html

3. StrutsCX
http://it.cappuccinonet.com/strutscx/index.php
(useful for beginner)

https://lists.sourceforge.net/lists/listinfo/strutscx-user
(StrutsCX F forum)
4. Build a Java web App using HttpUnit and Test-Diven Methodology
http://www.devx.com/Java/Article/17991?trk=DXRSS_JAVA
(it use httpunit, struts and object serialization. Very good for beginner of HttpUnit and Struts) http://httpunit.sourceforge.net/doc/tutorial/index.html (httpunit home, very simple tutorial)
5. SQA
http://www.sqatester.com/
http://www.softwareqatest.com
(useful for all QA)
6. Microsoft Application Test Center 1.0
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/act/htm/actml_main.asp
(A very useful stress/uptime test tool )
7. POI project home,include HSSF,HWPF and do on
http://jakarta.apache.org/poi/hssf/quick-guide.html(Here you can find basic use of POI, it give us a very useful tutotial)
Following are some useful links about POI:
http://network.ccidnet.com/pub/article/c974_a55011_p1.html (HSSF在Java和MSOffice只间架起桥梁)http://www-900.ibm.com/developerWorks/cn/dmdd/library/techarticles/0302bhogal/0302bhogal.shtml
([b]Excel [/b][b]化 DB2 [/b][b]通用数据库:把 DB2 [/b][b]数据传送给电子表格)[/b]
http://www.apache.org/dist/jakarta/poi/release/bin/(Download POI source code)http://www.chinajavaworld.net/forum/topic.cgi?forum=2&topic=3858&show=0(web 中打印报表,jsp impelments)http://www.chinajavaworld.com/bbsoffline/jinghuaforum2/3494.html(Excel+Java全功略(探索) )8. Sample Bug track system(Ardvark)
http://www.red-gate.com/bug_tracking.htm
9. CMP bean with Jboss
http://www.devx.com/Java/Article/17663
(CMP example)http://www.objectlearn.com/support/docs/installation/install.jsp#beforeyoustart(J2ee project with eclipse and Lomboz)10. Eclipse tutorial
http://www.tusc.com.au/tutorial/html/index.html
(Very good for beginner)
http://www.3plus4software.de/eclipse/index_en.html
(It is very good for eclipse begginer to understand what eclipse is)
http://gceclub.sun.com.cn/NASApp/sme/jive/thread.jsp?GXHC_JSESSIONID=140774839311828586&GXHC_jive.user.lastvisited=1063794538640&thread=3295&forum=10&message=8666
(Create CMP with WebLogic and auto incremental primary key)
11. robot.txt
http://www.google.com/robots.txt
http://bar.baidu.com/robots/
http://www.google8.net/archives/000063.html

12.Basic Test Information
http://www.sqatester.com/index.htm
http://www.softwareqatest.com/

12.Dictionary http://foldoc.doc.ic.ac.uk/foldoc/index.html href="http://www.yourdictionary.com/" target=_blank>http://www.yourdictionary.com
http://www.m-w.com
13. J2EE Design Pattern Example http://www.theserverside.com/
14. Introduce to Jython
http://www-128.ibm.com/developerworks/edu/j-dw-java-jython2-i.html
http://jython.sourceforge.net/

15. Python Tutorial
http://www.python.org/doc/tut/tut.html
http://www.pythonware.com/library/index.htm

16. TestMaker
http://docs.pushtotest.com/tm4testmakerdocs/index.html

17. Network baisc knowledge collection
http://www.ltsw.se/knbase/default.htp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: