ChinaUnix.net
相关文章推荐:

reportServlet failed to preload on startup in Web application

感觉现在对JAVA,.NET等网络语言吹捧太厉害了,难道传统的c++,vc++等语言的职位会不断减少吗?个人感情上很喜欢c++,觉得它商业味没那么浓。 真的很想听听大家的看法

by cpen5 - IT职业生涯 - 2004-03-27 13:54:15 阅读(616) 回复(2)

相关讨论

out.println(request.getServletPath()+" "); out.println(request.getRealPath("")+" "); out.println(request.getRealPath(".")+" "); out.println(request.getRealPath("/")+" "); --------------------------------------------------------- /test/test.jsp E:\Tomcat5\webapps\ROOT E:\Tomcat5\webapps\ROOT\. E:\Tomcat5\webapps\ROOT\ [@more@] 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5...

by ruknow - Java文档中心 - 2005-07-26 13:02:12 阅读(785) 回复(0)

公司的软件是用java写的,架在apache和websphere上,有没有好的扫描软件去测试它的漏洞?谢谢 要开源的

by zhao3stones - 数据安全 - 2008-05-08 17:34:26 阅读(1931) 回复(4)

大家好,我想问下Microsoft web application Stress Tool可不可以测试任何网站的压力测试 比如说我想测试下很多线程同时访问时www.google.cn的响应速度,应如何测试

by 忆秋 - 服务器应用 - 2008-04-17 20:20:25 阅读(1427) 回复(0)

I have tried several methods to modify the value of the timeout for my current project. I find modify the web configuration file (web.xml) is the easiest way to implement it. DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD web application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> The name of the application C'mon, you know what goes into a descript...

by heavenflying - Java文档中心 - 2007-12-11 12:22:14 阅读(413) 回复(0)

Figure 256. web application design overview The major parts of such a design are discussed in the sequence of the flow of the application. Chapter 10 web application design with servlets and JSPs In this chapter we present a short overview of a guideline for designing web applications consisting of servlets, JSPs, and JavaBeans. application structure The general structure of a well-architected u...

by cinc - Java - 2002-12-06 09:26:14 阅读(3128) 回复(10)

You will implement the user interfaces for our web based platform. We would like to improve our interface, usability, and make our application more user friendly and attractive as we add features. You should be able to debug and maintain web products in a variety of environments, including cross-domain and cross-browser implementation. Requirements: - In depth knowledge of OOP and design pat...

by chinamyrice - 猎头招聘 - 2008-12-19 15:00:07 阅读(1068) 回复(2)

Wiring Your web application with Open Source Java by Mark Eagle 04/07/2004 Building non-trivial web applications with Java is no trivial task. There are many things to consider when structuring an architecture to house an application. From a high-level, developers are faced with decisions about how they are going to construct user interfaces, where the business logic will reside, and how to per...

by hebzhjg - Java文档中心 - 2008-12-02 16:58:41 阅读(715) 回复(0)

有意向请发简历,谢谢! [email]markrenben@163.com[/email] [email]markliuhr@gmail.com[/email] web application Developer (Work Location: Guangzhou) Responsibilities: Java web base/perl applications deployment Unix/Linux/Windows server maintenance Requirements: Bachelor degree, majored in Computer Science or relatives Minimum 1 year working experience in Solaris/Linux, Windows NT/2K/2003 OS and ...

by markjob111 - 猎头招聘 - 2006-08-19 11:02:02 阅读(703) 回复(2)

看到很多资料说用ZOPE开发,但我不知道怎么做,装了ZOPE,好象只是一个中间件而以,相当与IIS的功能. 我想要一个类似与DREAMWEAVER的东西来做PYTHON的开发,不知道有没有这方面的工具(也就相当与用DREAMWEAVER,VB做脚本一样),用PYTHON做脚本,用什么来充当DREAMWEAVER的角色呢?? 请大家指点,刚学PYTHON 10天,没入门.

by sunny3super - Python - 2006-05-11 21:29:45 阅读(1907) 回复(1)

请教各位同仁、高手: 现有一个项目是建立在AS400上,中间件是webShpere,后端数据库是DB2,邮件服务器是Dominos、但现在只要webShpere和Dominos一同启动,则小型机的速度忽快忽慢。解决方案之一是:要将原来在Win2000+JDK1.4下32位环境编译的web应用程序直接放到AS400的64位环境下编译,但如果用AS400下的JDK ToolKits的Javac编译;需要设置类环境变量才能使编译正常运行,否则提示找不到相关类包,而逐一编译太复杂不说,不能...

by xjk00 - AS400 - 2005-05-10 23:32:32 阅读(882) 回复(0)