c**d 发帖数: 104 | 1 要做一个project,要求用Web-Based Applications with java,想找本书看看。
是不是JAVA HOW TO PROGRAMM 6E 就可以。
谢谢 | g*****g 发帖数: 34805 | 2 If you don't know much about JEE, start with a pure servlet
application.
For example, single web page, type your firstname, lastname,
then display "Hello, your name is firstname lastname" as return.
And don't start from scratch, that'll take you a week.
Start with a hello world application.
Just some advice.
【在 c**d 的大作中提到】 : 要做一个project,要求用Web-Based Applications with java,想找本书看看。 : 是不是JAVA HOW TO PROGRAMM 6E 就可以。 : 谢谢
| c**d 发帖数: 104 | 3 谢谢!
一个小的project,但他们希望用java,俺不熟悉,就上过一门java课,所以想找本书
看看是不是能做。
【在 g*****g 的大作中提到】 : If you don't know much about JEE, start with a pure servlet : application. : For example, single web page, type your firstname, lastname, : then display "Hello, your name is firstname lastname" as return. : And don't start from scratch, that'll take you a week. : Start with a hello world application. : Just some advice.
| g*****g 发帖数: 34805 | 4 As I said, grab a hello world servlet application tutorial online
and start from there. That probably serves you faster than any book.
【在 c**d 的大作中提到】 : 谢谢! : 一个小的project,但他们希望用java,俺不熟悉,就上过一门java课,所以想找本书 : 看看是不是能做。
| A**o 发帖数: 1550 | 5 how small the project? can you give an estimate? ^_^
【在 c**d 的大作中提到】 : 谢谢! : 一个小的project,但他们希望用java,俺不熟悉,就上过一门java课,所以想找本书 : 看看是不是能做。
| j****s 发帖数: 13 | 6 一般的JSP +SERVLET+ JAVABEAN 就能搞定 |
|