JavaEE初体验(1)

最近有太多的东西要看要学,感觉有点慌乱,东一枪西一炮的。回头再想想都忘记了自己都做了什么。还是要每天坚持纪录下,帮自己理一理思路。

 

今天是周6,校友会公园potluck,早起就忙着做麻辣干煸牛肉。呵呵,又是最受欢迎的一道菜

 

昨天终于把MyEclipse搞定装好了,第一次知道还有 KeyMaker 这种东东,罪过罪过。

 

按着李老师“轻量级JaveEE”第一章,通过Eclipse构建了我的第一个Web应用

 

但是根本是知其然而不知其所以然

 

因此,今天接着按着李老师“轻量级JaveEE”第二章,“徒手”建立同一个Web应用,以求进一步感受下Web applications

 

徒手”建立Web应用:P60

 

1)2) Creat a new folder in anywhere you like, and a new folder "WEB-INF" insides it too. for example:

C:\webDemo\WEB-INF

(WEB-INF:web informations)

 

3) Copy a web.xml file form one of the tomcat's web application examples, put the file under folder WEB-INF

 

(Stop here, but next day, "dumpping memory" error occurs. I can do nothing but reformat the computer~~~~)

 

......to be continued:

 

 JavaEE初体验(2)--手动构建Web应用

你可能感兴趣的:(eclipse,tomcat,Web,MyEclipse,javaee)