This topic has been archived. It cannot be replied.
-
工作学习 / IT杂谈 / 请问programmer在加拿大database developer不会vc,vb行不行,在unix下的编程没有机会吗?怎么我看得全是要vb的
-mayihelp(小蚂蚁);
2002-7-3
{20}
(#615440@0)
-
不会VB,VC,哪你用什么开发Database? 这里确有很多用VB开发DB,因为DB的开发经常要与其他方面相结合,如Internet,就可能要用XML,HTML等。
-ludouya(绿豆牙);
2002-7-3
(#615639@0)
-
client端用jsp, 还有直接面向终端的,或直接运行在主机的,用c,写服务的用c,还有java bean.
-mayihelp(小蚂蚁);
2002-7-3
(#615883@0)
-
头回听说,JSP是client端的......
-hugefox(长得象熊的狐狸);
2002-7-4
(#617051@0)
-
用户用浏览器浏览,netscape server 还是在unix 主机上
-mayihelp(小蚂蚁);
2002-7-4
(#617199@0)
-
He's talking about database developer, not web developer. Forget about netscape server, JSP and other kind of bullshit.
-jeffrey815(Smartiecat);
2002-7-4
(#617220@0)
-
yes, it is. In a server project , the jsp is client and it's similar to GUI
-uid(㊣Miracle);
2002-7-4
(#617230@0)
-
JSP is more like a bridge than a client or a server.
-jeffrey815(Smartiecat);
2002-7-4
(#617241@0)
-
then what's your client though? html?
-uid(㊣Miracle);
2002-7-4
(#617253@0)
-
用户在Browser上看到的当然是静态的HTNL,还有别的什么吗?
-hugefox(长得象熊的狐狸);
2002-7-4
(#617259@0)
-
You got it! HTML/Javascript/VBScript/XML and some others which can be used in browser side.
-jeffrey815(Smartiecat);
2002-7-4
(#617273@0)
-
是呀,我还以为我跟不上形式了呢,ASP、JSP和PHP应该都是在Web Server上的吧。作为中间层存在的
-hugefox(长得象熊的狐狸);
2002-7-4
(#617254@0)
-
是客户端的,不过JSP一经编译就成了Servlet,就是server端的了。以前只有servlet,但为了方便写出让客户端看到的页面,才有了JSP.
-rabbitbug(兔八哥);
2002-7-4
(#617478@0)
-
看来是真跟不上形式了。顺便问一下,JSP不编译的话怎么用呢,在client用什么打开呀?
-hugefox(长得象熊的狐狸);
2002-7-4
(#617507@0)
-
JSP其实与HTML文件一样,是个文本文件,用任何文本编辑软件都可以打开。你在客户端Browser是看不到JSP真正文件的,都是转成HTML/JavaScript/VBScript语句了。FTP上去看是可以地
-rabbitbug(兔八哥);
2002-7-4
(#617565@0)
-
Yeah. But in run time, they will be converted to .class file and store it in your web server. And then during each request, the web server will compared the time stamp between your .class file and the jsp fileto determine whether it needs to be recompiled.
-jeffrey815(Smartiecat);
2002-7-4
{47}
(#617620@0)
-
那照您这么说所有的源文件不都成了client端文件了吗,越来越迷糊了
-hugefox(长得象熊的狐狸);
2002-7-4
(#617661@0)
-
the response method will send the HTML string back to the client,JSP is server side, otherwise it's should be call JCP(JAVA Client Page) haha
-nice2002(floater);
2002-7-4
(#617679@0)
-
In a web project, JSP is server side. In a client-server project, JSP can be seen as a bridge, not really acting as a server, nor client.
-jeffrey815(Smartiecat);
2002-7-4
(#618111@0)
-
For a server project, seldom people will think JSp is in server side, they'll tell you server side services, APIs and EJBs. JSP is just used to build up GUI.
-uid(㊣Miracle);
2002-7-4
(#617690@0)
-
That's 3 tiers, JSP still run on the server by using server's resource(CPU,MEM,Compiler,ejb...) which is server side
-nice2002(floater);
2002-7-4
(#617706@0)
-
Yeah. But depends on how you see it. It's running on a separate machine other than the real server (normally UNIX machine). It's a bridge (GUI) connecting the client to the server.
-jeffrey815(Smartiecat);
2002-7-4
(#618112@0)
-
我说的是三层结构,Jsp处理client端的请求,调用service,由service与数据库建立连接。这里的高手真多,不知我的说法还有没有错误。
-mayihelp(小蚂蚁);
2002-7-4
(#618114@0)
-
其实大家说的都可能是对的,只是个别词语用得不够严谨罢了。关键是小蚂蚁的问题是VC、VB。
作为程序员,如果不会这些基本的东西,情况就不妙了。建议你还是多学学吧。
-china_dandy(想减肥的小猪);
2002-7-4
{100}
(#617406@0)
-
没问题。
-fisher38(渔父);
2002-7-4
(#617449@0)