Topic: linux_china,我是第一次在这里发贴,不知道的地方想问问你. |
Print this page |
1.linux_china,我是第一次在这里发贴,不知道的地方想问问你. | Copy to clipboard |
Posted by: taozhhong Posted on: 2005-11-12 08:53 我是用IntelliJ IDEA 5.0编写javabean的时候,把javabean改一下,重新编译一下,为什么都要重启tomcat的啊,有没有什么好的方法可以解决这个问题呢? 还有我在编写servlet的时候,点右键的new里面怎么没有servlet一项呢?这个问题怎么解决呢? |
2.Re:linux_china,我是第一次在这里发贴,不知道的地方想问问你. [Re: taozhhong] | Copy to clipboard |
Posted by: linux_china Posted on: 2005-11-12 09:25 如果你更改javabean,你是需要重新启动tomcat或重新加载context,这是tomcat的classloader机制决定的. >有我在编写servlet的时候,点右键的new里面怎么没有servlet一项呢?这个问题怎么解决呢? idea中本来就没有任何组件类型的概念,所有的文件都是从file template生成的, servlet也不例外. 建立一个Servlet file template,然后根据该模板生成SErvlet文件即可. 同样的方法可以生成filter,struts action, jsp等等. |
3.Re:linux_china,我是第一次在这里发贴,不知道的地方想问问你. [Re: taozhhong] | Copy to clipboard |
Posted by: ZCB35 Posted on: 2006-01-13 19:05 建立一个模块,如果source目录不设置的话,在web模块的new里面就有servlet、filter,但如果把source目录加上则没有了,不知道为什么? |
4.Re:linux_china,我是第一次在这里发贴,不知道的地方想问问你. [Re: taozhhong] | Copy to clipboard |
Posted by: phoenixup Posted on: 2006-03-02 11:01 那是你点的位置错了~~ Servlet是WEB模块的File template你要在WEB模块旁点,在SOURCE下点,只出现普通的JAVA的File Template. File Template是IntelliJ IDEA比较强悍的地方,多用用,楼主老弟,你会获益良多滴~~~ |
5.Re:linux_china,我是第一次在这里发贴,不知道的地方想问问你. [Re: taozhhong] | Copy to clipboard |
Posted by: dachu Posted on: 2006-04-29 15:56 找不到servlet呀 |
6.Re:linux_china,我是第一次在这里发贴,不知道的地方想问问你. [Re: taozhhong] | Copy to clipboard |
Posted by: floater Posted on: 2006-05-01 11:55 linux_china, May I ask a feature for next release? Basically, I have a 500 thousand line proejct, so natually, it's broken into many components(just standard java components according to business concerns, e.g., I have risk components, portfolio components, pricing components, all different financial components) that many developers can work on. However this breakdown somehow conflict with the J2EE components within a project. A better way would be to have hierarchical projects - projects contain subprojects which in turn contain J2EE components. JBuilder can do this, could you folks migrate that to IDEA or do you have plan to do so in the future? Normally, we shouldn't do this, but I am stuck with a badly design project and likely I am going to stay with it for quite some time. Currently, I am refactoring it. But in order to do so, I have to have everything in one project in order to utilize the IDE refactoring feature. And I got 20 some ejbs. So this feature is really helpful. |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |