Luke's profile仰天长笑出门去,叱诧风云天地间PhotosBlogListsMore ![]() | Help |
|
|
8/25/2006 "做"家,"作"家所谓“做”家不是做别的,而是不停的“做”proposal,
做多了,经验丰富了,
知道什么东西从什么地方可以找到,
知道什么样的客户可以用什么样的策略做proposal,
慢慢,也就真的成了“做”家,而非真正的“作”家了,
明白了以前朋友跟我说的什么是水货,什么是干货,
几万字的proposal其实“做”起来并不难,
码字多了,很多时候有种“作”家的感觉,
可惜这个字不能按字数收稿费,
而且“做”了不一定有回报,
最倒霉的莫过于你做的最多,最好,
死的却最快,
于是看着那么厚的一叠,
只能叹息浪费了好几根木头,
“做”和“作”,还是差别很大di....
9/22/2005 Using Tomcat for Develop/Debug and Weblogic/Websphere for Product EnviornmentWhen we add or modify some sourcecode of Plumtree, we have to generate jar file and copy it to
plumtree's portal/java/lib and package it in portal.war, it is too waste time to deploy and restart application server, espically using Weblogic or Websphere,
so my solution is using Weblogic for product enviornment and deploy all compomnents, and setup a tomcat just for development env. there are using same configuration parameters, like url, port, but in tomcat, there are only deployed portal.war and imageserver and our remote server code.so it will increase our development and very useful for debug, we can start/stop through Eclipse and debug the code. 6/23/2005 Best Practice for Plumtree development enviornmentInstall first tomcat listen on 8080, and install only Plumtree Portal to it. Install second listen on 8180, and install all others server and compment, like content server/collaboration server and so on. Install third listen on 8280 this server is for development remote server, deploy all development project to this server. so, when we develop and debug our Plumtree EDK project, we can only start server1 and server3, deploy new project to server3 and restart it, it couldn't need restart server1 thus to keep user session. and cause server2 was not started, so it can reduce memery usage for hight performance to save our development time. When one project was stable, move it from server3 to server2. when we demo plumtree portal we can only start server1 and server2. |
|
|